/* CSS Document */

/*===========================GENERAL==============================*/
@font-face {
	font-family: "Entypo";
	font-style: normal;
	font-weight: normal;
	    src: local("?"), 
	    url("entypo/entypo.woff") format("woff"), 
	   	url("entypo/entypo.ttf") format("truetype");
}

@font-face {
	font-family: "EntypoSocial";
	font-style: normal;
	font-weight: normal;
	    src: local("?"), 
	    url("entyposocial/entypo-social.woff") format("woff"), 
	   	url("entyposocial/entypo-social.ttf") format("truetype");
}

*, *:before, *:after {
    box-sizing: border-box;
}

* {
	padding:0;
	margin:0;
	}
	
body {
	background:#FFFFFF;
	font-family:'Rosario', sans-serif;
	color:#1D242B; 
	background-image:url('img/back.png');
	background-repeat:repeat;
	background-attachment: fixed;
}



/*========================MARGENES Y COLUMNAS===========================*/
section{
	float:left;
	width:100%;
	height:320px;
}

section article{
	float:left;
	display:block;
}

section article:first-child{
	margin-left:0;
}

section aside{
	float:left;
}

section aside:first-child{
	margin:0;
}

#destacado{
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -34px;
	background-image: url('img/docente.gif');
	height: 320px;
	padding: 209px 20px 0px 20px;
	position:relative;
}

#extras{
	height:160px;
	margin:34px 0 0 0;
}

#galeria_ult{
	height:480px;
}

#margen_inicial {
	margin-top:122px;
	max-height:320px;
}

#margen_contacto{
	margin-top:122px;
	height:160px;
}

.articulo{
	height:80px;
	width:100%;
}

.alto_automatico{
	height:auto;
}

.columna_int {
	padding: 12px;
}

.columna_articulo{
	position:relative;
	padding:12px;
	padding: 5px 10px 10px 90px;
	margin-top: -80px;
	font-size:12px;
}

.columna_docente{
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 15px;
	margin-top: -4px;
}

.columna_docente a h3{
	color:#F00;
}

.columna_docente a h3:hover{
	color:#1D242B;
}

.contenedor {
	max-width:960px;
	width:100%;
	margin: 0 auto 0 auto;
}

.dos_columnas {
	width:66.6666666667%;
	height:100%;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.dos_columnas_padding {
	padding-left: 26px;
}

.dos_columnas_padding2 {
	padding-left: 26px;
	padding-right: 26px;
}

.imagen_centrada {
	margin: 0 auto;
	position:center;
}

.media_columna{
	width:16.6666666667%;
	height:100%;
	background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
}

.tres_columnas {
	width:100%;
	height:100%;
	background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
padding: 1.2em 1.5em;
display:block;
}

.un_cuarto_col{
	width:25%;
	height: 100%;
	padding: 25px;
	color:#FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.una_columna {
	width:33.3333333333%;
	height: 100%;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

.una_columna_padding2 {
	padding-left: 26px;
	padding-right: 26px;
}


/*===============================HEADER=================================*/
header{
	width: 100%;
	height: 122px;
	position: fixed;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.7);
	background-image:url('img/back.png')
}

header nav{
	margin: -36px auto 0 auto;
	float: left;
	width: 100%;
}

header nav a img{
	float:left;
}

header nav ul li{
	list-style-type: none;
	padding: 0px 1.5%;
	float: right;
	background-color: #1D242B;
	margin-top: 86px;
}

header nav ul li:hover{
	background-color:#FD5A27;
}

header nav ul li a{
	text-decoration: none;
	color:#FFFFFF;
	font-family: 'Rosario', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 36px;
}

header nav ul li a:hover{
	color:#FFFFFF;
}

#buscador{
	font-family: "Entypo";
	font-size: 30px;
	color: #FFF;
	background-color: #1D242B;
	float: right;
	padding: 3px 10px 2px;
	margin: 0;
	width: auto;
	height: auto;
}

