@charset "utf-8";
/* CSS Document */

body {
	background-color: #6699CC;
	/*background-color: #7caedf; */
	font-family: "Minion Pro";
	/*margin: 0px;*/
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

/*#pre_placa{
	height:0px;
	}*/
 
#ayudaPor_menu{
	height:0px;
	clear:both;
	}


/******************** VENTANAS- ****************************/
/******************* INICIO GALERIA DE FOTOS **************/
#galeria, #galeria * {box-sizing:border-box,-moz-box-sizing:border-box}
#galeria {
border: 1px solid #EAEAEA;  /* Borde de la galería */
padding: 10px;
padding-bottom: 0;
background: #3cb2ac;  /* Fondo de la galería */
width: 97%;  /* Ancho de la galería */

}
#galeria_miniaturas {
display: table;
margin: 0 auto;
}
#imgGaleria {
border: 1px solid #F2F2F2;  /* Borde de la imagen */
padding: 3px;
/*width: 100%; /* Ancho de la imagen */
height: 350px; /* Alto de la imagen */
}
.miniatura {
width:  60px;  /* Ancho de las miniaturas */
height:  60px;  /* Alto de las miniaturas */
float: left;
cursor: pointer;
padding: 5px;
margin: 10px 5px;
}
.miniatura:hover {
opacity:.8;   /* Opacidad */
-moz-opacity:.8;
-khtml-opacity:.8;
filter:alpha(opacity=80);
}
.miniatura:active {
opacity:1;
-moz-opacity:1;
-khtml-opacity:1;
filter:alpha(opacity=80);
}

/******************* FIN GALERIA DE FOTOS *****************/
/*********************Nuestro Jardin ******************/
#vent_NuestrosEducadores{
	height: auto;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_NuestrosEducadoresPie{
	height: 15px;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}

.h1_greenblue_harrington{
	font-size: 2em;
	font-family: Harrington;
	color: #1d6864;
	text-shadow:#003 2px 0;
	font-weight: bold;
	}
.h1_verde2_harrington{
	font-size: 2em;
	font-family: Harrington;
	color: #15927f;
	text-shadow: #003 2px 0;
	font-weight: bold;
	}
.h1_celeste2_harrington{
	font-family: Harrington;
	font-size: 2.1em;
	color: #c0f8ef;
	text-shadow:#003 1px 0;
	font-weight: bold;
	}
	
#v_conteTitulo{
	padding-top:3px;
	padding-bottom:6px;
	}	
.v_conteTitulo{
	font-size: 2.2em;
	width: 100%;
	float:left;
	padding-top: 6px;
	padding-left:6px;
	margin-right: auto;
	margin-left: auto;	
	}
.foto_edu{
	float: left;
	height: auto;
	width: 15.4%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.foto_dire{
	height: auto;
	width: 100%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.foto_testimonio{
	float: left;
	height: auto;
	width: 15.4%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	border: 4px solid #FFF;
	/*border-radius: 30%;
	-webkit-border-radius: 30%;
	-moz-border-radius: 30%;*/
	
	}
.conte-edu{
	clear:both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	


#foto_edu1 img{
	width:100%;
	}
#foto_edu2 img{
	width:100%;
	}
#foto_edu3 img{
	width:100%;
	}
	
.desc_edu{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #066;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	width: 76%;
	float: left;
	height: auto;
	}
.h2-edu{
	font-family: Harrington;
	font-size: 1.5em;
	color: #066;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.h2-titulo-minion{
	font-family: "Minion Pro";
	font-size: 1.7em;
	color: #005252;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.p-edu{
	font-family: "Minion Pro";
	font-size: 1.1em;
	color: #FFF;
	padding:0px;
	margin:0px;	
	}
.descrip_educ{
	float: left;
	width: 77%;
	margin: 0px;
	padding:0px;
	}
	
/************ Contacto ***************/
#placaVentana{
	background-color:#9fbe3c;
	width:960px;
	height:500px;
	padding-left:10px;
	paddin-top:20px;
	margin-left:auto;
	margin-right:auto;
	
	}

#mensaje{
	background-color: #cdd75a;
	width: 90%;
	height: auto;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: auto;
	padding-bottom:3px;
	border: 3px dotted #006666;	
	}
	



	
