body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
}

p{
	padding: 6px 0px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #28422b;
	text-decoration: none;
}

a:hover{
	color: #28422b;
	text-decoration: underline;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

.link_ver{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fcbe10;
	text-decoration: none;
}

.link_ver:hover{
	text-decoration: underline;
}

.plano{
	color: #424242;
}

.rojo{
	color: #da251c;
}

.texto_peque{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contenedor{
	position: relative;
	z-index: 1;
	width: 900px;
	margin: 0px auto;
	text-align: left;

}

#cabecera{
	float: left;
	height: 60px;
	width: 900px;
	margin-top:5px;
	background:#28422b;
	padding: 0px 0px 0px 0px;
}

#logo{
	float: left;
	margin: 0px 10px;
	width: 880px;
	background:#28422b;
}

#menu_sup{
	float: left;
	width: 880px;
	height: 22px;
}

#normal a{
	display: block;
	float: left;
	width:110px;
	height:18px;
	padding: 2px 0px;
	background:url(../img/bg_menu.png);
	color: #EEE6D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}

#normal a:hover{
	color: #000;
	text-decoration: underline;	
	background:url(../img/bg_menu.png);
	background-position: 100% 22px; 
}

#activo a{
	display: block;
	float: left;
	width:110px;
	height:18px;
	padding: 2px 0px;
	background:url(../img/bg_menu_activo.png);
	color: #EEE6D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
}

#activo a:hover{
	color: #000;
	text-decoration: underline;	
	background:url(../img/bg_menu_activo.png);
	background-position: 100% 22px; 
}

#cuerpo{
	float: left;
	width: 900px;
	background: #FFF;
}

#seccion{
	float: left;
	margin-top:5px;
	background:url(../img/bg_botonera.png) repeat-y;
	padding: 0px 10px;
}

#seccion li{
	display: inline;
}

#contenido_test{
	float: left;
	width: 880px;
	padding: 5px 10px;
	background:url(../img/bg_historia_contenido.png);
	overflow: hidden;
}

#contenido_ficha{
	float: left;
	width: 880px;
	padding: 5px 10px;
	background:url(../img/bg_ficha_contenido.png);
	overflow: hidden;
}


#contenido_historia{
	float: left;
	width: 880px;
	padding: 5px 10px;
	background:url(../img/bg_historia_contenido.png);
	overflow: hidden;
}



#contenido{
	float: left;
	width: 880px;
	padding: 5px 10px;
	background: #cedeb7;
	overflow: hidden;
}



#contenido_abajo{
	float: left;
	width: 880px;
	padding: 5px 10px;
	background: #fff;
	overflow: hidden;
}

#contenido_comun{
	float: left;
	width: 880px;
	padding: 10px;
	background: #cedeb7;
	overflow: hidden;
}


#flash{
	float: left;
	width: 400px;
	height: 300px;
	border: 1px solid #28422b;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}

/* OFERTAS DESTACADAS */

#productos{
	float: right;
	width: 436px;
	height: 300px;
	border: 1px solid #28422b;
	background: #fff;
	/*background: #E4D6B9;*/
	overflow: hidden;
	padding: 5px 10px;
}

#img_titulo_ofertas{
	float:left;
	width: 23px;
	height: 20px;
	overflow: hidden;
	padding: 5px 2px 5px;
}
#titulo_ofertas{
	float:left;
	width: 213px;
	height: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #28422b;
	font-weight: bold;
	padding: 5px 2px 5px;
}

#oferta_destacada{
	float:right;
	width: 150px;
	height: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #28422b;
	font-weight: bold;
	text-align:right;
	padding: 5px 2px 5px;
}

#producto1{
	float: left;
	width: 205px;
	height: 130px;
	display: inline;
	overflow: hidden;
	position: relative;
	z-index: 2;

}

#producto2{
	float: right;
	width: 205px;
	height: 130px;
	display: inline;
	overflow: hidden;
	position: relative;
	z-index: 2;

}

#producto3{
	float: left;
	width: 205px;
	height: 130px;
	margin-top: 10px;
	display: inline;
	overflow: hidden;
	position: relative;
	z-index: 2;

}

