/* CSS Document */
/*--------- IMAGENES LATERALES IZQ-------------*/
#imgContacto{
	background-image:url(images/contacto.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgContacto_en{
	background-image:url(images/contacto_en.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgPromo{
	background-image:url(images/promociones.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgPromo_en{
	background-image:url(images/promociones_en.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgNove{
	background-image:url(images/novedades.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgNove_en{
	background-image:url(images/novedades_en.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgTiendas{
	background-image:url(images/tiendas_recomendadas.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgTiendas_en{
	background-image:url(images/tiendas_recomendadas_en.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgEmpresa{
	background-image:url(images/empresa.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgEmpresa_en{
	background-image:url(images/empresa_en.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgClub{
	background-image:url(images/am_club.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgCatalogo{
	background-image:url(images/catalogo.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
#imgCatalogo_en{
	background-image:url(images/catalogo_en.jpg);
	background-repeat:no-repeat;
	height:300px;
	vertical-align:top;
}
/*--------- FIN IMAGENES LATERALES IZQ-------------*/
#barraMenu{
	background-image:url(images/barraMenu.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:32px;
}
.navegador1{
	font-size:16pt;
	color:#FFFFFF;
	font-family: Arial Narrow;
	font-weight:bolder
}
.navegador2{
	font-size:14pt;
	color:#FFFFFF;
	font-family: Arial Narrow;
	font-weight:600;	
}
.submenu:link{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
.submenu:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC3300;
	text-decoration: none;
}
.submenu:visited{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
.enlace:link{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC3333;
	text-decoration: none;
}
.enlace:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC3333;
	text-decoration: none;
}
.enlace:visited{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC3333;
	text-decoration: none;v
}
.texto{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.csPunto{
	background-image:url(images/punto.gif);
	background-repeat:repeat-x;
	height:30px;
}
.colPuntos{
	background-image:url(images/puntoV.gif);
	background-repeat:repeat-y;
	width:5px
}
.cabecera{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
}
ul li{
	
	list-style-type:square;
	line-height:25px
}
ol li{
	list-style-type:upper-latin;
	line-height:30px
}
.txtBox{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	border:1px solid #CCCCCC;
	height:	15px
}
.boton{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	border:1px solid #B61C28;
	background-color:#FFFFFF
}