*{margin:0; padding:0;}

@font-face {
    font-family: montserrat-bold;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: montserrat-regular;
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: rosario-regular;
    src: url("../fonts/Rosario-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

/* CSS Document */
body {
    font-family: 'rosario-regular', sans-serif;
	font-size:14px;
	color:#3C3C3B;
    background: #CCC;
}
body h2{
	font-family:'montserrat-regular', sans-serif;
	font-size:16px;
	color:#3C3C3B;
}
body h3{
	font-family:'montserrat-regular', sans-serif;
	font-size:16px;
	color:#F6A115;
}
header {
    display: table;
    width: 100%;
	font-family:'montserrat-regular', sans-serif;
}
#site-content {
    max-width: 960px;
    height: auto;
    position: relative;
    margin: 0 auto;
    background: #FFF;
    padding: 20px;
}
#site-content .navigator {
    float: right;
    background: #94CA52;
    width: 93%;
}
#site-content .navigator ul {
    float: right;
    margin: 0 30px 0 0;
}
#site-content .navigator li {
    float: left;
    list-style-image: url("../img/icono_flecha_menu.png");
    line-height: 55px;
    margin-left: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
#site-content .navigator li a {
    text-decoration: none;
    color: #FFFFFF;
}
#site-content .navigator li a:hover {
    color: #3C3C3C;
}
#site-content .social {
    display: table;
    float: right;
    margin: 10px 0 0;
}
#site-content .social ul li {
    float: left;
    margin-left: 10px;
    list-style: none;
}
#site-content .social ul li img {
    width: 38px;
}
#site-content h1{
	font-family:'montserrat-regular', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
	margin:12px auto 12px auto;
}
hr {
    margin: 12px 1%;
}
.text-header {
	margin:24px 1%;
	text-align:center;
	font-family:'montserrat-regular', sans-serif;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin-left: 42px;
}

.social-icon {
    display: table;
    text-align: left;
    width: 200px;
	font-family:'montserrat-regular', sans-serif;
}
.vote-up, .vote-down{
	margin: 1%;
	cursor: pointer;
	width: 37px;
	padding: 5px 0 0 32px;
	display: inline-block;
	height: 29px;
}
.vote-up {
    background: url("../img/pulgar_arriba_gris.png") no-repeat scroll 0 0 transparent;
   }
.vote-up:hover{
   background: url("../img/pulgar_arriba_naranja.png") no-repeat scroll 0 0 transparent;
}

.vote-down {
    background: url("../img/pulgar_abajo_gris.png") no-repeat scroll 0 0 transparent;
   }
.vote-down:hover{
   background: url("../img/pulgar_abajo_naranja.png") no-repeat scroll 0 0 transparent;
}
.home-bottom{
	min-height:300px;
	margin:12px auto 24px auto;
}
.home-bottom ul li{
	width:18%;
	float:right;
	margin:auto 1%;
	list-style-type:none;
}
.home-bottom ul li h2, img, p{
	margin-bottom:12px;
}
.mas-votados{
	margin:12px 1%;
}
.importante{
	float:right;
	margin:12px 18% 12px 1%;
}
.texto-pisa{
	position: absolute;
	color: #FFF;
	background: rgba(0, 0, 0, 0.49);
	width: 153px;
	padding: 1%;
	height: 36px;
	margin: 100p;
	margin-top: 117px;
	font-family:'montserrat-regular', sans-serif;
}
.ver-mas{
	list-style-type:none;
	color:#F6A115;
	text-decoration:none;
	font-family:'montserrat-regular', sans-serif;
}
#site-content footer {
    background: #94CA52;
    color: #FFFFFF;
    padding: 10px;
    font-size: 12px;
}
.text-footer {
	display: block;
	text-align: center;
	font-family: 'rosario-regular', sans-serif;
	padding: 1%;
	width:98%;
}
.inscripciones img, .flag-typo img{
	margin-top:30px;
}

#site-content .dialog {
    position: absolute;
    background: rgba(80, 80, 80, 0.5);
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 4px;
}

#site-content .dialog ul {
    position: absolute;
    left: -3px;
    bottom: 5px;
}

#site-content .dialog ul li {
    list-style-image: url("../img/comentario_icono.png");
    color: #FFFFFF;
    vertical-align: middle;
}

#site-content .slider .block {
    width: 49%;
    float: left;
    position: relative;
}

#site-content .slider .block.right {
    float: right;
}

#site-content .slider .block .dialog {
    height: 70px;
}

#site-content .slider .block .dialog ul {
    bottom: 0;
    left: 0;
    margin: 0 10px;
    padding: 0;
}

#site-content .slider .block .dialog ul li {
    list-style-image: none;
    list-style: none;
}

