* { margin: 0;padding: 0; }
body {
	font: 12px Arial, Verdana, Tahoma, Georgia;
	background: #c1e0fd url(../img/estructura/fnd_principal.jpg) repeat-x;
	color: #212930;
}
select optgroup { background-color: #FFF; }
a { font: 12px Arial, Verdana, Helvetica, Tahoma; color: #000; }
a:hover {text-decoration: none;}
h3 { /* titulos */
	font: 20px Arial, Verdana, Helvetica;
	color: #1c4484;
	text-transform: lowercase;
}
h3.azul {
	background: url(../img/estructura/linea_puntos_azul.gif) repeat-x bottom;
	margin-bottom: 7px;
}
#container {
	width: 926px;
	margin: auto;
	/*overflow: hidden;*/
}
#wrapper { float: left; width:806px; }
#cabecera { /* Contenedor elementos cabecera */
	float: left;
	width: 806px;
	height: 95px;
	padding: 10px 0;
}
#espacio_logo {
	float: left;
	margin-top: 0;
	width: 311px;
}
#cont_logo img, #anuncios_lateral img { border: none; }
ul#banderas { /* Banderas */
	float: left;
	list-style: none;
	font: 11px Arial, Verdana, Tahoma, Helvetica;
	color: #031c70;
	margin-top: 4px;
}
ul#banderas li {
	display: block;
	float: left;
	margin-right: 4px;
}
ul#banderas li img { border: none; }
#espacio_banner {
	float: right;
	border: 1px solid #031C70;
	margin-right: 3px;
}
#espacio_banner img { border: none; }
#cuerpo_principal {
	float: left;
	width: 806px;
}
#anuncios_lateral {
	float: right;
	width: 112px;
	margin-top: 10px;
}
#anuncios_lateral a {
	display: block;
	border: 1px solid #031C70;
	margin-bottom: 10px;
}
select optgroup {
	font: bold 12px Tahoma, Verdana, Georgia;
	color: #00529B;
	font-style: normal;
}
select optgroup option {
	padding-left: 10px;
	color: #000;
}
#pie {
	width: 806px;
	float: left;
	color: #003C79;
	padding: 30px 0 35px 0;
}
#pie_opciones {
	width: 806px;
	float: left;
	background: url(../img/estructura/linea_puntos_azul.gif) repeat-x bottom;
	padding-bottom: 6px;
	margin-bottom: 2px;
}
#pie_opciones a, #pie_opciones a:visited {
	font: bold 14px Arial, Verdana, Tahoma, Helvetica;
	color: #00135E !important;
}
#pie_opciones a:hover { text-decoration: none; }
#pie_menu { float: left; }
#pie_idiomas { float: right; }
#pie_idiomas span {
	font: 14px Arial, Verdana, Tahoma, Helvetica;
	color: #868F98;
}
#pie_copy { float: left; }
#pie_copy, #pie_copy a, #pie_copy a:visited {
	font: 11px Arial, Verdana, Tahoma, Helvetica;
	color: #868F98 !important;
	text-decoration: none;
}
#pie_copy a:hover { text-decoration: underline; }
a.lnk_flechetes {
	font: 12px Arial, Verdana, Helvetica !important;
	color: #1c4484 !important;
	background: url(../img/estructura/flecheta.gif) no-repeat 0 0.2em;
	padding-left: 12px;
}
a.lnk_flechetes:hover { text-decoration: none; }
/* boton */
a.btn_texto, a.btn_texto:visited {
	display: block;
	background: url(../img/estructura/btn_izq.gif) no-repeat left top;
	cursor: pointer;
	color: #FFF !important;
	font: 12px Arial, Verdana, Helvetica;
	height: 24px;
	line-height: 23px;
	padding-left: 15px;
	text-decoration: none;
	white-space: nowrap;
}
a.btn_texto:hover {
	text-decoration: none;
	background: url(../img/estructura/btn_izq.gif) no-repeat left bottom;
}
a.btn_texto span {
	display: block;
	background: url(../img/estructura/btn_der.gif) no-repeat right top;
	height: 24px;
	padding-right: 15px;
	text-align: center;
}
.enviando {
	font: bold 14px Arial, Verdana, Helvetica;
	width: 525px;
	text-align: center;
	color: #030;
	border: 2px solid #030;
	background-color: #DCF5D8;	
	padding: 10px;
}
.error {
	color: #900;
	background-color: #FFEAEA;
	border-color: #900;
}
.oferta_item {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 95px;
	height: 18px;
	background-color: #900;
	color: #fff !important;
	line-height: 1.6em;
	/* for IE */
    /*filter:alpha(opacity=80);*/
    /* CSS3 standard */
    /*opacity:0.8;*/
	text-align: center;
}
a.btn_texto:hover span { background: url(../img/estructura/btn_der.gif) no-repeat right bottom; }
.destacar_naranja { color: #CC6600; }
.cleared { clear: both; }
.cont_html p { margin-bottom: 11px; }
.cont_html ul { list-style: none; }
