.header div.fecha{
	float:left;
	margin-top: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	width: 300px;
	margin-left: 20px;
	color: #ADAAAD;

}
.header div.fecha img{

    margin-right:5px;

}
.header div.fecha span{
	font-weight:bold;
	color: #ADAAAD;

}
/*
-----------------------------------------------------------------------------------------------
menu
*/


#menu {
	padding-top: 20px;
	list-style-type: none;
	position: relative;
	line-height: 15px;
}
#menu li  {
	margin-left: 20px;
	border-bottom:1px dashed #fff;
	position: relative;
	width: 170px;
}
#menu li:hover {
	margin-left: 20px;
	border-bottom:1px dashed #fff;
	position: relative;
	width: 170px;
	background-color: #8C8A8C;
}


#menu li a {
	color: #FFF;
	font-family: "Myriad Pro";
	text-decoration: none;
	display:block;
	padding:5px 0px 5px 0px;
	font-size: 12px;
}


#menu li a:hover {
	padding: 5px 0px 5px 0px;
	background-image:url(../images/layout-arrow-white.jpg);
	padding-left:18px;
	background-repeat: no-repeat;
	background-color: #8C8A8C;
}
.submenues {
	left: 169px;
	display: none;
	position: absolute;
	float: left;
	top: 0px !important;
	background-color: #8C8A8C;
	list-style: none;
	padding-top: 0px !important;
	margin-top:0px !important;
	visibility: visible;
	padding-bottom: 20px;
}
#menu li ul {
	list-style: none;
	padding-bottom: 15px;
}

#menu li ul li {
	list-style: none;
}

#menu li ul li a{
	color: #FFF;
	list-style: none;
}

#menu li ul li a:hover {
	color: #08559C;
	list-style: none;
	background-color: ##8C8A8C;
}
