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

body {
	background-color: #B7B5A2;
}
#contenedor_intro {
	position: absolute;
	height: 450px;
	width: 273px;
	margin-top: -200px;
	margin-left: -136px;
	left: 50%;
	top: 50%;
}
#contenedor_intro #nombre {
	position: absolute;
	height: 45px;
	width: 266px;
	left: 4px;
	top: 330px;
}
#contenedor_intro #data {
	position: absolute;
	height: 32px;
	width: 273px;
	left: 0px;
	top: 379px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #716F5B;
	text-align: center;
}
#contenedor_intro #entrar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #E4E4DE;
	position: absolute;
	height: 35px;
	width: 273px;
	left: 0px;
	top: 414px;
	text-align: center;
}
#contenedor_intro #entrar a:link {
	color: #EAE8E1;
	text-decoration: none;
}
#contenedor_intro #entrar a:visited {
	color: #EAE8E1;
	text-decoration: none;
}
#contenedor_intro #entrar a:hover {
	color: #FFF;
	text-decoration: underline;
}