/********** Noticias *****************/
#vent_Noticias{
	height: 500px;
	background-color: #9fbe3c;
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_Noticias2{
	height: auto;
	background-color: #9fbe3c;
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_Noticias2Inicio{
	height: auto;
	
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_Noticias2Pie{
	height: 15px;
	background-color: #9fbe3c;
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
.foto_noti{
	float: left;
	height: auto;
	width: 15.4%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.foto_notiInicio{
	float: left;
	height: auto;
	width: 30%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
	


.conte-noti{
	clear:both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}


#foto_noti1 img{
	width:100%;
	}
#foto_noti2 img{
	width:100%;
	}
#foto_noti3 img{
	width:100%;
	}
	
	
.desc_noti{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #066;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	width: 66%;
	float: left;
	height: auto;
	}
.aporte{
	clear: both;
	margin-right: 1%;
	color: #063;
	}

.h2-noti{
	font-family: Harrington;
	font-size: 1.5em;
	color: #066;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}

.p-noti{
	font-family: "Minion Pro";
	font-size: 1.1em;
	color: #FFF;
	padding:0px;
	margin:0px;	
	}
.descrip_noti{
	float: left;
	width: 77%;
	margin: 0px;
	padding:0px;
	}
/**********nuestro jardin*****************/
#vent_NuestroJardin{
	height: auto;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_NuestroJardinPie{
	height: 15px;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
	
#slider_nuestro_jardin{
	/*width: 90%;
	height:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 2%;
	height: 260px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0%;
	
	float: left;*/
	
	
	background-color: #3ea6a7;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	border: medium solid #036;
	margin-top: 0px;
	
	}
	
#conte_tit_testimonios{
	height:8px;
	clear:both;
	}

#slider_nuestro_jardin img{
	width:100%;
	
	border: thick solid #3ea6a7;
	clear:both;
}
#conte_nuestro_jardin{
	clear:both;
	}

#desc_quienes_somos{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
	}

#conte_foto_directora{
	width: 15.4%;
	height: auto;
	float: left;
	padding-left: 1.5%;
	padding-top: 4%;
	}



#foto_directora img{
	width:100%;
	}
.desc_beneficios{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #066;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3%;
	padding-left: 2%;
	width: 91%;
	float: left;
	height: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #066;
	}
.h2-testimonios{
	font-family: Mistral;
	font-size: 1.5em;
	color: #066;
	padding: 0px;
	margin: 0px;
	float: right;
	}
.h3-directora{
	font-family: Mistral;
	font-size: 0.8em;
	color: #066;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	}
.p-dire{
	font-family: "Minion Pro";
	font-size: 0.7em;
	color: #066;
	padding:0px;
	margin:0px;	
	}
.p-test{
	font-family: ScriptC;
	font-size: 1.2em;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 0.9em;
	font-style: normal;
	}
#foto_apo1 img{
	width:100%;
	}
#foto_apo2 img{
	width:100%;
	}

/************** Convenios *********************/
#vent_Convenios{
	height: auto;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
	
#vent_Conveniospie{
	height: 15px;
	background-color: #9fbe3c;
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
	
#conv1{
		
	}

.foto_edu{
	float: left;
	height: auto;
	width: 15.4%;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.conte-conv{
	
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #066;
	clear:both;
	}


#foto_conv1 img{
	width:100%;
	}
#foto_conv2 img{
	width:100%;
	}
#foto_conv3 img{
	width:100%;
	}
	
.desc_edu{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #066;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	width: 76%;
	float: left;
	height: auto;
	}
.h2-edu{
	font-family: Harrington;
	font-size: 1.5em;
	color: #066;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.p-edu{
	font-family: "Minion Pro";
	font-size: 1.1em;
	color: #FFF;
	padding:0px;
	margin:0px;	
	}
	
.p-edu-amarillo{
	font-family: "Minion Pro";
	font-size: 1.1em;
	color: #FF6;
	padding: 0px;
	margin: 0px;
	}
	
.p-validez{
	font-family: "Minion Pro";
	font-size: 0.7em;
	color: #066;
	padding: 0px;
	margin: 0px;
	float: right;
	}
	
.descrip_educ{
	float: left;
	width: 77%;
	margin: 0px;
	padding:0px;
}


