#inicio_content {
	width: 500px;
	margin: 0 auto;
}

#inicio_content h1 {
	color: #557641;	
	font-size: 46px;
	font-style: italic;
	letter-spacing: -2px;
	text-align: center;
}

#inicio_box	{
	font-size: 16px;
	letter-spacing: -1px;
	border: #B8CFD5 solid 1px;
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	height: 36px;
}

#top {
	height: 60px;
}


#inicio_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#inicio_box li a {
	background: #FFFFFF;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 470px;
	display: block;
	border: 1px solid #B8CFD5;
	text-decoration: none;
	text-align: center;
	color: #FF6600;
	font-weight: bold;
}

#inicio_box li a:hover {
	background: #F5F8FA;
	color: #CC0000;
	text-decoration: none;
}

 /* Hide from IE5-Mac \*/
#inicio_box li a {
float: none
}
/* End hide */
