<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contenido section#seccion_modelo{
	max-width: 980px;
	margin: 0px auto 20px auto;
	overflow: hidden;
	display: block;
}

section#seccion_modelo .contenedor_tipo_1, section#seccion_modelo .contenedor_tipo_2{
	overflow: hidden;
}

.contenedor_tipo_1 .texto_tipo_1, .contenedor_tipo_2 .texto_tipo_2{
	float: right;
	width: 65.3%;
}

section#seccion_modelo ul.ul_segundo_nivel{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	list-style-type:circle;
}

.contenedor_tipo_1 .imagenes_tipo_1, .contenedor_tipo_2 .imagenes_tipo_2{
	overflow: hidden;
	float: left;
	width: 32%;
}

.imagenes_tipo_1 img{
	margin-bottom: 24px;
	max-width: 303px;
	width: 100%;
}

section#seccion_modelo h1, section#seccion_modelo h2, section#seccion_modelo h3{
	margin-top:0;
}

.texto_tipo_2 h3{
	margin: 0 0 8px 0;
}

.resaltar{
	color: #ff4e00;
}


@media (max-width: 980px) {
		
	#contenido section#seccion_modelo{
		width: 96%;
	}
}

@media (max-width: 700px) {

	.contenedor_tipo_1 .texto_tipo_1, .contenedor_tipo_2 .texto_tipo_2{
		float: none;
		width: 100%;
	}
	
	.contenedor_tipo_1 .imagenes_tipo_1, .contenedor_tipo_2 .imagenes_tipo_2{
		float: none;
		width: 100%;
	}
	
	
	.texto_tipo_1 #jardin_ninos, .texto_tipo_1 #actividades_extraescolares, .aux_contenedor_img_left{
		float: left;
		width: 46%;
	}

	.texto_tipo_1 #Primaria, .texto_tipo_1 #otros_servicios, .aux_contenedor_img_right{
		float: right;
		width: 46%;
	}
	
	.aux_contenedor_img_left img, .aux_contenedor_img_right img{
		width: 100%;
		display: block;
	}
	
	.imagenes_tipo_2 img{
		max-width: 303px;
		width: 100%;
	}

}

@media (max-width: 400px) {
		
	#contenido section#seccion_modelo{
		width: 96%;
	}
	
	.imagenes_tipo_1 .aux_contenedor_img_left, .imagenes_tipo_1 .aux_contenedor_img_right{
		width: 100%;
		float: none;
	}
	
	.texto_tipo_1 #jardin_ninos, .texto_tipo_1 #actividades_extraescolares{
		float: none;
		width: 100%;
	}

	.texto_tipo_1 #Primaria, .texto_tipo_1 #otros_servicios{
		float: none;
		width: 100%;
	}
	
}</pre></body></html>