/************** Datos *********************/
#vent_Datos{
	height: auto;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_Datos_btns{
	height: 100px;
	background-color: #9fbe3c;
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#conte_datos{
	height:auto;
	margin:0px;
	padding:0px;
	clear:both;
	}
#conte_btn_datos{
	width: 45%;
	margin: 0px;
	float: right;
	padding:0px;
	margin-top: 6px;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.conte-dato{
	clear:both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #066;
	}



	
.desc_dato{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	color: #066;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	width: 95%;
	float: left;
	height: auto;
	}
.p-aporte{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	color: #066;
	padding: 0px;
	margin: 0px;
	float: right;
	font-style: italic;
	}
.p-fuente{
	font-family: "Minion Pro";
	font-size: 0.9em;
	color: #066;
	padding: 0px;
	margin: 0px;
	}
	
.btn_nuevoDato{
	font-size: 16px;
	font-weight: bold;
	color: #033;
	text-decoration: none;
	background-color: #FFCC00;
	padding-top: 2px;
	height: 29px;
	width: 120px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;	
	}

.btn_Descargar{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #006666;
	padding-top: 2px;
	height: 29px;
	width: 120px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;
	}
	

.btn_DescargarAnio{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #006666;
	padding-top: 2px;
	height: 50px;
	width: 120px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;
	}
	
.linea_sep_inf{
	
	}
#linea{
	width:95%;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #066;
	clear:both;	
	}

/************** Foro Apoderados *********************/
#vent_ForoApoderados{
	height: auto;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}

#vent_ForoApoderadosAlertas{
	height: auto;
	background-color: #9fbe3c;
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}


#conte_comentarios{
	height:auto;

	margin-right:2%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:4px;
	padding:0px;
	}

#conte_selector{
	width:100%;
	height:35px;
	}
	
#conte_menu{
	width:100%;
	height:auto;
	padding:0px;
	/*padding-top:70px; */
	margin-left:auto;
	margin-right:auto;
	}
	
#conte_menu_selector{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:30px;
	margin-right:2%;
	clear:both;
	}
#conte_menu_selector select{
	width: 250px;
	border: thin solid #066;
	background-color: #d0e297;
	}
#foro1{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-color: #bfd435;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #066;*/
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #066;
	clear:both;
	}
#foro1-coment{
	width: 100%;
	height: auto;
	margin:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-color: #bfd435;
	clear:both;
	}
#foro2{
	width: 100%;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top:4px;
	background-color: #bfd435;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #066;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #066;
	}

	
#inicio_tema1{
	
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	/*background-color:#e3e851;*/
	/*clear:both;*/
	
	}

#inicio_tema1-pie{
	
	height: 28px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-top:2px;
	padding-bottom:2px;
	/*background-color:#e3e851;*/
	clear:both;
	
	}

#foto1{
	width: 14%;
	height: auto;
	float: left;
	border: 2px solid #033;
	}

#foto1 img{
	width:100%;
	
	}
#foto-coment{
	width: 10%;
	height: auto;
	float: left;
	}
#foto-coment img{
	width:100%;
	
	}
#foto-resp{
	width: 5%;
	height: auto;
	float: left;
	}
#foto-resp img{
	width:100%;
	
	}
#conte_der1{
	width:83%;
	margin-left:2%;
	height:auto;
	float:left;
	
	}
	

#opina_denun{
	
	width:100%;
	margin:0px;
	padding:0px;
	height:50px;
	clear:both;
	}
#menu_opina_denun{
	
	width:60%;
	margin:0px;
	height:28px;
	float:right;
	clear:both;
	}
#menu_opina_denun ul{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
	}
#menu_opina_denun ul a li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	-moz-box-shadow: inset 0px 0px 15px #000000;
	-webkit-box-shadow: inset 0px 0px 15px #000000;
	box-shadow: inset 0px 0px 15px #000000;
	}
#menu_opina_denun ul a li:hover{
	-moz-box-shadow: inset 0px 0px 15px #f8f077;
	-webkit-box-shadow: inset 0px 0px 15px #f8f077;
	box-shadow: inset 0px 0px 15px #f8f077;
	}
	
	
#conte_nuevo_coment{
	width: 100%;
	margin: 0px;
	height: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #033;	
	}

