/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body{
	background-color: #000000;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
h1{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
#header{
	background: #FFFFFF url(img/headerfondo.gif) scroll repeat-x;
	width: 896px;
	height: 104px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo{
	background: url(img/headerlogo.gif) no-repeat;
	position: absolute;
	top: 22px;
	left: 0px;
	height: 63px;
	width: 237px;
}
#contenido{
	background: #F8E1B2;
	width: 896px;
	height: 460px;
	position: absolute;
	top: 104px;
	left: 0px;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #7E0A29;
	text-decoration: none;
	text-align: justify;

}
.gracias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #7E0A29;
	text-decoration: none;
	text-align: center;

}
#pie{
	background: url(img/piefondo.gif) scroll repeat-x;
	width: 896px;
	height: 70px;
	position: absolute;
	top: 555px;
	left: 0px;
	z-index: 100;
}
#pinfo{
	background: url(img/pieinfo.gif) no-repeat;
	position: absolute;
	top: 53px;
	left: 610px;
	height: 17px;
	width: 286px;
}

.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FAEBCC;
	border: 1px solid #F8E1B2;
}