#buscador: hover{
	background-color: #FD5A27;
}

#menu_responsive{
	display:none;
}

.personaje_contacto{
	margin: -110px 25px 0px;
	position: relative;
	float: right;
}

.titulo{
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	line-height: 30px;
	color: #1D242B;
	display: block;
	float: left;
	padding: 3px 12px;
	margin: 160px 0px 0px -160px;
	background-color: #FFF;
	z-index: 0;
	position: relative;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #e2e2e2;	
}



/*===============================TEXTO Y COLOR=================================*/

a{
	color:inherit;
	text-decoration:none;
}

h1{
	font-size:50px;
}

h2{
	font-weight:600;
}

h3 {
	font-size:16px;    
}

section article p{
font-size: 15px;
font-family: "Rosario","Entypo","Arial",sans-serif;
color: #1D242B;
z-index: 1;
position: relative;
text-align: justify; 
}
    
section aside p{
font-size:0.7em;  
font-family:'Helvetica', 'Arial', sans-serif;
}

.azul {
	background-color:#1D242B;
}

.azul_text {
	color:#1D242B;
}

.blanco{
	background-color: #FFFFFF;
}

.blanco_text{
	color: #FFFFFF;
}

.capital{
	font-family: "Rosario","Entypo","Arial",sans-serif;
font-size: 220px;
color: rgba(253, 90, 39, 0.4);
position: absolute;
z-index: 3;
line-height: 5px;
margin-left: -15px;
}

.catedra{
	font-size:14px;
	margin:30px;
	list-style: disc inside;
line-height: 20px;
color:#FFFFFF;
}

.espaciado {
	line-height:30px;
}

.gris {
	background-color:#E2E2E2;
}

.gris_text {
	color:#E2E2E2;
}

.gris_masoscuro {
	background-color:#B2B2B2;
}

.gris_oscuro {
	background-color:#CACACA;
}

.icono {
	font-family: 'EntypoSocial';
	font-size:21px;
}

.lista1{
font-size: 15px;
font-family: "Rosario","Entypo","Arial",sans-serif;
color: #1D242B;
z-index: 1;
position: relative;
text-align: left;
list-style: circle;
padding-left:14px;

}

.naranja {
	background-color:#FD5A27;
}

.naranja_text {
	color: #FD5A27;
}

.naranja_text_oscuro {
	color:#F04E00;
}

.p_blanco{
	color:#FFFFFF;
}

.texto{
font-size:14px;		
}

.texto_italic{
font-size:14px;	
font-style:italic;	
}

.texto_docentes{
font-size:12px;
font-style:italic;		
}

.verde {
	background-color:#98CB00;
}

.verde_oscuro {
	background-color:#93B544;
}

.verde_masoscuro {
	background-color:#690;
}

/*===============================FOOTER=================================*/
footer{
	background-color:#1D242B; 
	height:auto;
	float:left;
	margin-top:34px;
}

footer div {
	float:left; 
	height:auto;
	width:100%;
	font-weight:700;
}

footer div p{
	font-size:10px;
	text-align:center;
}

.footer_text {
	font-size:13px;
	font-family:'Rosario', sans-serif;
	font-weight:400;
	text-decoration:none;
}

.footer div div a{
	color:#33F;
}

.footer div div a:hover{
	color:#FFF;

}

#footer_responsive{
	display:none;
}

/*===============================FORMULARIO=================================*/

input[type=text],
input[type=email]{
	background-color:#98CB00;
	border-style:none none solid none;
	border-color:#1D242B;
	border-width:1px;
	width:100%;
	max-width:280px;
	height:34px;
	margin:5px 0px 15px 5px;
	float:right;
}

input[type=submit]{
	padding:0 12px;
	font-size:14px;
	background-color:#1D242B;
	float:right;
	line-height:34px;
	margin-right:1px;
	font-family:'Entypo', 'Rosario';
	border:none;
	color:#fff;
	margin:5px 0px;
}