#menu_conte_nuevo{
	width:30%;
	margin:0px;
	padding-right:4%;
	height:28px;
	float:right;
	}
	
#menu_conte_nuevo ul{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#menu_conte_nuevo ul a li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	-moz-box-shadow: inset 0px 0px 15px #000000;
	-webkit-box-shadow: inset 0px 0px 15px #000000;
	box-shadow: inset 0px 0px 15px #000000;
	border: 2px solid #033;
	}
#menu_conte_nuevo ul a li:hover{
	-moz-box-shadow: inset 0px 0px 15px #f8f077;
	-webkit-box-shadow: inset 0px 0px 15px #f8f077;
	box-shadow: inset 0px 0px 15px #f8f077;
	border: 2px solid #033;
	}
	
.btn_nuevo_coment{
	
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #1d6864;
	padding-top: 0px;
	
	height: 24px;
	width: 80%;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	
	font-family:"Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;
	
	}

.btn_rojoAlerta{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F03;
	padding-top: 0px;
	height: 22px;
	width: 90px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
	
.btn_verde_opina{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6a870c;
	padding-top: 0px;
	height: 22px;
	width: 90px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
	
.btn_verde_opina_wide{
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6a870c;
	padding-top: 0px;
	margin-bottom: 3px;
	height: 22px;
	width: 160px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
	
.btn_celeste_opina_wide_medium{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6caea3;
	padding-top: 0px;
	margin-bottom: 3px;
	height: 24px;
	width: 180px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
	
.btn_verde_opina_right{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6a870c;
	padding-top: 0px;
	height: 22px;
	width: 130px;
	float: right;
	display: inline;
	text-align: center;
	margin-top:3px;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
.btn_azul_opina{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #55b990;
	padding-top: 0px;
	height: 22px;
	width: 130px;
	float: left;
	display: inline;
	text-align: center;
	margin-top:3px;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
		
.btn_azul_opina_right{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #55b990;
	padding-top: 0px;
	height: 22px;
	width: 130px;
	float: right;
	display: inline;
	text-align: center;
	margin-top:3px;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;
	border: 2px solid #4a5c0d;
	}
	
	

	
.btn_gris_denuncia{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #d1b02e;
	padding-top: 0px;
	height: 22px;
	width: 90px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 17px;	
	border: 2px solid #ac8d0f;
	}
#comentarios1{
	height:auto;
	width:90%;
	float:right;
	background-color:#c5c325;
	margin-right:2%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:4px;
	padding:0px;
	padding-top:4px;
	
	}
#comentarios1-resp{
	height: auto;
	width: 80%;
	float: right;
	background-color: #c5b025;
	margin-right: 2%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom:2%;
	clear:both;
	
	}
/*#comentarios1-resp-pie{
	height: 10px;
	width: 80%;
	float: right;
	background-color: #c5b025;
	margin-right: 2%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom:2%;
	
	}*/
#tit-coment{
	height:15px;
	width=100%;
	clear:both;
	margin:0px;
	margin-left:5%;
	margin-bottom:4px;
	padding-bottom:5px;
	}
#coment1-comentarios{
	color:#5a5813;
	font-family:"Minion Pro";
	}


#selector{
	float:left;
	}

.cargando{
	float:left;
	font-size:1.2em;
	color:#FF6;
	display:none;
	}

/****************** ventana colaciones ***************/
#v_conteTitulo_colaciones{
	padding-top:3px;
	padding-bottom:6px;
	width:50%;
	float:left;
	
	}
#conte_encabezado{
	widht:97%;
	}
#conte_imagen_frutas{
	padding-top:3px;
	padding-bottom:6px;
	padding-right:3%;
	width:32%;
	float:right;
	}
#conte_imagen_frutas img{
	width:100%;
}
.p-fecha{
	font-family: "Minion Pro";
	font-size: 1em;
	color: #066;
	padding: 0px;
	margin: 0px;
	}
