@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	font-size: 62.5%;
	padding: 0px;
}
#logo {
	margin-right: -293px;
	position: absolute;
	right: 50%;
	margin-top: -210px;
	top: 50%;
	height: 421px;
	width: 586px;
	text-align: center;
	background-image: url(../img/fondo-intro.png);
	background-repeat: no-repeat;
}
#logo #flash {
	border: 5px solid #FFFFFF;
	height: 244px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: auto;
}

.entrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9FB07A;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #9FB07A;
}
a:hover {
	color: #E10119;
	text-decoration: underline;
}

