/* CSS colegios */


BODY {
	background-color: #d7e9fd;
} 

h1 {
	color: #0099FF;
	text-align: left;
}


#contenedor{ 
	background-image: url(../images/fnd_pagina-home.gif);
} 


hr {
    color: #0099FF;
}


#cuerpo {
    padding-bottom: 0px;
}



/******  CALENDARIO Y MÁS - IZQUIERDA    *******/


#menuleft {
	border: 0;
	padding: 20px 30px 0 15px;
	margin: 0;
	color:#999999;
	font-size: 12px;
}

#menuleft h1 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	text-align:left;
	color: #3399ff;
	font-size: 20px;
	font-style:bold;
	text-decoration: none;
}


#submenusleft h1 {
    color: #000000;
	text-align: center;
 }


/*** CONTENIDO DERECHA *****************/


#txtContenidos{ 
	 text-align: justify;
	 padding: 10px 30px 0px 0px;
	 } 

#fecha {
     color: #669900;
}

.titular {
     font-weight: bold;
	 color: #FF6600;
}

/* p { color: #0099FF; } */


/***PIE DE PAGINA*****************/


#pie{ 

	background-image: url(../images/pie-home.jpg);
} 