textarea{
	width: 100%; !important
	border: medium none;
	margin: 5px 0px;
	padding: 10px 5px;
	min-height:100px;
	max-width:280px;
}



/*===============================GALERIA=================================*/

.contenedor_cosguifest{
    height: 185px;
    width: 320px;
    float: left;
}

.cosguifest:hover{
    height: 160px;
    width: 320px;
    margin-top: 25px;
    float: left;
    background: #fd5a27;
}

.cosguifest{
    height: 160px;
    width: 320px;
    margin-top: 25px;
    float: left;
    background-image: url(img/cosguifest.png);
    background-repeat: no-repeat;
}

.cosguifest_txt{
    position: absolute;
    margin-top: 10px;
    margin-left: 190px;
    float: right;
    height: 32px;
    font-size: 18px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;  
}

.contenedor_correcciones{
    height: 320px;
    width: 590px;
}

.correcciones_publicas:hover{
    height: 271px;
    width: 590px;
    background: #fd5a27;
}

.correcciones_publicas{
    float: left;
    height: 271px;
    width: 590px;
    background-image: url(img/correcciones_publicas.png);
    background-repeat: no-repeat;
}

.correcciones_publicas_txt{
    margin-top: 234px;
    margin-left: 20px;
    margin-right: 370px;
    height: 37px;
    font-size: 25px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;  
}

.correcciones_publicas_txt_2{
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 440px;
    height: 37px;
    font-size: 25px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;  
}

.contenedor_taller{
    height: 420px;
    width: 640px;
    float: right;
}

.el_taller:hover {
    height: 320px;
    width: 590px;
    margin-top: 50px;
    float: right;
    background: #fd5a27;
}

.el_taller{
    height: 320px;
    width: 590px;
    margin-top: 50px;
    float: right;
    background-image: url(img/el_taller.png);
    background-repeat: no-repeat;
}