.h3-colaciones{
	font-family: minion;
	font-size: 1.2em;
	color: #0e4b65;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.colaciones{
	font-family: minion;
	font-size: 1.2em;
	color: #0e4b65;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
	
.h3-aviso{
	font-family: minion;
	font-size: 1.2em;
	color: #F03;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.h3-infoAmarillo{
	font-family: minion;
	font-size: 1.2em;
	color: #FFC;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.h2-foro{
	font-family: minion;
	font-size: 1.2em;
	color: #003366;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
.h4-foro{
	font-family: minion;
	font-size: 1em;
	color: #0e4b65;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
	
.h4-foro2{
	font-family: minion;
	font-size: 1.1em;
	color: #0e4b65;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.h4-foro-coment-nombre{
	font-family: minion;
	font-size: 1em;
	color: #6b6811;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
	
.h4-foro-tit-coment{
	font-family: minion;
	font-size: 1.1em;
	color: #595607;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}

.h4-foro-tit-resp{
	font-family: minion;
	font-size: 1.1em;
	color: #595607;
	font-weight: bold;
	padding:0px;
	padding-left:10%;
	margin:0px;
	}
	
.h4-foro-fecha{
	font-family: minion;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.h4-foro-fecha-coment{
	font-family: minion;
	font-size: 0.8em;
	color: #f8f7ca;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}
.parrafo_colaciones{
	width:85%;
	padding-left:12%;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	}
.parrafo_foro_tema{
	width: 100%;
	margin: 0px;
	font-size: 1.1em;
	font-family: "Minion Pro";
	}
.parrafo_foro_repuesta{
	width:85%;
	padding-left:12%;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	}
#conte_btn_desc{
	width: 25%;
	margin: 0px;
	float: right;
	padding:0px;
	margin-top: 6px;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#conte_colaciones{
	height:auto;
	margin:0px;
	padding:0px;
	clear:both;
	}
table,th,td{
	margin:auto;
	border:solid 2px #066;
	
	}
table{
	border-collapse:collapse;
	
	}
th{
	background-color:#969f0b;
	}
td{
	width: 16%;
	background-color: #c5cf1f;
	color: #006666;
	font-size: 1.1em;
	}
textarea{
	width: 100%;
	background-color: #c5cf1f;
	color: #006666;
	font-size: 1.1em;
	}
.input_Utiles{
	width: 97%;
	background-color: #d7e03e;
	color: #006666;
	font-size: 1.3em;
	}
	
.input_Colaciones{
	width: 97%;
	background-color: #d7e03e;
	color: #006666;
	font-size: 1.1em;
	/*height:75px;*/
	}

.tit-comida{
	color: #fff;
	font-size: 1.1em;
	}
.hora-comida{
	background-color: #e6ef47;
	font-size: 1.1em;
	
	}
/****************** ventana utiles y encargos ***************/
#v_conteTitulo_utiles{
	padding-top:3px;
	padding-bottom:6px;
	width:50%;
	float:left;
	
	}
#vent_Utiles{
	height: auto;
	background-color: #9fbe3c;
	width: 960px; 
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
#vent_UtilesPie{
	height: 80px;
	background-color: #9fbe3c;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}

/****************** ventana foro ***************/
#vent_ForoApoderados-Extra{
	height: 25px;
	/*background-color: #9fbe3c;*/
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}
.ini_temaNuevo{
	
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	background-color:#e3e851;
	/*clear:both;*/
}.ini_temaNuevoReclamo{
	
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	background-color:#F96;
	/*clear:both;*/
}

#inicio_temaNuevo textarea{
	
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	background-color:#e3e851;
	/*clear:both;*/
	
}#inicio_temaNuevo_Reclamo{
	
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	background-color:#FC3;
	/*clear:both;*/
}

.btn_enviar_foro{
	
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #1d6864;
	padding-top: 0px;
	
	height: 24px;
	width: 23%;
	float: right;
	display: inline;
	text-align: center;
	margin-right: 10px;
	
	font-family:"Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;
	
	}
input[type="submit"]:hover {
	-moz-box-shadow: inset 0px 0px 15px #f8f077;
	-webkit-box-shadow: inset 0px 0px 15px #f8f077;
	box-shadow: inset 0px 0px 15px #f8f077;
}

/* ******************** enviar comunicaciones ********************/


	
#placaVentanaComunic{
	background-color:#9fbe3c;
	width:960px;
	height:500px;
	padding-left:10px;
	paddin-top:20px;
	margin-left:auto;
	margin-right:auto;
	
	}

#encabezadoExtra{
	height: 0px;
	
	width: 87.26%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	}