#producto4{
	float: right;
	width: 205px;
	height: 130px;
	margin-top: 10px;
	display: inline;
	overflow: hidden;
	position: relative;
	z-index: 2;

}

#tit_producto{
	float: left;
	width: 205px;
	height: 25px;
	overflow: hidden;
	padding: 3px 0px;
	font-size: 11px;
	color: #2e2e2e;
}

#img_producto{
	float: left;
	width: 96px;
	height: 96px;
	overflow: hidden;
	padding: 0px;
	border: 1px solid #28422b;
}

#tipo_producto{
	float: right;
	width: 100px;
	z-index: 9;
	overflow: hidden;
	font-size: 11px;
	padding: 0px;
	color: #28422b;
	font-weight: bold;
}
#ref_producto{
	float: right;
	width: 100px;
	overflow: hidden;
	font-size: 11px;
	padding: 0px;
	color: #da251c;
}

#info_producto{
	float: right;
	text-align: right;
	width: 100px;
	padding: 46px 0px 0px 0px;
	overflow: hidden;
}

#oferta_producto{
	position: absolute;
	z-index: 10;
	width: 75px;
	height: 75px;
	top: 58px;
	left: 80px;
	background: url(../img/icono_oferta2.png);
	background-repeat: no-repeat;
}

#oferta_producto2{
	position: absolute;
	z-index: 12;
	width: 75px;
	overflow: hidden;
	text-align: center;
	top: 29px;
	left: 0px;
	color: #da251c;
	font-size: 13px;
	font-weight: bold;
}

#oferta_producto_ficha{
	position: absolute;
	z-index: 10;
	width: 175px;
	height: 175px;
	top: 158px;
	left: 150px;
	background: url(../img/icono_oferta2.png);
	background-repeat: no-repeat;
}

#oferta_producto2_ficha{
	position: absolute;
	z-index: 12;
	width: 75px;
	overflow: hidden;
	text-align: center;
	top: 29px;
	left: 0px;
	color: #da251c;
	font-size: 13px;
	font-weight: bold;
}

#oferta_producto_ofertas{
	position: absolute;
	z-index: 10;
	width: 175px;
	height: 175px;
	top: 258px;
	left: 140px;
	background: url(../img/icono_oferta2.png);
	background-repeat: no-repeat;
}

#oferta_producto2_ofertas{
	position: absolute;
	z-index: 12;
	width: 75px;
	overflow: hidden;
	text-align: center;
	top: 29px;
	left: 0px;
	color: #da251c;
	font-size: 13px;
	font-weight: bold;
}


#contenedor_acordeon_inicio{
	float: left;
	padding: 1px 0px;
	width: 548px;
	height: 190px;
	overflow: hidden;
}

/* Pie de página */

#pie{
	float: left;
	width: 900px;
	padding: 10px 0px 10px 0px;
	background: #FFF;
}

#logos_pie{
	float: left;
	width: 900px;
	overflow: hidden;
}

#logos_pie li{
	float: left;
	padding: 0px 19px;
	display: inline;
}

#info_pie{
	float: left;
	overflow: hidden;
	width: 900px;
	font-size: 11px;
	text-align: center;
	display: inline;
	margin-top: 10px;
}

/* Buscador productos */

.combo_box{
	width: 220px;
	border: 1px solid #28422b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

.combo_box:hover{
	border: 1px solid #28422b;
}

.boxTLF{
	width: 90px;
	padding: 1px 2px;
	border: 1px solid #28422b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

.boxTLF:hover{
	border: 1px solid #28422b;
}

.box{
	width: 214px;
	padding: 1px 2px;
	border: 1px solid #28422b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

.box:hover{
	border: 1px solid #28422b;
}

.box2{
	width: 294px;
	height: 120px;
	padding: 1px 2px;
	border: 1px solid #28422b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

.box2:hover{
	border: 1px solid #28422b;
}

.boton_buscar{
	border: none;
	background: none;
	cursor: pointer;
}
#buscador{
	float: right;
	width: 315px;
	overflow: hidden;
	/*border:1px solid #28422b;*/
	border:1px solid #28422b;
	padding-top:8px;
	padding-left:5px;
}

#buscador_left{
	float: left;
	width: 326px;
	height:220px;
	overflow: hidden;
	/*border:1px solid #28422b;*/
	padding-top:6px;
	padding-left:10px;
	position: relative;
	border:dotted 1px #28422b;
	z-index: 2;
}

#contenido_producto_left{
	float:left;
	width:430px;
	overflow: hidden;
	display:inherit;
}

#contenido_producto_right{
	float:right;
	width:430px;
	overflow: hidden;
	display:inherit;
}

