/* Estilos Pagina ZACHIN */
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

/* ESTILOS SLIDER */
.slides {
    padding: 0;
    width: 100%;
    height: 325px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 1;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 5rem;
    text-align: center;
    line-height: 19rem;
    font-family: "dosis", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

/* fin estilos SLIDER */
body {
    background-image: url(imagesweb/fondo2-01.png);
	background-attachment: fixed;
    background-repeat: repeat;
	margin: auto;
    font-size: 10pt;
    font-family: dosis, sans-serif;
    position: relative;
    
    
}

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

div#pagina{
    margin: auto;
    position: relative;
    width: 960px;
}

#general {
    position: relative;
    margin: auto;
    }

/* HEADER */

header {
    height: 50px;
    width: 100%;
    background-color: rgb(206, 206, 206);
    font-size: 1.2em;
    position:fixed;
    z-index: 10;
    } 

header #barra #logo-header a{
	padding-top: 7px;
	float:left;
    overflow: hidden;
}
header #barra {
	width:960px;
    margin: 0 auto;
	}
#barra nav {
    height: 50px;
	float: right;
    margin-top: 0px;
	margin-left: 0px;
    }

#barra nav ul li {  
    display: inline;
    list-style: none;
	} 
 
#barra ul li a { 
	text-decoration: none; 
	padding: .5em 1em;
    color: rgb(0, 0, 0)
	} 
#barra ul li a:hover{ 
    color: rgba(255, 255, 255, 0)
	} 
#barra ul li a#casa:hover{
    background-image: url(imagesweb/home%20simbolo.png);
    background-repeat: no-repeat;
    background-position: center;
    }
#barra ul li a#catedra:hover{
    background-image: url(imagesweb/catedra%20simbolo.png);
    background-repeat: no-repeat;
    background-position: center;
    }
#barra ul li a#alumnos:hover{
    background-image: url(imagesweb/Alumnos%20simbolo.png);
    background-repeat: no-repeat;
    background-position: center;
    }
#barra ul li a#calendario:hover{
    background-image: url(imagesweb/calendario.png);
    background-repeat: no-repeat;
    background-position: center;
    }
#barra ul li a#preguntas:hover{
    background-image: url(imagesweb/Faq%20simbolo.png);
    background-repeat: no-repeat;
    background-position: center;
    }
#barra ul li a#contacto:hover{
    background-image: url(imagesweb/Contacto%20simbolo.png);
    background-repeat: no-repeat;
    background-position: center;
    }
 
/* FOOTER */

#contenidofoot {
    padding: 10px;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    }

footer {
    width: 100%;
    background-color: rgb(206, 206, 206);
    bottom: 0;
    float: left;
    margin-top: 10px;
    
    }

/* CONTENIDO */

section#entiendo {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 10px;
    position: relative; 
}
#contenedor {
    width: 88%;
    height: auto;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(240, 240, 240);
    margin: auto;
    padding: 17px;
    padding-top: 0px;
    top: 60px;
    float: left;
    margin-left: 6%;
    box-sizing: border-box
    
}
h1 {
    font-size: 3em;
    font-family: dosis, sans-serif;
    font-weight: 600;
    color:rgb(121, 121, 121);
    line-height: 0;
    text-align: left;
    }
h1 span,h2 span, .light {
    font-weight: 300;
    } 
.light {
    font-weight: 100;
    } 
div#principal{
    padding: 14px;
    border-bottom: 1px solid rgb(121, 121, 121);
    height: auto;
    width: auto;
    margin-bottom: 6px;
    background-color: rgb(255, 231, 248);
    }
p {
    font-family: 'Open Sans', sans-serif;
    }


.caption {
    font-size: .7em
    }
.cajitascelestes {
    background-color: rgb(225, 242, 250);
    padding: 14px;
    width: 32.6%;
    border-bottom: 1px solid rgb(121, 121, 121);
    box-sizing: border-box;
    display: block;
    float:left;
    margin-right: 1%;
    
    
    }
.cajitascelestes a {
    font-weight: 600;
    color: inherit
    }
.cajitascelestes h2 {
    font-weight: 400;
    color: rgb(121, 121, 121);
    background-color: rgb(255, 255, 255);
    font-size: 1.6em;
    line-height: 0
    
    }
.cajitascelestes .titulo {
    background-color: rgb(255, 255, 255);
    padding: 6px;
    box-sizing: border-box;
}
div#amarillo {
    width: 100%;
    float: left
    }
div#amarillo ul {
    padding: 0;
    float: left;
    width: 100%
    }
#botonamarillo {
    
    margin-top: 6px;
    margin-right: 1%;
    float: left;
    background-color: rgb(255, 250, 193);
    list-style: none;
    box-sizing: border-box;
    font-size: 2em;

    }
div#redes {
    width: 3%;
    margin-right: 2% ;
    float: right;
    position: relative fixed;
    }
div#redes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }
div#redes ul li img {
    width: 100%;
    margin-bottom: 6px;
    }