#footer-fondo{
	padding-top:20px;
	background-color:#469474;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:90px;
	}
	
	
#conte_menu_botones ul{
	width:100%;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-top: 4px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	}
#conte_menu_botones ul a li{
	color: #1c3f60;
	margin-top: 4px;
	width: 29.5%;
	-moz-box-shadow: inset 0px 0px 18px #000000;
	-webkit-box-shadow: inset 0px 0px 18px #000000;
	box-shadow: inset 0px 0px 18px #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: thin solid #2e1458;
	padding-top: 2px;
	height: 66px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 110%;
	text-shadow: #003 0px 0;	
	}
#conte_menu_botones ul a li:hover{
	-moz-box-shadow: inset 0px 0px 20px #fff;
	-webkit-box-shadow: inset 0px 0px 20px #fff;
	box-shadow: inset 0px 0px 20px #fff;
	border: thin solid #503183;
	}
	
.btn_1{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.8em;
	color: #336;
	text-decoration: none;
	background-color: #37a391;
	list-style-type: none;
	}
.btn_2{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.8em;
	color: #336;
	text-decoration: none;
	background-color: #9F0;
	list-style-type: none;
	}

/*************************************************************************/	
/************REPETIDO DE ESTILOS DE MANTENEDORES**************************/


#botonera_news{
	
	background-color:#465194;
	height:60px;
	margin:0px;
	padding:0px;
	
	}
#botonera_news_int{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
#botonera_news_int ul a li:hover{
	-moz-box-shadow: inset 0px 0px 15px #f8f077;
	-webkit-box-shadow: inset 0px 0px 15px #f8f077;
	box-shadow: inset 0px 0px 15px #f8f077;
	}

.btn-home{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #80b163;
	padding-top: 12px;
	margin-top: 5px;
	height: 22px;
	width: 5%;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	font-family: "Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;
		
	}
.btn-zonas{
	
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #6375b1;
	padding-top: 12px;
	margin-top:5px;
	height: 22px;
	width: 12%;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 10px;
	
	font-family:"Minion Pro";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 27px;
	
	}
	
.amarillo{
	background-color:#d8c142;
	}
	
.lila{
	background-color:#875eca;
	}
.magenta{
	background-color:#ac246d;
	}
	
#conte_header_news{
	background-color: #7c988d;
	height: 55px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #066;	
	}
#conte_header_news_btns{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	}
#conte_header_news_btns ul{
	
	
	}
#conte_header_news_btns ul a{
	width:25px;
	padding-right:8%;
	
	
	}
	
#conte_header_news_btns ul a li:hover{
	-moz-box-shadow: inset 0px 0px 18px #f8f077;
	-webkit-box-shadow: inset 0px 0px 18px #f8f077;
	box-shadow: inset 0px 0px 18px #f8f077;
	}



#conte_footer_news{
	background-color: #7c988d;
	height: 65px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #066;	
	padding-top:4px;
	clear:both;
	}
	
#conte_logo_footer_news{
	padding: 0px;
	width:12%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
/*#footer p img{
	width: 13.96%;
	}*/

#conte_logo_footer_news a img{
	width: 100%;
	}
	
#comentOrig{
	width:48%;
	margin:0 px;
	padding:0 px;
	float:left;
	}
#comentReclamo{
	width:48%;
	margin:0 px;
	padding:0 px;
	float:left;
	}
.minion-italica{
	font-family: "Minion Pro";
	font-size: 1em;
	font-style: italic;
	color: #660;
	}
	
/**del footer **/
#conte_footer{
		
	}
#footer{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
/*#logo_footer{
	padding: 0px;
	width: 13.78%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}*/
	
#conte_logo_footer{
	padding: 0px;
	width:13.96%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}
/*#footer p img{
	width: 13.96%;
	}*/

#footer a img{
	width: 100%;
	}
	
#fondoCsvMuestra{
	color:#33C;
	}
	

	
/*************************************************************************/	
/************ FIN REPETIDO DE ESTILOS DE MANTENEDORES**************************/
@media screen and (max-width:1024px){
	#conte_btn_desc{
	margin-right: 5%;
	}
	
