/* CSS Document */
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
	}
#fecha{
	font-family: Arial;
	font-size: 12px;
	margin-left: 690px;
}

#logo{
	width: 200px;
	background-image:url(../imagenes/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	
}
/*-Menu Principal------------------------------------*/
	
#menu_index { float: left; padding: 3px 0 0 0; list-style: none; }

#menu a  {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 3px;
	text-decoration: none;
	color: #87c660;
}
#menu a:hover {
	color: #006600;
	border-bottom: 1px solid #006600;
}
#menu .active a { border-bottom: 2px; color: #006600;}
#menu{
	color: #87c660;
	float: right;
	margin-top: 3px;
}

body {
	background-image: url(../imagenes/sombra.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
