body{
	color:#FFFFFF;
	background-color:#000000;
	font-family:Tahoma;
	text-align:left;
	margin:0;
	font-size:10px;
}


/* CONTENEDOR PRINCIPAL */
#contenedor_principal{
	margin:0 auto;
	width:950px;
}


/* CABECERA */
#cabecera{}

#cabecera #logo{
	float:left;
}

#cabecera #frontal{
	float:left;
	z-index:-1;
}


/* IDIOMAS */

#idiomas{
	float:right;
	color:#EEC04A;
	height:22px;
	margin-right:-1px;
	padding-left:10px;
	background-color:#000000;
	border-left:1px solid #FFFFFF;
}

#idiomas .zona_idiomas{
	float:left;
	background-image:url('img/idiomas_back.gif');
	background-repeat:repeat-x;
	padding-top:5px;
	height:22px;
}

#idiomas a{
	color:#F8E1A9;
	text-decoration:none;
}

#idiomas .left{
	float:left;
	background-image:url('img/idiomas_left.gif');
	background-repeat:no-repeat;
	width:9px;
	height:22px;
}

#idiomas .right{
	float:left;
	background-image:url('img/idiomas_right.gif');
	background-repeat:no-repeat;
	width:9px;
	height:22px;
}

#idiomas a:hover{
	text-decoration:underline;
}


/* MENU SUPERIOR */

#menu_superior{
	float:left;
	width:950px;
	background-image:url(/css/img/fondo_menu_superior.gif);
	height:22px;
	background-repeat:repeat-x;
	border-left:1px solid #FCF1E6;
	border-right:1px solid #FCF1E6;
} 


/* REGISTRO */

#registro{
	float:left;
	width:950px;
	font-family:Verdana;
	font-size:10px;
	color:#F8E1A9;
}

#registro .zona_registro{
	float:left;
	width:575px;
}

#registro .zona_comprar{
	float:left;
	width:350px;
}

#registro .campo_registro{
	float:left;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:10px;
}

#registro .campo_registro .error{
	color:#FF0000;
}

#registro .cerrar_sesion{
	float:left;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

#registro .boton_sesion{
	border:none;
	float:left;
	margin-left:5px;
	margin-top:12px;
	padding:0;
	width:auto;
}

#registro .boton_registro{
	float:left;
	padding-top:14px;
}

#registro .boton_registro a{
	padding-left:5px;
	color:#F8E1A9;
	text-decoration:none;
}

#registro .boton_registro a:hover{
	text-decoration:underline;
}

#registro .boton_comprar{
	float:left;
	padding:10px 0px 0px 10px;
}

#registro .total{
	float:left;
	/*margin-left:90px;*/
	padding-top:12px;
	padding-left:15px;
	padding-bottom:10px;
}

#registro input{
	background-color:#FFFFFF;
	border:1px solid #B2B2B2;
	color:#818181;
	font-family:Tahoma;
	font-size:10px;
	padding-left:5px;
	width:75px;
}

#registro .total input{
	width:55px;
	text-align:right;
}


/* BUSCADOR PRODUCTOS */

#buscador_productos{
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color:#F8E1A9;
	float:left;
	font-family:Verdana;
	font-size:10px;
	padding-left:15px;
	width:183px;
}

#buscador_productos .buscar{
	float:left;
	padding:12px 0px 10px 0px;
}

#buscador_productos .boton_buscar{
	float:left;
	padding:11px 0px 0px 10px;
}

#buscador_productos input{
	background-color:#FFFFFF;
	border:1px solid #B2B2B2;
	color:#818181;
	font-family:Tahoma;
	font-size:10px;
	padding-left:5px;
	width:75px;
}

#buscador_productos .boton_buscar input{
	color:#EEC04A;
	border:1px solid #EEC04A;
	background-color:#000000;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

/* CONTENIDO */
#contenido{
	clear:both;
	width:950px;
}

/* LATERAL */

#lateral{
	float:left;
	width:200px;
	margin:0px 35px 0px 15px;
/*	_margin-left:7px; /* IE6 multiplica por dos margin-left ¿? */
	
}

#lateral #menu_lateral{
	width:200px;
}

#lateral #menu_lateral #menu_top{}
#lateral #menu_lateral #menu_last{}
#lateral #menu_lateral #menu_bottom{}

#lateral .banner_lateral{
	margin-top:2px;
}

#lateral .titulo_catalogo{
	color:#F7E3A8;
	font-family:Times New Roman;
	font-size:18px;
	margin:-70px 0px 70px 18px;
	text-transform:uppercase;
	width:150px;
	text-align:center;
}

#lateral .titulo_catalogo a{
	color:#F7E3A8;
	text-decoration:none;
}

.espacio{
	height:10px;
}

/* PRINCIPAL */

#principal{
	float:left;
	width:700px;

}

/* BANNERS INFERIORES */
#area_banners{
	float: right;
	width:700px;
	margin-top:5px;
	margin-bottom:10px;
}

#area_banners .banner_inferior{
	float:left;
	margin-right:40px;
}

#area_banners .banner_inferior .titulo{
	font-size:12px;
	text-align:center;
	color:#EEC04A;
	font-weight:bold;
	padding:3px 0;
}

/* PIE */

 #pie, #footer{
 	clear:both;
	
	background-image:url(img/linea_pie.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#F5D990;
	font-family:Tahoma;
	font-size:10px;
	height:30px;
	padding-top:5px;
	text-align:center;
}

#pie a, #footer a{
	color:#0066ff;
}

#banner_w3c img{
	border:0;
	float:right;
	display:none;
}

.fondo{
	z-index:9999;
	position:absolute;
	border:none;
}

#primero{
	background-image:url('/css/img/menu_bton_top2.jpg');
}

.ac_results{
	color:#000000;
}

#logofacilis{
	float:left;
	margin-left:7px;
	margin-right:150px;
}
.white{color:#fff}

.separacion {clear:both; padding-top:5px;}

A:Link.pie, A:Visited.pie {font-family:Tahoma; font-size:10px; color:#656565; text-decoration:none;}
A:Hover.pie {font-family:Tahoma; font-size:10px; color:#656565; text-decoration:underline;}

.catalogo_virtual[class] {
	cursor:pointer;
	height:103px;
	width:201px;
}
.catalogo_virtual {
	cursor:pointer;
	height:103px;
	width:201px;
}