#placaVentana{
	width:90%;
	}

#vent_ForoApoderados{
	width: 90%;
}
	
#vent_Convenios{
	width: 90%;
}
#vent_Utiles{
	width: 90%;
}#vent_UtilesPie{
	width: 90%;
}
#vent_Datos{
	width: 90%;

}

#vent_NuestroJardin{
	width: 90%;
	}
#vent_NuestroJardinPie{
	width: 90%;
}

#vent_NuestrosEducadores{
	width: 90%;
	}
#vent_NuestrosEducadoresPie{
	width: 90%;
}
#footer-fondo{
	width:90%;
	}
	

}

@media screen and (max-width:960px){
#imgGaleria {
height: 300px; /* Alto de la imagen */
}
}
@media screen and (max-width:800px){
	
#pre_placa{
	height:70px;
	}
#ayudaPor_menu{
	height:80px;
	clear:both;
	}
	
#vent_ForoApoderadosAlertas{
	padding-top: 70px;
	}


#vent_NuestroJardin{
	padding-top: 70px;
	}
#vent_NuestrosEducadores{
	padding-top: 70px;
	}
#placaVentana{
	paddin-top:70px;
	
	}

/*
#vent_Utiles{
	margin-top:70px;
	}

	
	
#vent_Datos{
	margin-top:70px;
	}
	
#vent_Convenios{
	margin-top:70px;
}*/

#vent_ForoApoderados{
	margin-top:70px;
}

/************/

#encabezadoExtra{
	height: 70px;
}
#footer-fondo{
	width:90%;
	}
#imgGaleria {
height: 220px; /* Alto de la imagen */
}

	}

@media screen and (max-width:640px){
	#conte_btn_desc{
	margin-right: 20%;
	}
	#conte_der1{
	width:80%;
	}
	
#imgGaleria {
height: 170px; /* Alto de la imagen */
}
	}
	
@media screen and (max-width:480px){
	td{
	font-size: 0.9em;
	}
	#conte_btn_desc{
	margin-right: 25%;
	}
	td{
	width: 14%;
	font-size: 0.8em;
	}
	#foto1{
	width: 30%;
	}
	
<!--*** repetido de estilos1.css *** -->
#conte_logo_footer{
	width:25%;
	}
	
#imgGaleria {
height: 140px; /* Alto de la imagen */
}

.miniatura {
width:  40px;  /* Ancho de las miniaturas */
height:  40px;  /* Alto de las miniaturas */
float: left;
cursor: pointer;
padding: 2px;
margin: 3px 2px;
}



}
@media screen and (max-width:420px){
#imgGaleria {
height: 100px; /* Alto de la imagen */
}



}

@media screen and (max-width:320px){
	#vent_Utiles{
	width: 95%;
	}
	#vent_UtilesPie{
	width: 95%;
	}
	
	#vent_Datos{
	width: 95%;
	padding-left: 2%;
	}
	
#vent_Convenios{
	width: 95%;
}

#vent_ForoApoderados{
	width: 95%;
}

#vent_NuestroJardin{
	width: 95%;
	}
#vent_NuestroJardinPie{
	width: 95%;
}

#vent_NuestrosEducadores{
	width: 95%;
	}
#vent_NuestrosEducadoresPie{
	width: 95%;
}

	
	#conte_btn_desc{
	margin-right: 30%;
	}
	
	.h2-titulo-minion{
	font-size: 1.3em;
	}
	
	.h2-edu{
	font-size: 1.2em;
	}
	.p-edu{
	font-size: 0.8em;
	}
	td{
	width: 12%;
	font-size: 0.8em;
	}
	#foto1{
	width: 40%;
	}
	#footer-fondo{
	width:95%;
	}
	#placaVentana{
	width:95%;
	}
	
#imgGaleria {
height: 110px; /* Alto de la imagen */
}
.miniatura {
width:  30px;  /* Ancho de las miniaturas */
height:  30px;  /* Alto de las miniaturas */
float: left;
cursor: pointer;
padding: 2px;
margin: 5px 2px;
}


}



/*********************************************/
/**********ANIMACION DE LO RESPONSIVO*********/
/*********************************************/

*{
	transition:all 0.5s ease-out;
	-webkit-transition::all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5 ease-out;
	}