@charset "ISO-8859-1";
.content {
	height: 100px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img_entra {
	height: 62px;
	width: 100px;
	background-image: url(../images/entra.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img_entra:hover{
	height: 62px;
	width: 100px;
	background-image: url(../images/entra_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	background-color: #000;
	text-align: center;
}
.footer {
	height: 60px;
	width: 504px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer_entra.png);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-align: center;
	padding-top: 20px;
}
.footer a:hover{
	height: 60px;
	width: 504px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #9C0;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
.footer a {
	height: 60px;
	width: 504px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}
.header {
	height: 49px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

