.color_a{
	color: #e20c18;
}

.color_b{
	color: #333333;
}

.ocultar {
	position: relative;
	z-index: -50;
}

a{
	color: black;
	text-decoration: none;
}

a:hover {
	color: #e20c18;
}

body{
	background: transparent url(/img/sombra.jpg) no-repeat scroll center 29px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
}

#wrapper {
	width: 846px;
	height: 472px;
	padding: 40px 40px;
	margin: 29px auto 0;
	background-color: black;
	color: black;
	position: relative;
}

#header{
	height: 60px;
	width: 100%;
	background: white url(/img/linea_gris_titulos.jpg) no-repeat scroll right top;
}

#logo{
	float: left;
	margin: 5px 0 0 15px;
	background-image: url(/img/logo.jpg);
	width: 276px;
	height: 45px;
	position: relative;
	z-index: 0;
}

#ojo_izquierdo{
	position: absolute;
	height: 3px;
	width: 3px;
	z-index: 1
}
	
#ojo_derecho{
	position: absolute;
	height: 3px;
	width: 3px;
	z-index: 1
}

#titulo_seccion{
	margin: 9px 10px 0 0;
	float: right;
	font-size: 2.9em;
	font-weight: bold;
}

#content{
	height: 374px;
	background-color: white;
}

#secciones{
	margin-top: 23px;
}

#secciones li{
	display: block;
	float: left;
	margin-right: 33px;
}

#secciones li a{
	display: block;
	background-color: transparent;
	color: white;
	height: 33px;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 10px;
	text-align: center;
}

#btn_inicio{
	width: 33px;
}
#btn_inicio:hover{
	background: url(/img/l_roja_1.jpg) no-repeat;
}

#btn_productos{
	width: 59px;
}
#btn_productos:hover{
	background: url(/img/l_roja_2.jpg) no-repeat center 4px;
}

#btn_novedades{
	width: 57px;
}
#btn_novedades:hover{
	background: url(/img/l_roja_3.jpg) no-repeat;
}

#btn_prensa{
	width: 80px;
}
#btn_prensa:hover{
	background: url(/img/l_roja_4.jpg) no-repeat center 4px;
}

#btn_recomendamos{
	width: 83px;
}
#btn_recomendamos:hover{
	background: url(/img/l_roja_5.jpg) no-repeat;
}

#btn_colorin_viajero{
	position: relative;
	bottom: 12px;
	left: -7px;
}

#btn_colorin_viajero b{
	position: relative;
	font-size: 1.2em;
	bottom: 16px;
}

#btn_contacto{
	display: block;
	position: absolute;
	right: 40px;
	bottom: 16px;
	width: 70px;
	height: 51px;
	background: transparent url(/img/b_contacto.jpg) no-repeat center bottom;
}

#btn_contacto:hover{
	background-image: url(/img/b_contacto_up.jpg);
}

#footer{
	font-size: 0.7em;
	width: 846px;
	margin: 8px auto 0;
}