.trescolumnas {
    width: 75%;
    float: left;
    }
.unacolumna {
    width: 23%;
    float: right;
    box-sizing: content-box;
    }
#autoridades {
    height: 100%;
    float: left;
    
}
#autoridades ul {
    list-style: none;
    padding: 0;
    margin-right: 0;
    
    }
#autoridades ul li img {
    width: 100%


    
    }
#autoridades ul li {
    float: left;
    width: 24.25%;
    padding: 6px;
    background-color: rgb(255, 238, 170);
    margin-right: 1%;
    box-sizing: border-box;
    line-height: 0;
    
    }

#docentes h2 {
    float: left;
    margin-right: 1%;
    font-weight: 400;
    color: rgb(121, 121, 121);
    margin-top: 10px;
    }
#docentes {
    float: left
    }
#docentes ul {
    list-style: none;
    padding: 0;
    margin-right: 0;
    width: 100%;
    overflow-y: scroll;
    height: 300px;
    float: left;
    margin-right: 1%;
    margin-top: 0;
    }
#docentes ul li img {
    width: 100%
    
    }
#docentes ul li {
    float: left;
    width: 32.6%;
    padding: 3px;
    margin-right: 1%;
    box-sizing: border-box;
    line-height: 0;
    margin-bottom: 3px;
    
    }
ul.nivel1 li {
    background-color: rgb(225, 242, 250);
    }
ul.nivel2 li {
    background-color: rgb(250, 225, 246);
    } 
ul.taller li {
    background-color: rgb(255, 245, 166);

    }
#contenidogaleria, #contenidogaleriataller {
    width: 100%
    }

#contenidogaleria ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    
    
    }
#contenidogaleria ul li img, #contenidogaleriataller ul li img {
    width: 100%


    
    }
#contenidogaleria ul li, #contenidogaleriataller ul li {
    float: left;
    padding: 6px;
    box-sizing: border-box;
    line-height: 0;
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    
    }


h2#niveles {
    width: 100%;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(121, 121, 121);
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 6px;
    line-height: .5rem;
    margin-bottom: 7px;
    box-sizing: border-box;
    }
aside h2 {
    width: 100%;
    font-weight: 300;
    font-size: 1rem;
    color: rgb(121, 121, 121);
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 6px;
    line-height: .5rem;
    margin-bottom: 7px;
    box-sizing: border-box;
    }
#contenidogaleriataller ul {
    list-style: none;
    width: 2000px;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 8px;
    margin-bottom: 0
    }
aside ul {
    margin: 0;
    padding: 5px;}
.titulotp {
    list-style: none;
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: 1rem;
    margin-left: .2em;
    }

.titulotp ul {
    list-style: disc;
    margin-left: 2rem;
    font-family: 'opensans';
    font-size: .7rem;
    }

#nav2 nav {
    margin-top: -1.3rem;
	margin-left: 0px;
    }
#nav2 nav ul {  
    padding: 0;
    margin-left: 0;
	}

#nav2 nav ul li {  
    float: right;
    list-style: none;
    margin-left: 1.5rem;
    margin-right: .3rem;
    font-size: 1rem;
	} 
 
#nav2 ul li a { 
	text-decoration: none; 
    color: rgb(0, 0, 0)
	} 
#nav2 ul li a:hover{ 
    font-weight: 600;
	} 
#relleno {
    width: 100%;
    background-color: rgb(225, 242, 250);
    height: 59px;
    box-sizing: content-box;
    }
.ayudantes {
    float: left;
    width: 49%;
    margin-right: 1%;
}
#separador {
    width: 100%;
    height: 2px;
    background-color: rgb(255, 246, 178);
    float: left;
    margin-top: 10px;
}

.unacolumna img {
    margin-top: 5px;
    width: 100%
    }
.trescolumnas h2 { 
    float: left;
    }
#textos {
    float: left;
    width: 80%;
    margin-left: 1%;
    margin-bottom: 5px;
}

#textos p {
    margin-top: 0;
    margin-bottom: 5px;
}

#lineometro, #cuentahilos {
    width: 15%;
    float: right;
    margin-bottom: 5px;
    }
.calendario {
    float: left;
    width: 49%;
    margin-right: 1%;
    }
#calen h2 {
    float: left;
    margin-right: 1%;
    font-weight: 400;
    color: rgb(121, 121, 121);
    margin-top: 10px;
    }
#calen {
    float: left
    }
#calen .diapordia {
    list-style: none;
    padding: 0;
    margin-right: 0;
    width: 100%;
    overflow-y: scroll;
    height: 550px;
    float: left;
    margin-right: 1%;
    margin-top: 0;
    border-bottom: 2px solid rgb(121, 121, 121)
    }
#calen ul .fecha {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 3px;
    color: rgb(121, 121, 121);
    font-size: 1rem;
    
    }
#calen ul .descripcion {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 3px;
    font-family: 'opensans';
    font-size: .7rem;
    
    }