.slider-mini {
    display: table;
    width: 100%;
    position: relative;
}

.slider-mini ul {
    margin: 10px 0 0;
    padding: 0;
}

.slider-mini ul li {
    list-style: none;
    float: left;
    margin-right: 1%;
}

.slider-mini ul li.right {
    float: right;
    margin-right: 0;
}

.slider-mini ul li img {
    width: 184px;
}

.form-comments {
    display: table;
    width: 100%;
    margin: 10px 0 0;
}

.form-comments form textarea {
    float: left;
    height: 134px;
    width: 79%;
}

.form-comments img {
    float: right;
}

.parrafos {
    width: 100%;
    display: table;
}

.parrafos p {
    width: 48%;
    float: left;
    color: #666;
    font-size: 12px;
    text-align: justify;
}

.parrafos p:last-child {
    float: right;
}

.title {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}

.controls {
    background: rgba(80, 80, 80, 0.5);
    height: 90px;
    position: absolute;
    top: 10px;
    width: 30px;
}

.controls img {
    margin: 30px 0 0 7px;
}

.izq {
    left: 0;
}

.der {
    right: 0;
}

.active {
    color: #3C3C3C !important;
}

/* Extracurricular */
.eventos{
    min-height:710px;
}
.eventos article ul{
	width:60%;
	float:left;
	margin: 12px auto;
	min-height:378px;
}
.eventos-pasados{
	margin:12px 1%;
	float:left;
}
.eventos-lectura{
	margin: 12px 14% 12px 1%;
	float:right;
}
.eventos article ul li{
	width:29%;
	float:left;
	margin: auto 2%;
	list-style: none;
}
.eventos article ul li img{
	margin:12px auto;
}
.eventos article ul li p{
	margin-bottom:12px;
	min-height:170px;
}
.eventos .social-icon{
	margin:24px auto
}
.eventos aside{
	width:36%;
	float:right;
	margin: 1%;
	min-height:580px;
	background-color:#F3F3F3;
	padding: 12px 1% 2px 1%;
}
.eventos aside h2{
	margin: 24px auto 12px auto;
}
.eventos aside p{
	margin-bottom:12px;
}

/* Calendario */

#calendario{
	min-height:500px;
}
#calendario .banderin{
	margin:12px auto auto 1%;
}
.mes{
	width:100%;
	margin:12px auto auto auto;
	min-height:340px;
}
.mes li{
	width:18%;
	margin:auto 1%;
	list-style-type:none;
	float:left;
}
.mes li img{
	margin:12px auto;
}
.mes li .texto-pisa{
	margin-top:129px;
}

/* Typo */

#typo{
    min-height:604px;
}
#typo article{
	width:58%;
	float:left;
	margin: 12px 1%;
	min-height:378px;
}
#typo aside{
	width:38%;
	float:right;
	margin: 12px 1%;
	min-height:378px;
}
#typo aside p{
	margin-bottom:12px;
}
/**
* Contacto CSS
*/

#contacto{
    min-height:546px;
}
#contacto article{
	width:38%;
	float:left;
	margin: 12px 1%;
	min-height:378px;
}
#contacto article p{
	margin-top:12px;
}
#contacto aside{
	width:58%;
	float:right;
	margin: 12px 1%;
	min-height:378px;
}
#contacto aside h2{
    margin-bottom:24px;
}
#contacto aside input, textarea{
    padding:12px;
    margin-bottom:12px;
    width:180px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px;
}
#contacto aside textarea{
	min-width:66%;
	max-width:97%;
	min-height:180px;
}
#contacto aside input:hover, textarea:hover, input:focus, textarea:focus{
    border-color:1px solid #3C3C3B;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px;
}
.submit input{
	background-color:#F6A115;
	font-family:montserrat;
	font-size:16px;
	color:#FFF;
	border:none;	
}
.name input{
	border:1px solid #878786;
}
.email input{
	border:1px solid #878786;
}
.nivel input{
	border:1px solid #878786;
}
.comentario input{
	border:1px solid #878786;
}

/**
* Produccion CSS
*/

#produccion {
	height: 500px;
	margin-bottom: 50px;
}

#produccion section{
	float:left;
	width:100%;
}

#produccion section ul{
	width: 100%;
	height: 178px;
	margin-bottom:20px;
}

#produccion section ul li {
    float:left;
    width: 18%;
    list-style-type:none;
	margin: 24px 1% 12px 1%;
	text-decoration:none;
}

#produccion section ul li h2 {
	margin-bottom: 12px;
}
	
.produccion_banderin {
	margin-top:20px;
}

#produccion section ul li p {
	margin-bottom:12px;
}
	

