/* ====================================================================
PORTADA ESCUELA
-------------------------------------------------------------------- */
#Presentacion {
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #369;
	padding: .5em 2em 0 1em;
}

#Presentacion p {
	margin-bottom: 1em;
}

#Presentacion img {
	float: left;
	margin-right: 1em;
}

/* CUADRO NOTICIAS */
#CuadroNoticias {
	background: #eee;
	padding: 1px;
	margin-bottom: 1em;	
}

#CuadroNoticias img {
	margin: 5px 0 0 3px;
}

#Noticias, #Noticias .fechasnoticias, #Noticias .titulos_noticias {
	border-collapse: collapse;
}

#Noticias .fechasnoticias {
	width: 80px;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #81a7cb;
}

#Noticias .titulos_noticias {
	width: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 0 2px 2px 2px;
}

#Noticias .titulos_noticias a {
	color: #333;
	text-decoration: none;
}

/* ULTIMAS CLASES */
#UltimasClases {
	background: #eee;
	border: 1px solid #cfcfcf;
	margin: 0 .5em 1em .5em;
	padding: 0 5px;
	text-align: center;
	width: 525px;
	overflow: auto;
}