.el_taller_txt{
    position: absolute;
    margin-top: 330px;
    margin-left: 70px;
    margin-right: 525px;
    float: left;
    height: 40px;
    font-size: 25px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.el_taller_txt_2{
    margin-top: 0px;
    margin-left: 70px;
    margin-right: 525px;
    float: left;
    height: 40px;
    font-size: 25px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contenedor_docentes{
    height: 347px;
    width: 960px;
}

.los_docentes:hover{
    height: 347px;
    width: 912px;
    background: #fd5a27;
}

.los_docentes{
    float: left;
    height: 347px;
    width: 912px;
    background-image: url(img/los_docentes.png);
}

.los_docentes_txt{
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10;
    margin-top: 220px;
    margin-left: 745px;
    height: 40px;
    font-size: 31px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
}

.nivel1:hover {
    width: 960px;
    height: 343px;
    background-image: url(img/galeria_nivel1.jpg);
}

.nivel1 {
    width: 960px;
    height: 343px;
    background-color: #FD5A27;
}

.nivel1_txt {
    font-size: 80px;
    color: #fff;
    padding-left: 350px;
    padding-top: 130px;
}

.nivel2:hover {
    width: 960px;
    height: 343px;
    background-image: url(img/galeria_nivel2.jpg);
}

.nivel2 {
    width: 960px;
    height: 343px;
    background-color: #1d242b;
}

.nivel2_txt {
    font-size: 80px;
    color: #fff;
    padding-left: 350px;
    padding-top: 130px;
}

.contenedor_premios{
    height: 235px;
    width: 320px;
    float: left;
}

.premios:hover {
    height: 235px;
    width: 320px;
    float: left;
    background: #fd5a27;
}

.premios{
    height: 210px;
    width: 320px;
    margin-top: 25px;
    float: left;
    background-image: url(img/premios.png);
    background-repeat: no-repeat;
}

.premios_txt{
    position: absolute;
    margin-top: 50px;
    margin-left: 30px;
    height: 32px;
    float: left;
    font-size: 18px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.contenedor_trabajos{
    height: 320px;
    width: 370px;
}

.trabajos_alumnos:hover {
    height: 320px;
    width: 270px;
    float: right;
    background: #fd5a27;
}

.trabajos_alumnos {
    float: right;
    height: 320px;
    width: 270px;
    background-image: url(img/trabajos_de_alumnos.png);
    background-repeat: no-repeat;
}

.trabajos_alumnos_txt{
    position: absolute;
    margin-top: 0px;
    margin-left: 50px;
    margin-right: 190px;
    height: 30px;
    font-size: 18px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.trabajos_alumnos_txt_2{
    position: absolute;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 215px;
    height: 30px;
    font-size: 18px;
    font-family: 'Rosario', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #fd5a27;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px; 
}


/*===============================GALERIA NIVEL 1=================================*/

.contenedor_izq_thumbnail{
    height: 356px;
    width: 300px;
    margin-right: 30px;
    border-style:solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:thin solid #1d242b;
}

.contenedor_cent_thumbnail{
    height: 356px;
    width: 300px;
    border-style:solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:thin solid #fd5a27;
}

.contenedor_der_thumbnail{
    height: 356px;
    width: 300px;
    margin-left: 30px;
    border-style:solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:thin solid #98CB00;
}

.thumbnail{
    height: 206px;
    width: 300px;
    margin-top: 100px;
}

.bajada_thumbnail{
    float: left;
    width: 300px;
    height: 40px;
    margin-top: 10px;
    font-family: 'Rosario', sans-serif;
    font-weight: 600;
    font-size: 17px;
}


@media screen and (max-width:320px){


/*========================MARGENES Y COLUMNAS===========================*/

section{
	height:240px;
}

section article{
	float:none;
	width: 90%;
	margin: 0;
}

section aside{
	display:none;
}

#destacado{
	margin-top:0;
}

#extras{
	display:none;
}

#margen_inicial {
	margin-top:50px;
	max-height:240px;
}

.una_columna {
    height: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    width: 100%;
    position: relative;
}



/*===============================HEADER=================================*/

header{
	height:50px;
}

header nav{
    padding-top:0; 
    width:100%;  
	margin-top:-50px;
	height:50px; 
}

header nav a img{
	float: none;
	width: 50px;
	height: 50px;
	margin-left: -220px;
}

header nav ul li a{
	text-decoration: none;
	color:#000;
	font-family: 'Rosario', sans-serif;
	font-weight: 400;
	font-size: 10px;
}

header nav ul li{
	display:none;
}

#buscador{
	font-family: "Entypo";
	font-size: 44px;
	color: #FFF;
	background-color: #1D242B;
	float: right;
	padding: 10px 14px;
	margin: 0px;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 30px;
}

#buscador: hover{
	background-color: #FD5A27;
}

#menu_responsive{
	font-family: "Entypo";
	font-size: 50px;
	color: #FFF;
	background-color: #1D242B;
	float: right;
	padding: 10px 14px;
	margin: 0px;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 30px;
}

#menu_responsive:hover{
	background-color: #FD5A27
}

.titulo{
	margin: 0px 0px 0px 50px;
	line-height: 43px;
	width: 170px;
	padding-left: 16px;
}



/*===============================TEXTO Y COLOR=================================*/
section article p{
	font-size:12px;    
}
    
h3{
	font-size:16px;    
}



/*===============================FOOTER=================================*/

footer{
	margin-top:0px;
}

#nav_footer{
	display:none;
}

#footer_responsive{
	display: block;
padding: 20px;
color:#ffffff;
font-size:11px;
}

}/*===================================================================
==========CON ESTA LLAVE TERMINA LA PARTE RESPONSIVE==================
===========================NO BORRAR================================*/
    
    
    
    

