/* Show only to IE PC \*/
/* http://www.vertexwerks.com/tests/sidebox/ */
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox_200 {
	margin: 0 auto; /* center for now */
	width: 200px;
	background: url(img/drop-box_r3_c3.gif) no-repeat bottom right;
/*	font-size: 100%;*/
}

.sidebox_600 {
	margin: 0 auto; /* center for now */
	width: 600px;
	background: url(img/drop-box_r3_c3.gif) no-repeat bottom right;
/*	font-size: 100%;*/
}

.sidebox_800 {
	margin: 0 auto; /* center for now */
	width: 800px;
	background: url(img/drop-box_r3_c3.gif) no-repeat bottom right;
/*	background-color:#CCFF00;
/*	font-size: 100%;*/
}

.boxhead {
	background: url(img/drop-box_r2_c3.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(img/drop-box_r2_c2.gif) no-repeat top left;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.boxhead h2.peque {
	background: url(img/drop-box_r2_c2.gif) no-repeat top left;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.boxbody {
	background: url(img/drop-box_r3_c2.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 12px; /* 20*/
	padding-bottom: 15px; /* 21*/
 	padding-left: 12px;  /*20*/
	font-size: 1em;
}


/*Caja sin zona gris arriba*/
.boxhead_gris {
	background: url(img/drop-box_r2_c3_gris.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead_gris .relleno {
 	background: url(img/drop-box_r2_c2_gris.gif) no-repeat top left;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
/*********************************/
.boxbody .lista_sin_decor ul li{
    list-style: none; 
	margin-top: 2px;
}

.boxbody .lista_sin_decor ul {
    margin: 0;
	padding: 0;
	margin-left: -7px;
}

.boxbody .lista_sin_decor ul li a{
    text-decoration: none;
	color: #000000;
	
	background-image: url(img/estrella_negra.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
}

.boxbody .lista_sin_decor ul li a:hover{
	text-decoration: underline;
	color: #CD1327;
	background-image: url(img/estrella.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 13px;
}
/*********************************/
.boxbody .lista_sin_decor2 ul li{
    list-style: none; 
/*	margin-top: 2px;*/
}

.boxbody .lista_sin_decor2 ul {
    margin: 0;
	padding: 0;
/*	margin-left: -7px;
	margin-right: -11px;*/
}

.boxbody .lista_sin_decor2 ul li a{
  /*  background-color: #cccccc;*/
    display: block;
	_width:175px;   /*Imprescindible para internet explorer*/
	/*line-height: 1em;*/
    text-decoration: none;
    color: #000000;
    padding-top: 1px;
    padding-bottom: 1px;
}

.boxbody .lista_sin_decor2 ul li a:hover {
    background-color: #dc2c29;
    display: block;
    text-decoration: none;
    color: #ffffff;
}
