@charset "utf-8";
/* CSS Document */

#cabecera {
	background-image: url(../imagenes/cabecera/logo.png);
	background-repeat: no-repeat;
	background-position: 27px 13px;
	height: 118px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index:1;
}

#cabecera #menu {
	width: 666px;
	float: right;
}
#cabecera #menu span {
	display: block;
	width: 12.3%;
	float: left;
	text-align: center;
	height: 91px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	position: relative;
	cursor:hand;
}
#cabecera #menu span:hover {
	background-image: url(../imagenes/cabecera/btn_over_bkg.jpg);
	background-repeat:  repeat-x;
	color: #FFFFFF;
}

#cabecera #menu a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 10px;
	float: left;
	left: 0px;
}
	