#tabla_buscador{
/*	border: 1px solid #28422b; */
	width: 310px;
	margin-top: 5px;
}
#img_titulo_buscador{
	float: left;
	width: 23px;
	height: 24px;
	overflow: hidden;
	padding-left: 5px;
}
#titulo_buscador{
	float: left;
	width: 190px;
	height: 24px;
	overflow: hidden;
	font-size: 16px;
	padding: 0px;
	color: #28422b;
	font-weight: bold;
}

#contenido_buscador{
	float: left;
	width: 412px;
	overflow: hidden;
	padding: 2px 0px;
}

#contenido_buscador_left{
	float: left;
	width: 296px;
	overflow: hidden;
	padding: 2px 12px 2px 10px;
}

#boton_buscar{
	float: right;
	display:inline;
}


/* Partes comunes de la página */

#texto_comun{
	float: left;
	width: 510px;
	height:228px;
	padding:5px;
	overflow: hidden;
	display: inline;
	background-color:#fff;
	border: 1px solid #28422b;
}

#texto_productos{
	float: left;
	width: 510px;
	height:238px;
	padding:0px 5px;
	overflow: hidden;
	display: inline;
	background-color:#fff;
	border: 1px solid #28422b;
}

#texto_ficha{
	float: left;
	display: inline;
	width: 870px;
	overflow: hidden;
	position: relative;
	z-index: 1;	
	background-color:#fff;
	border: 1px solid #28422b;
	padding:5px;
}

#texto_ficha2{
	float: left;
	display: inline;
	width: 870px;
	overflow: hidden;
	position: relative;
	z-index: 1;	
	background-color:#fff;
	border-bottom: 1px solid #28422b;
	border-left: 1px solid #28422b;
	border-right: 1px solid #28422b;
	padding:5px;
}


#contenido_ficha_infotecnica{
	float:left;
	width: 630px;
	height:182px;
	text-align:justify;
	border-left: 1px dotted #28422b;
	border-right: 1px dotted #28422b;
	border-top: 1px dotted #28422b;
	border-bottom: 1px dotted #28422b;
	overflow:hidden;
	padding:0px 2px;	
}

#contenido_ficha_infotecnica2{
	float:left;
	width: 630px;
	text-align:justify;
	border-left: 1px dotted #28422b;
	border-right: 1px dotted #28422b;
	border-top: 1px dotted #28422b;
	border-bottom: 1px dotted #28422b;
	overflow:hidden;
	padding:0px 2px;	
}

#info_ficha{
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#info_ficha2{
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu_historia{
	float: left;
	width: 870px;
	/*height:228px;*/
	padding:5px;
	overflow: hidden;
	display: inline;
	background-color:#fff;
	border: 1px solid #28422b;
}

.tabla_borde{
	border: 1px dotted #28422b;
	padding:5px;
}

#contenido_comun_texto{
	float: left;
	width: 400px;
	height: 393px;
	overflow: auto;
	display: inline;
}

#imagen_comun{
	float: right;
	padding: 5px;
	background: #fff;
	width: 338px;
	height: 228px;
	border: 1px solid #28422b;
	display: inline;
}

.top_table{
	margin-top: 10px;
	margin-left: 10px;
}

#contenido_deslizante_test{
	float: left;
	display: inline;
	width: 870px;
	overflow: hidden;
	height: 420px;
	position: relative;
	z-index: 1;	
	background-color:#fff;
	border: 1px solid #28422b;
	padding:5px;
}


