@charset "utf-8";
#contenedor {
	background-color: #4DABCE;
	height: 768px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 960px;
}
#encabezado {
	height: 100px;
	width: 960px;
	background-image: url(imagenes/encabezado3.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#información {
	height: 653px;
	width: 960px;
	background-image:url(imagenes/fondo3.gif);
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#F9F7F7;
	text-align:justify;
	}
	
