body { /*Elementos generales del documento*/
	background: #fff;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333333;	
}

ul {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	width: 450px;
	list-style: none; 
	padding: 0; 
	margin: 0;
	display: inline; 
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: Solid;
	border-bottom-color: #cccccc;
}

ul li {
	width: 100px;
	display: block;
	float: left; 
	text-align: center;
	margin-right: 2px;
	position: relative; 
	top: 1px;          
}

ul li a {
	width: 100px; 
	display: block;
	background: #d8e5ea;
	border: 1px Solid #cccccc;
	text-decoration: none;
}

ul li a:link, ul li a:visited, ul li a:active {
	color: #000;
}

ul li a:hover {
	color: #2E3756;
}

a.actual {
	width: 100px;
	display: block;
	background: #ffffff;
	border-top: 1px Solid #cccccc;
	border-bottom: 1px Solid #ffffff;
	text-decoration: none;
}

a.actual:link, a.actual:visited, a.actual:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
}

a.actual:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
}

#contenido {
	width: 465px;
	background: #ffffff;
	float: left;
	margin: 0;
	font-weight: normal;
}

#contenido p {
	margin: 2px 2px;
}

.texto_inf {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #ffffff;
}
.texto_inf a:link, .texto_inf a:visited {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	margin: 0px; 
	color: #ffffff; 
}
.texto_inf a:hover {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px; 
	margin: 0px; 
	color: #66ff00; 
}
