/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #749865;
	text-align: center;
}
#entrada{
	width:300px;
	height:300px;
	margin: auto;
	position:relative;
	background-image:url(images/entrada.png);
	margin-top:20%;
}
a.ent_texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #468259;	
	text-decoration:none;
	position:absolute;
	top:220px;
	left:128px;
	border:none;
}
a.ent_texto:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #468259;	
	text-decoration:underline;
}





