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

html, body {
	height : 100%;
	width: 100%;
	margin : 0;
}
body {
	background-color:#000;
	background-image:url(../images/bg_intro.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height : 100%;
}
#wrapper {
	width: 900px;
	height: 700px;
	display:block;
	margin:auto;
}
#header {
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 161px;
	margin: 54px 50px 0 50px;
}
#pre {
	background-color: #000082;
	width: 800px;
	height: 165px;
	margin: 0 50px 0 50px;
}
#boton {
	width: 50px;
	height: 20px;
	padding-top: 7px;
	margin-left: 420px;
	color: #FFF;
	font-weight: bold;
}
#info {
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 15px;
	color: #FFF;
	font-size: 80%;
	text-align: center;
}
#footer {
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 116px;
	margin: 57px 50px 0 50px;
}
a {
	outline: 0;
}
h1 {
	font-size:95%;
	font-weight:lighter;
	text-align: center;
	color: #FFF;
	}
a:link, a:visited {
	background-color: transparent;
	color: #FDDC00;
	text-decoration: none;
}
a:hover, a:active {
	background-color: transparent;
	color: #FFF;
}

