/* CSS Document */html, body {	margin: 0 auto;	background-color: #000000;	font-family: Verdana, Helvetica,   Arial, sans-serif;	font-size: 11px;	margin: 0px;	color: #666;}#contenido {	width: 800px;	background-color: #000000;	margin: 0 auto;	background-image: url(home.jpg);	height: 900px;}#contenidoescuela {	width: 900px;	background-color: #000000;	margin: 0 auto;	background-image: url(escuela.jpg);	height: 900px;}/* CABECERA */#header {	width: 800px;	height: 300px;}#bajoheader {	width: 800px;	height: 300px;}a:link {	color: #002852;	text-decoration: none;}a:hover {	color: #F4DC10;	text-decoration: none;}.texto {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: #FFFFFF;	text-align: center;	font-weight: normal;}