
/* CSS Document */

#contenedor_grande_escuela {
	 width: 990px;
	 height: 1007px;
	 margin: 0 auto;
	 text-align: center;
}

#contenedor_left_escuela {
	float: left;
	width: 9px;
	margin-left: 5px;
	height: 863px;
	display: block;
	background-image:url(../images/background_left.png);
	background-repeat:repeat-y;
}

#contenedor_right_escuela {
	float: left;
	width: 12px;
	height: 863px;
	display: block;
	background-image:url(../images/background_right.png);
	background-repeat:repeat-y;
}

#contenedor_contenido_escuela {
	float: left;
	width: 960px;
	height: 863px;
	display: block;
	text-align:left;
	background-image:url(../images/background_center.jpg);
	background-repeat:repeat-x;
}

#contenedor_principal_escuela {
	float: left;
	display: block;
	width: 960px;
	height: 840px;
	background-image:url(../images/background_escuela.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	text-align: left;
}

#titulo_contenedor_principal_escuela {
	display: block;
	clear: both;
	margin-left: 27px;
	margin-top: 6px;
	font-family: Arial;
	color: #095832;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
}

.titulo_escuela {
	margin-top: 3px;
	font-family: Arial;
	color: #095832;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

#texto_escuela {
	padding: 30px;
	font-family: Arial;
	font-size: 17px;
	text-align: justify;
}

#texto_escuela img{
	margin: 10px 20px;
}

