body{
	background:#000;
	width:100%;
	height:100%;
}

div#content{
	width:513px;
	margin:50px auto;
}

div#cabecera{
	width:513px;	
	height:120px;
	background:url(../img/logo.gif) no-repeat top left;
}
div#form{
	width:488px;
	height:265px;
	padding-top:15px;
	padding-left:25px;
	background:url(../img/fondo.jpg) no-repeat center;
}
div#form p{
	width:100%;
	margin-top:15px;
	float:left;
}
div#form form{
	width:100%;
	margin-top:15px;
	float:left;
}
div#form label{
	width:500px;
	margin-bottom:10px;
	float:left;
}
div#form input{
	background-color:#000;
	border:1px solid #000;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	
	height:15px;
	width:240px;
}
div#form input.chk{
	width:15px;
	height:15px;
}

p#gracias{
	width:100%;
	float:left;
	margin-left:130px;
	padding-top:80px;
	padding-bottom:105px;
}