@charset "utf-8";
#cabecera {
	text-align:center;
	margin-left: 50px;
}
#cuerpo {text-align:center;
}
#navi {list-style:none;
}
#navi li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	display:inline;
	padding:40px;
	margin-right: 30px;
}
#navi  li a
{
	color:#B07700;
	background-color:#000000;
	text-decoration:none;
}
#navi  li a:hover
{
color:#FFFFFF;
text-decoration:underline;
}
#menu {text-align:center;
margin: 20px;
}
#resolucion {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-style:normal;
	font-weight:normal;
	color:#CCCCCC;
	text-align:center;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
body
{
	background:#000000;
}
