body {
	background-color: #002576;
	margin:24px;
}

.final {
	clear: both;
	float: none;
}
.flota_izq {
	float: left;
}
a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #012677;
}

#contenedor {
	width:890px;
	margin:auto;
	border: 11px solid #000000;
	background-color: #FFFFFF;
}
#top {
	float:none;
	margin: 0 0 10px 0;
}
#columna01 {
	float: left;
	width: 630px;
}
#columna01 .cuadro {
	width: 274px;
	background-color: #EEEEEE;
	border: 2px solid #dededc;
	float: right;
	margin:17px 0 17px 17px;
	background-image: url(img/corner_cuadro.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 8px;
}
#columna01 .cuadro .imagen {
	float: left;
/*	width:50%;*/
}
#columna01 .cuadro .imagen img {
	border: 2px solid #9b9a98;
	margin:0 8px 0 0;
}
#columna01 .cuadro .texto {
	width:50%;
	float: left;
	color: #7b7b7b;
	font-size: 7.9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#columna01 .cuadro .texto a {
	text-decoration:none;
	color: #dd1833;
	font-size: 7.9pt;
	font-weight: bold;
}
#columna01 .cuadro .texto a:hover {
	color: #FF4848;
}
#columna01 .cuadro .texto p {
	font-size: 11pt;
	color: #012475;
	margin: 0 0 5px 0;
	font-weight: bold;
}
#columna01 .cuadro_prod {
	width: 580px;
	background-color: #EEEEEE;
	border: 2px solid #dededc;
	margin:17px 0 0 0;
	background-image: url(img/corner_cuadro.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 8px;
	position: relative;
	left:25px;
	float: left;
}
#columna01 .cuadro_prod .imagen {
	float: left;
/*	width:50%;*/
}
#columna01 .cuadro_prod .imagen img {
	border: 2px solid #9b9a98;
	margin:0 8px 0 0;
}
#columna01 .cuadro_prod .texto {
	width:445px;
	float: left;
	color: #7b7b7b;
	font-size: 7.9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0 0 10px 0;
}
#columna01 .cuadro_prod a {
	text-decoration:none;
	color: #dd1833;
	font-size: 7.9pt;
	font-weight: bold;
	position: absolute;
	right: 35px;
	bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#columna01 .cuadro_prod a:hover {
	color: #FF8888;
}
#columna01 .cuadro_prod .texto p {
	font-size: 11pt;
	color: #012475;
	margin: 0px;
	font-weight: bold;
}
.cuadro_prod_detalle {
	width: 588px;
	background-color: #EEEEEE;
	border: 2px solid #dededc;
	margin:17px 0 0 0;
	background-image: url(img/corner_cuadro.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 10px 4px 22px 10px;
	position: relative;
	left:25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
.cuadro_prod_detalle a {
	font-weight: bold;
	color: #DB0018;
	text-decoration: none;
	display: block;
}
.cuadro_prod_detalle a:hover {
	color: #FF8487;
}

.cuadro_prod_detalle .resumen {
	color: #002576;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	width: 99%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.cuadro_prod_detalle img {
	float: left;
	margin: 0 13px 13px 0;
}
.cuadro_prod_detalle .enlace a {
	text-decoration:none;
	color: #dd1833;
	font-size: 7.9pt;
	font-weight: bold;
	position: absolute;
	right: 35px;
	bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.cuadro_prod_detalle .enlace a:hover {
	color: #FF8888;
}

#columna02 {
	float: left;
	width: 237px;
	padding:0 0 0 17px;
	position: relative;
}
#columna02 #contenido {
	width: 210px;
	position: relative;
	left: 30px;
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#columna02 #contenido p {
	font-size: 11pt;
	color: #012475;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#columna02 #contenido h1 {
	font-size: 8.5pt;
	color: #666666;
	font-weight: normal;
	margin: 0px auto;
}
/****************** Botones ENTRAR (Varios idiomas) ***************/
.bt_entrar, .bt_entrar_en, .bt_entrar_fr, .bt_entrar_pt {
	float:left;
	position: relative;
	top: 5px;
}
.bt_entrar a {
	height: 17px;
	width: 91px;
	background-image: url(img/bt_entrar.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}
.bt_entrar a:hover {
	background-image: url(img/bt_entrar_rol.gif);
	background-repeat: no-repeat;
}
.bt_entrar_en a {
	height: 17px;
	width: 91px;
	background-image: url(img/bt_entrar_en.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}
.bt_entrar_en a:hover {
	background-image: url(img/bt_entrar_en_rol.gif);
	background-repeat: no-repeat;
}
.bt_entrar_fr a {
	height: 17px;
	width: 91px;
	background-image: url(img/bt_entrar_fr.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}
.bt_entrar_fr a:hover {
	background-image: url(img/bt_entrar_fr_rol.gif);
	background-repeat: no-repeat;
}
.bt_entrar_pt a {
	height: 17px;
	width: 91px;
	background-image: url(img/bt_entrar_pt.gif);
	background-repeat: no-repeat;
	display:block;
	text-decoration:none;
}
.bt_entrar_pt a:hover {
	background-image: url(img/bt_entrar_pt_rol.gif);
	background-repeat: no-repeat;
}
/****************** Fin: Botones ENTRAR (Varios idiomas) ***************/

.titulo_largo {
	height: 40px;
	background-color: #EEEEEE;
	width: 605px;
	background-image: url(img/bg_tit.jpg);
	background-repeat: no-repeat;
	float: right;
	position: relative;
}
.titulo_medio {
	height: 40px;
	background-color: #EEEEEE;
	width: 420px;
	background-image: url(img/bg_tit.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
.texto_flash_largo {
	position: absolute;
	left: 65px;
	top: 5px;
	width: 504px;
	height: 29px;
}
.texto_flash_medio {
	position: absolute;
	left: -25px;
	top: 5px;
	width: 504px;
	height: 29px;
}
.texto_flash_chico {
	position: absolute;
	left: 37px;
	top: 5px;
	width: 172px;
	height: 29px;
}
.titulo_corto {
	height: 40px;
	background-color: #EEEEEE;
	width: 215px;
	background-image: url(img/bg_tit.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#bloques_paralelos{
	width: 840px;
	margin: auto;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}
#bloques_paralelos #bloque01, #bloques_paralelos #bloque02{
	float:left;
	padding:0 0 -10px 0;
}
#bloques_paralelos #bloque01{
	width: 50%;
	padding: 20px 0 0 0;
}
#bloques_paralelos #bloque02{
	width: 45%;
	border-left: 2px solid red;
	padding: 20px 0 0 25px;
}
#bloques_paralelos #bloque01 .imagen, #bloques_paralelos #bloque02 .imagen {
	float: left;
}
#bloques_paralelos #bloque01 .imagen img, #bloques_paralelos #bloque02 .imagen img {
	border: 2px solid #9b9a98;
	margin:0 8px 0 0;
}
#bloques_paralelos #bloque01 .texto, #bloques_paralelos #bloque02 .texto {
	width:220px;
	float: left;
	color: #7b7b7b;
	font-size: 7.9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#bloques_paralelos #bloque01 .texto a, #bloques_paralelos #bloque02 .texto a {
	text-decoration:none;
	color: #dd1833;
	font-size: 7.9pt;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
}
#bloques_paralelos #bloque01 .texto a:hover, #bloques_paralelos #bloque02 .texto a:hover {
	color: #FF4848;
}
#bloques_paralelos #bloque01 .texto p, #bloques_paralelos #bloque02 .texto p {
	font-size: 15px;
	color: #012475;
	margin: 0px;
	font-weight: bold;
	margin:0 0 5px 0; 
}
#bloques_paralelos02{
	width: 840px;
	margin: auto;
