@charset "utf-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(../fotos/fondos/fondo.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #000000;
}

#container {
	width: 850px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#intro {
	width: 750px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#enlaces {
	clear: both;
	margin: auto;
	width: 750px;
	color: #FFE805;
}

#container #enlaces .entrar, .entrar:link {
	color: #FFE805;
	text-decoration: none;
}

#container #enlaces .entrar:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.powered {
	text-align: right;	
}
