@charset "utf-8";
#fondo {
	background-color: #09F;
	height: 768px;
	width: 1280px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#encabezado {
	height: 100px;
	width: 1024px;
	background-image: url(imagenes/encabezado.gif);
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#informacion {
	background-image:url(imagenes/fondo1.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	height: 453px;
	width: 1024px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#botones {
	background-image:url(imagenes/boton1.gif);
	background-color: #0C6;
	height: 60px;
	width: 1024px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#piepagina {
	background-image:url(imagenes/yes.gif);
	background-color: #56ACDE;
	height: 145px;
	width: 1024px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
