@charset "utf-8";
#contenedor {
	background-color: #003366;
	height: 890px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 960px;
}
#encabezado {
	height: 150px;
	width: 960px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Imagenes/Botones.gif);
}
#información {
	height: 730px;
	width: 960px;
	background-image: url(Imagenes/2Fondo.gif);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #F9F7F7;
	text-align: justify;
	}
	
#contenedor #información table tbody tr td {
	text-align: center;
	font-size: 12px;
}
#contenedor #información table tbody tr td p {
	font-size: 12px;
}
