body{
	margin: 0px;
	background: white url(../img/fond_cuadros.gif) left top repeat;
}
body, table{
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 82%;
}
img{
	border-width: 0px;
}

.aviso_legal_portada, .aviso_legal_portada a, .aviso_legal_portada a:visited{
	text-decoration: none;
	color: #E20715;
	font-size: 100%;
}
.aviso_legal_portada a:hover{
	text-decoration: underline;
}

#menu_portada{
	border-left: 1px solid white;
	padding-top: 5px;
	width: 461px;
}
#menu_portada img{
	margin-bottom: 2px;
}

#encabezado{
	background: #E20715;
	width: 100%;
}
#encabezado td{
	padding: 0px;
	vertical-align: top;
}

#menu{
	padding: 0px;
	vertical-align: top;
}
#menu .rayado{
	background: transparent url(../img/menu_fondo_rayado.png) 0 1px repeat;
}
#menu .esquina{
	width: 164px;
	height: 10px;
	background: transparent url(../img/menu_esquina.png) left top no-repeat;
}
#menu .fundido{
	width: 164px;
	height: 260px;
	background: transparent url(../img/menu_fundido.png) top repeat-x;
}
#menu ul{
	width: 164px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li{
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 6px 23px;
}
#menu ul li em{
	font-style: normal;
	color: #E20715;
}
#menu ul li a{
	color: #666666;
	text-decoration: none;
}
#menu ul li a:hover{
	text-decoration: underline;
}

#copyright{
	padding: 2px 10px;
	text-align: center;
	border-top: 1px solid #666666;
	color: #666666;
	background-color: white;
	font-size: 82%;
}
#copyright img{
	margin: -1px 0;
	vertical-align: middle;
}
#copyright a{
	color: #666666;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}

#pie{
	height: 20px;
	background: url(../img/pie_fondo.png) repeat-x;
}


#eslogan{
	margin-top: 2px;
	width: 373px;
	text-align: right;
	font-family: serif;
	font-size: 15pt;
	color: #CA070F;
	font-weight: bold;
}
#promociones_portada{
	margin: 7px 0 0 8px;
	width: 365px;
	/*height: 51px;*/
	height: 96px;
	/*border: 1px dashed black;*/
}
#promociones_portada img{
	vertical-align: bottom;
}

#banner_admin{
	background-color: #E20715;;
	position: absolute;
	right: 0;
	top: 40px;
}
#banner_admin .titulo{
	color: white;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}
#banner_admin .texto{
	margin-top: 1em;
	text-align: right;
	color: white;
	font-size: 85%;
}
#banner_admin a{
	color: white;
}

#izquierda{
	width:50%; 
	min-width:250px; 
    float:left; 
}

#derecha{
	width:50%; 
    float:left; 
}

#contenido{
	width: 100%;
	padding: 20px 40px 50px 32px;
	vertical-align: top;

}


#contenido h2{
	color: #555555;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #E20715;
}
#contenido h2 span{
	border-bottom: 3px solid #E20715;
}
#contenido h3{
	color: #E20715;
	font-family: Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

#contenido p{
	line-height: 1.8;
	text-align: justify;
}

#contenido a{
	color: #E20715;
}

#contenido a:visited{
	color: #666666;
}

#contenido a:hover{
	color: #E20715;
	font-weight: bold;
}


/*
 * Formularios
 */
form{
	margin: 0px;
}

.formulario{
	border: 1px solid #E20715;
	background: white url(../img/form_esq.png) right bottom no-repeat;
	margin: 1em 0;
}
.formulario td, .formulario th{
	padding: 6px 10px 2px 10px;
}
.formulario th{
	font-size: 120%;
	font-family : Arial, sans-serif;
	font-weight : normal;
	color: #E20715;
	text-align: left;
}

#contenido input.text, #contenido input.file, #contenido textarea, #contenido select{
	color: #333333;
	font-size: 130%;
	font-family : Arial, sans-serif;
	background-color: #F1F1F1;
}

#contenido input.image{
	padding: 25px 20px 25px 0px;
}

#contenido label{
	border-bottom: 1px dotted #E20715;
}

#contenido select{
	padding: 1px;
	border: 1px solid #E20715;
}

#contenido input.button{
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 10px;
	border: 1px solid #E20715;
	color: #E20715;
	background-color: white;
	border-right-width: 10px;
	margin-top: 3px;
}
#contenido input.button_izq{
	border-left-width: 10px;
	border-right-width: 1px;
}

.filtro select{
	font-size: 100% !important;
}
.filtro input.image{
	padding: 0 !important;
}

/*
 * Tabla decorada (es verde)
 */
table.decorada{
	margin: 15px 0px 15px 0px;
	border-bottom: 4px solid #90C5A5;
}
table.decorada th, table.decorada td{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 120%;
}
table.decorada th{
	vertical-align: bottom;
	font-weight: bold;
	color: #555555;
	padding: 9px 10px 4px 0px;
	border-bottom: 1px solid #218B4C;
}
table.decorada th span{
	border-bottom: 3px solid #218B4C;
}
table.decorada td{
	color: #242424;
	padding: 9px 20px 9px 5px;
	border-bottom: 1px solid #90C5A5;
}


/*
 * Tabla decorada alternativa (roja)
 * Debe llevar también la clase decorada
 */
table.alt{
	border-bottom-color: #F0838A;
}
table.alt th{
	border-bottom-color: #E20816;
}
table.alt th span{
	border-bottom-color: #E20816;
}
table.alt td{
	border-bottom-color: #F0838A;
}


/*
 * Tabla decorada alternativa (azul)
 * Debe llevar también la clase decorada
 */
table.azul{
	border-bottom-color: #80B8EF;
}
table.azul th{
	border-bottom-color: #0272DF;
}
table.azul th span{
	border-bottom-color: #0272DF;
}
table.azul td{
	border-bottom-color: #80B8EF;
}


/*
 * Otros
 */
.borde{
	background-color: white;
	border: 1px solid #E20715;
	padding: 2px;
}

.izq{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.der{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.centro{
	margin-left: auto !important;
	margin-right: auto !important;
}

.nobr{
	white-space: nowrap;
}

.clear{
	clear: both;
}

.subir{ /**/
	margin-top: -30px;
}

a.sinefecto, a.sinefecto:hover{
	border-bottom-width: 0px !important;
}

.error{
	border: 1px solid #B0111C;
	background-color: #FAE7E7;
	padding: 10px;
	margin: 20px 0px;
}
.mensaje{
	border: 1px solid #218B4C;
	background-color: #F0FBF4;
	padding: 10px;
	margin: 20px 0px;
}

.icono{
	vertical-align: middle;
	margin-right: 5px;
}
img.obligatorio{
	vertical-align: middle;
}

.disabled{
	color: #B1B1B1;
}

xmp{
	font-family: Lucida Console, monospace;
	font-size: 100%;
}