#contenido_deslizante{
	float: left;
	display: inline;
	width: 870px;
	overflow: hidden;
	height: 400px;
	position: relative;
	z-index: 1;
}

#contenido_no_deslizante{
	float: left;
	display: inline;
	width: 870px;
	overflow: hidden;
	height: 400px;
	position: relative;
	z-index: 1;
}

#texto_no_deslizante{
	position: absolute;
	top: 0px;
	overflow: hidden;
	left: 0px;
	z-index: 2;
}

#texto_no_deslizante span{
	display: block;
	float: left;
	width: 870px;
	height: 400px;
	text-align: justify;
}

#texto_deslizante{
	position: absolute;
	top: 0px;
	overflow: hidden;
	left: 0px;
	z-index: 2;
}

#texto_deslizante span{
	display: block;
	float: left;
	width: 870px;
	height: 400px;
	text-align: justify;
}

#texto_deslizante_test{
	position: absolute;
	top: 0px;
	overflow: hidden;
	left: 0px;
	z-index: 2;
}

#texto_deslizante_test span{
	display: block;
	float: left;
	width: 870px;
	height: 420px;
	text-align: justify;
}

#texto_deslizante2{
	position: absolute;
	top: 0px;
	overflow: hidden;
	left: 0px;
	z-index: 2;
}

#texto_deslizante2 span{
	display: block;
	float: left;
	width: 870px;
	height: 400px;
	text-align: justify;
}
#texto_deslizante_izq{
	float: left;
	width: 450px;
	padding: 5px;
	display: inline;
	overflow: hidden;
}

#texto_deslizante_all{
	float: left;
	width: 860px;
	padding: 10px;
	display: inline;
	overflow: hidden;
}

#texto_deslizante_der{
	float: right;
	width: 388px;
	height: 388px;
	padding: 5px;
	border: 1px solid #28422b;
	background: #fff;
	display: inline;
	overflow: hidden;
}

.no_buttons{
	padding-left: 360px;
	height:24px;
	float:left;
	display: inline;
	margin-top: 10px;
}

.buttons{
	padding-left: 360px;
	float:left;
	display: inline;
	margin-top: 10px;
}

.buttons span{
	float: left;
	margin-right: 10px;
	display: inline;
	cursor: pointer;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #28422b;
	padding: 5px 0px;
	text-align: center;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #28422b;
	padding: 5px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
}

/*h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #28422b;
	padding: 0px 0px 5px 0px;
	text-align: left;
}*/

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #28422b;
	padding: 5px 0px;
}

.lista_simple li{
	padding: 5px 0px;
}

/*Localícenos*/

#mapa1{
	float: left;
	width: 418px;
	height: 300px;
	border: 1px solid #759315;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}

#mapa2{
	float: right;
	width: 418px;
	height: 300px;
	border: 1px solid #759315;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}

#info_mapa1{
	float: left;
	width: 418px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}

#info_mapa2{
	float: right;
	width: 418px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
}

#detalle_productos{
	float: left;
	width: 418px;
	border: 1px solid #759315;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

#lista_productos{
	float: right;
	width: 430px;
	background: #fff;
	overflow: hidden;
}

#buscador_productos{
	float: left;
	width: 430px;
	background: #FFF;
	overflow: hidden;
}

.td_productos{
	background:url(../img/bg_acordeon.png) repeat-x;
	color: #fff;
	border-top: 1px solid #28422b;
	border-left: 1px solid #28422b;
	text-align: center;
	height: 22px;
}

.td_productos2{
	background:url(../img/bg_acordeon.png) repeat-x;
	color: #fff;
	border-top: 1px solid #28422b;
	border-left: 1px solid #28422b;
	border-right: 1px solid #28422b;
	text-align: center;
	height: 22px;
}

.td2_productos{
	font-size: 11px;
	border-bottom: 1px solid #28422b;
	border-left: 1px solid #28422b;
	text-align: center;
	padding: 2px 0px;
}

.td2_productos2{
	padding: 2px 0px;
	font-size: 11px;
	border-bottom: 1px solid #28422b;
	border-left: 1px solid #28422b;
	border-right: 1px solid #28422b;
	text-align: center;
}

