@charset "utf-8";
.contenedor {
	background-color: #FFF;
	height: 768px;
	width: 960px;
	margin: auto;
}
.encabezado {
	background-color: #2A1F55;
	height: 250px;
	width: 960px;
}
.botones {
	background-color: #2A1F55;
	height: 100px;
	width: 960px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFBF0;
}
.informacion {
	background-color: #F33;
	height: 300px;
	width: 960px;
}
.piedepagina {
	background-color: #003;
	height: 250px;
	width: 960px;
}
