@charset "utf-8";
/* CSS Document */
html,body{
height:100%
}
body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-color: #130203;
	background-position: center top;
	overflow: hidden;
	margin: 0px;
	height:100%;
}
#contenido {
	height: 690px;
	width: 1118px;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: visible;
	background-image: url(marco.png);
	margin-top: -345px;
	margin-left: -559px;
	background-repeat: no-repeat;
	background-position: center center;
}
#interior {
	height: 608px;
	width: 1030px;
	overflow: inherit;
	margin-left: auto;
	margin-right: auto;
	margin-top: 41px;
}
html {
overflow: hidden;
}
#central {
	height: 100%;
	width: 400px;
	position: absolute;
	left: 50%;
	overflow: visible;
	margin-left: -200px;
	background-color: #e9ded6;
}
#amarillo {
	height: 100%;
	width: 370px;
	position: absolute;
	overflow: visible;
	margin-left: -185px;
	background-color: #E9CB1B;
	left: 50%;
	top: 0%;
}
#portada {
	width: 370px;
	position: absolute;
	left: 50%;
	overflow: visible;
	margin-left: -185px;
	background-color: #E9CB1B;
	text-align: center;
	height: 560px;
	margin-top: -275px;
	top: 50%;
}
.btn1 {
	height: 77px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.btn2 {
	height: 150px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #E9CB1B;
	text-decoration: none;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF3D25;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.legal:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF3D25;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