.botton_tabla{
	border-bottom: 1px solid #759315;
}


.msj_conf{
	width: 458px;
	display: block;
	color: #da251c;
	padding: 4px 0px;
	text-align: center;
	border: 1px solid #da251c;
	background: #fff;
}

#img_prod_ofertas{
	float: left;
	width: 176px;
	height: 176px;
	margin-left:2px;
	padding: 3px;
	overflow: hidden;
	border: 1px solid #28422b;
}

#img_prod_fichas{
	float: left;
	width: 176px;
	height: 176px;
	margin-left:20px;
	padding: 3px;
	overflow: hidden;
	border: 1px solid #28422b;
}

#contenido_oferta_detalle{
	float:right;
	width: 316px;
	text-align:justify;
	border-left: 1px dotted #28422b;
	border-right: 1px dotted #28422b;
	border-top: 1px dotted #28422b;
	border-bottom: 1px dotted #28422b;
	overflow:hidden;
	padding:0px 2px;
}

#contenido_producto_detalle{
	float:right;
	width: 316px;
	height:182px;
	text-align:justify;
	border-left: 1px dotted #28422b;
	border-right: 1px dotted #28422b;
	border-top: 1px dotted #28422b;
	border-bottom: 1px dotted #28422b;
	overflow:hidden;
	padding:0px 2px;
}

/* VENTA A DOMICILIO */

#titulo_ventas{
	overflow: hidden;
	font-size: 16px;
	color: #28422b;
	font-weight: bold;
	padding: 5px 2px 5px;
}

#txt_ventas{
	overflow: hidden;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
	padding: 2px 10px;
}

#txt_ventas a{
	color: #28422b;
	font-weight: bold;
	text-decoration:none;
}

#txt_ventas a:hover{
	color: #28422b;
	font-weight: bold;
	text-decoration:underline;
}

#imagen_ventas{
	margin-top: 40px;
	float: right;
	padding: 5px;
	background: #fff;
	width: 388px;
	height: 381px;
	border: 1px solid #759315;
	display: inline;
}

/*----*/

.td_linea_sep{
	border-top:1px solid #28422b;
	padding: 1px 0px 0px 0px;
}

.resaltar_tipo_oferta{
	font:Arial, Helvetica, sans-serif;
	color: #759315;
	font-weight:bold;
}

.resaltar_precio_oferta{
	font:Arial, Helvetica, sans-serif;
	color: #DA251C;
	font-style:normal;
	font-size:12px;
}

.resaltar_precio_ofertado{
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 16px;
}

.td_precio_recuadro{
	border-top: 1px dashed #759215;
	border-left: 1px dashed #759315;
	border-right: 1px dashed #759315;
	border-bottom: 1px dashed #759315;
	text-align: center;
	height: 30px;
}

.resaltar_adicional{
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	color:#28422b;
	font-size: 12px;
}

/* Capa utilizada para mostrar el gif de "cargando" de los combo box*/
#preloader{
        border:none;
        margin:0px;
        width:50px;
        height:50px;
        padding:0;
		position: absolute;
		z-index: 10;
		top: 500px;
		right: 130px;
}

#preloader_productos{
        border:none;
        margin:0px;
        width:50px;
        height:50px;
        padding:0;
		position: absolute;
		z-index: 10;
		top: 75px;
		left: 165px;
}

#paginas_activas{
	font:Arial, Helvetica, sans-serif;
	color: #fcbe10;
}
#paginas_activas a{
}
#paginas_activas a:hover{
	font:Verdana, Geneva, sans-serif #da251c;
}

#texto_lopd{
	font:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #424242;
}

#contenido_recomendacion{
	float:left;
	padding:10px;
	width: 450px;
	overflow:hidden;
}

#imagen_recomendacion{
	float: right;
	width: 388px;
	height: 388px;
	margin-top:10px;
	margin-right:10px;
	padding: 5px;
	border: 1px solid #28422b;
	background: #fff;
	display: inline;
	overflow: hidden;
}

#txt_historia{
	overflow: hidden;
	text-align:justify;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
}

.iva{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-decoration:none;
}

.tipo_oferta{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #2d4324;
}