/*	border:2px solid green;*/
	display:block;
}
#bloque_promociones, #bloque_novedades {
	float: left;
	width: 390px;
/*	padding: 15px;*/
	padding-bottom:-45px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	border-top: 3px solid #ffffff;
}
#bloque_promociones {
	background-color: #002576;
}
#bloque_novedades {
	background-color: #324f91;
}
#bloque_promociones .imagen, #bloque_novedades .imagen {
	float: left;
/*	width:50%;*/
}
#bloque_promociones .imagen img, #bloque_novedades .imagen img {
	border: 2px solid #9b9a98;
	margin:0 8px 0 0;
}
#bloque_promociones .texto, #bloque_novedades .texto {
	width:300px;
	float: left;
	color: #ffffff;
	font-size: 7.9pt;
	font-family: sans-serif;
/*	font-weight: bold;*/
}
#bloque_promociones .texto a, #bloque_novedades .texto a {
	text-decoration:none;
	color: #ffffff;
	font-size: 7.9pt;
	font-weight: bold;
}
#bloque_promociones .texto a:hover, #bloque_novedades .texto a:hover {
	color: #CCCCCC;
}
#pie {
	background-color: #eeeeee;
	float: none;
	padding:20px 15px 20px 15px;
	width: 810px;
	margin:auto;
	margin-bottom:25px;
	margin-top:25px;
	text-align: center;
	color: #204186;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	line-height: 17px;
}
#pie a{
	color: #204186;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#pie a:hover{
	color: #6482BF;
}
.indice {
	font-family: Tahoma;
	color: #002575;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.indice:hover {
	color: #999999;
}
.indice_activo {
	font-family: Tahoma;
	color: #D9001D;
	text-decoration: none;
	font-size: 10px;
}
/*.indice_activo:hover {
	color: #999999;
}*/
#indicador_catalogo {
	left:35px;
	top:10px;
	position: relative;
	width: 97%;
	margin:0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002575;
}
#compra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 10px 0 0 160px;
}
/******** PAGINADOR ************/

/*CSS black style pagination*/
div.paginador {
	padding: 3px;
	margin: 15px 3px 3px 3px;
	text-align:center;
	color:#a0a0a0;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
div.paginador a {
	border: 1px solid #909090;
	margin-right:3px;
	padding:2px 5px;
	background-image:url(img/bar.gif);
	background-position:bottom;
	text-decoration: none;
	color: #c0c0c0;
}
div.paginador a:hover, div.meneame a:active {
	border: 1px solid #909090;
	background-image:url(img/invbar.gif);
	background-color:#333333;
	color: #ffffff;
}
div.paginador span.current {
	border: 1px solid #909090;
	margin-right:3px;
	padding:2px 5px;
	background-color:#999999;
/*		background-image:url(img/bar.gif);*/
	background-position:bottom;
	text-decoration: none;
	color: #c0c0c0;	
}
div.paginador span.disabled {
margin-right:3px;
padding:2px 5px;
border: 1px solid #909090;
color: #c0c0c0;
background-color: #606060;
}
.formulario {
	color: #B73535;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.formulario table {
	margin: 10px 0 0 0;
}
.formulario table td {
	padding: 3px 0 3px 7px;
}

.formulario .nombre_campo {
	text-align: right;
	width: 35%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #b73535;
}
.formulario input {
	width: 315px;
	height: 12px;
	color: #000000;
}
