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

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000
}

#entra, #flash {
	margin: 50px auto;
}
#entra li{
	display: inline;
	padding: 12px;
	color: #fff;
	
}
#flash {
	width: 364px;
	height: 200px;
}

a {
	text-decoration: none;
}

#entra a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}


#entra a:hover {	 
	 color: #fff;
}

#footer {
	margin:0 auto;
}

#footer p{
	font-size: 0.9em;
	color: #999999;
}

#footer span {
	font-weight: bold;
	color:#fff;	
}

#mail {
	color: #fff;
}

a#mail:hover {
	color: #003366;
}