/**
* Niveluno CSS
*/

#niveluno {
	height: 830px;
}

#niveluno section{
	float:left;
	width:100%;
	height:770px;
}

#niveluno section ul{
	width: 100%;
	height: 178px;
	margin:12px auto;
}

#niveluno section ul li {
    float:left;
    width: 18%;
    list-style-type:none;
	margin: 12px 1% 0px 1%;
	text-decoration:none;
	height:178px;
}

#niveluno .niveluno-flechitas, #niveluno .niveluno-flechitas li{
	max-height:45px;
}

.niveluno-puntitos img{
margin: 0 15%;
}

#niveluno .vernivel2{
	height: 50px;
}

.niveluno-flechitaderecha img{
	margin: 0 0 0 80%;
	}

.cuerpotexto {
	font-family: 'rosario-regular', sans-serif;
}

.alumnosandandiciendo {
	color: #878786;
}

.alumnosandandiciendo2 {
	color: #878786;
	margin-bottom: 30px;
}
	
#niveluno section ul li h2 {
	margin-bottom:60px;
}
	
.produccion_banderin {
	margin-top:20px;
}

.social-icon2 {
    display: table;
    text-align: left;
    width: 200px;
	font-family:'montserrat-regular', sans-serif;	
	margin-top:102px;
}

/**
* Catedra CSS
*/

#catedra {
    width:100%;
    height:1110px;
}
#catedra ul{
    width:100%;
    height:172px;
	margin: 2% auto;
}
#catedra ul li{
	width:18%;
	height:100%;
	margin: auto 1%;
	float:left;
	list-style-type:none;
}
#catedra ul li p{
    font-size:11pt;
    color:#878786;
    margin-top:4%;
}

#catedra h2{
	width:175px;
}
#catedra .social-icon{
	margin-top:60px;
}
#catedra .texto-pisa{
	color: white;
	margin-top: 117px;
}
.next{
	padding:38%;
}
.puntitos{
	margin:0 44%;
}
/**
* Contacto CSS
*/

#gracias{
margin: 100px auto 200px auto;
}

/* Inscripciones */
#inscripciones-body{
	min-height: 619px;
}
#inscripciones .banderin{
	margin: 0 0 24px 2%;
}
#inscripciones, #inscripciones-2{
	width: 39%;
	float:left;
	margin:auto 1%;
}
#inscripciones-2{
	margin-top:52px;
}
#inscripciones ul, #inscripciones-2 ul{
	width: 100%;
	min-height: 172px;
	float: left;
}
#inscripciones ul li, #inscripciones-2 ul li{
	width:48%;
	list-style-type:none;
	margin-left:2%;
	float:left;
}
#inscripciones ul li p, #inscripciones-2 ul li p{
	margin-top:12px;
}

/* Solo para celulares */
@media screen and (max-width: 320px) {
    header {
        display: table;
    }

    #site-content .navigator {
        width: 100%;
    }

    #site-content .navigator li {
        line-height: 25px;
    }

    #site-content .slider {
        overflow: hidden;
    }

    #site-content .slider img {
        width: inherit;
    }


    #site-content .social {
        margin: 10px 1px 0;
        width: 100%;
    }

    .site-title {
        font-size: 28px;
    }

    .text-header {
        margin-top: 47px;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .flag-typo {
        bottom: 68%;
        right: 18%;
    }

    #site-content .list-images {
        width: 100%;
    }

    #site-content .list-images > li {
        width: inherit;
    }

    .tp-parrafo {
        height: 80px;
    }

    .welcome{
        font-size: 27px !important;
    }

    .home-bottom ul li{
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important;
        text-align: center;
        position: relative;
        right: inherit !important;
    }

    .texto-pisa {
        bottom: 67px;
        left: 17,5%;
        padding: 1%;
        position: absolute;
        width: 167px;
    }

    .importante{
        margin: 12px 11% 12px 1% !important;
        float: left !important;

    }

    .slider-content{
        display: none;
    }

    .text-header{
        margin-top: 15px !important;
    }

}

@media (min-width: 768px) and (max-width: 800px) {


    .home-bottom ul li img{
        width: 140px;
    }

    .importante{
        margin: 12px 11% 12px 1% !important;
    }

    .home-bottom ul li{
        height: 140px;
    }

    .home-bottom ul li p{
        height: 84px;
    }

    .texto-pisa{
        height: 55px !important;
        margin-top: 70px !important;
        width: 124px !important;
    }

    .navigator{
        width: 91% !important;
    }

}


	.bxslider-extra{ 
		margin: 0;
		padding:0;
	}
	
	.carrousel .bx-wrapper .bx-viewport {
		left:inherit;
		border: 0; 
	
	}