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

#contenedor {
	height: 610px;
	width: 1024px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	background-image: url(../imagenes/back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}
#cabezal {
	float: left;
	height: 270px;
	width: 1024px;
}
#pie {
	float: left;
	height: 40px;
	width: 1024px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#explicacion {
	position: absolute;
	height: 26px;
	width: 684px;
	left: 162px;
	top: 191px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}






#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	position: absolute;
	height: 77px;
	width: 340px;
	left: 39px;
	top: 60px;
}
