@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0}
body {
	background: #000000;
	background-image:url(../bg_body/bg_body_014.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	}
#mstr {
	width:700px;
	float:left;
	}
#hdr {
	padding-left:20px;
	}
#mnhm {
	float:left;
	padding-top:20px;
	}
#mnhm ul {
	margin-left:25px;
	list-style:none;
	margin-bottom:10px;
	}
#mnhm ul li {
	}
a {
	color:#9E9F7E;
	text-decoration:none;
	}
a:hover {
	color:#B1B368;
	text-decoration:underline;
	}
h4 {
	margin-top:10px;
	}
.aviso {
	color:#FF3300;
	font-weight:bold;
	}
.inactivo {
	color:#666666;
	}
