@charset "UTF-8";
img { border: none; } 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	background-color: #000000;
}
#intro {
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #000000;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #444444;
	font-size: 10px;
	margin-top: 15px;
	clear: both;
	text-align: center;
}
#footer img {
	float: right;
	position: relative;
	top: -20px;
}
#entrar {
	background-image: url(img/home.gif);
	height: 494px;
	width: 317px;
	background-repeat: no-repeat;
	margin-right: 70%;
	margin-left: 10%;
	margin-top: 30px;
	text-align: right;
}
#textoEntrar {
	position: relative;
	top: 300px;
	left: 300px;
	font-size: 10px;
	width: 100px;
}
#entrar a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

#sitio {
	width: 800px;
	background-color: #000000;
	height: 550px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #444444;
}
