/* index */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,700,400);

.ajustar{
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}

body{
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #3e3e3e;
    background: #e5e5e5;
}

a, p, h1, h2{
    margin: 0;
    text-decoration: none;
}

body .content{
    width: 960px;
    margin: 0 auto;
}

Header{
    height: 100px;
}

header img{
    float: left;
    margin-top: 10px;
}

header p{
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
    margin: 32px 0px 0px 20px;
}

/* menu responsive ------------------------------------------------------------------------------------------------------------ menu responsive */

header nav{
    float: right;
}

#nav-responsive{
    display: none; /* Oculto */
    background: url(img/boton-responsive.png) no-repeat;
    float: right;
    width: 60px;
    height: 60px;
    opacity: .6;
}

#nav-responsive.nav-active{
opacity: 1; /* Opacidad */
}

header #responsive-menu ul{
    padding: 0;
    margin: 0;
}

header #responsive-menu ul li{
    background: #f0f0f0;
    margin: 0 1px;
    padding: 35px 0 0 0;
    list-style: none;
    display: block;
    float: left;
    height: 65px;
    width: 90px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #696969;
    text-align: center;
}

header #responsive-menu ul li.yellow{
    background: url(img/menu1.png) left bottom no-repeat #ebebeb;
}

header #responsive-menu ul li.blue{
    background: url(img/menu2.png) left bottom no-repeat #ebebeb;
}

header #responsive-menu ul li.red{
    background: url(img/menu3.png) left bottom no-repeat #ebebeb;
}

header #responsive-menu ul li.yellow:hover{
    color: #fff;
    background: #ffbb12;
}

header #responsive-menu ul li.blue:hover{
    color: #fff;
    background: #00b1c2;
}


header #responsive-menu ul li.red:hover{
    color: #fff;
    background: #e03747;
}

header #responsive-menu ul a.activo li.yellow{
    color: #fff;
    background: #ffbb12;
}

header #responsive-menu ul a.activo li.blue{
    color: #fff;
    background: #00b1c2;
}


header #responsive-menu ul a.activo li.red{
    color: #fff;
    background: #e03747;
}

/* fin menu responsive -------------------------------------------------------------------------------------------------------- fin menu responsive */

main{
    padding: 40px 0 60px 0;
    background: #fff;
    box-shadow: inset 0 0 6px #888888;
}

main section{
    width: 720px;
    float: left;
}

main section.home{
    width: 100%;
    float: none;
}

main section.contacto{
    width: 100%;
    float: none;
}

/* slider ------------------------------------------------------------------------------------------------------------------ slider */

main section.home .bxslider{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

main section.home .bxslider li .datos{
    font-size: 1.3rem;
    width: 96%;
    min-height: 95px;
    padding: 10px 2% 5px 2%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

main section.home .bxslider li .datos p {
    color: #ffbb12;
    font-size: 0.75em;
    line-height: 1.3em;
    margin-right: 50px;
}

main section.home .bxslider li .datos h1, main section.home .bxslider li .datos h2{
    color: #fff;
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 0.2em;
    font-family: 'Oswald', sans-serif;
    margin-right: 50px;
}

main section.home .bxslider li .datos a{
    display: inline-block;
    color: #FFBB12;
}

main section.home .bxslider li .datos .mas{
    background: #FFBB12;
}

/*  fin slider ------------------------------------------------------------------------------------------------------------------ fin slider */

main section.home article{
    width: 31.25%;
    height: 200px;
    margin: 10px 1.04%;
    float: left;
    box-shadow: 0 0 6px #888888;
    position: relative;
    overflow: hidden;
}

main section.home article .datos{
    width: 92%;
    min-height: 50px;
    padding: 5px 4%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

main section.home article .datos h2{
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3em;
    font-family: 'Oswald', sans-serif;
    margin-right: 60px;
}

main .mas{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

main section article .yellow{
    background: #FFBB12;
}

main section article .blue{
    background: #00B1C2;
}

main section article .red{
    background: #E03747;
}

main .mas img{
    width: 100%;
}

footer .logo-fadu{
    float: left;
    margin: 10px;
    width: 150px;
}

footer .social{
    float: right;
    margin: 10px;
}

footer .social img{
    width: 35px;
}

footer nav{
    float: right;
    padding: 15px 10px 10px 10px;
}

footer nav ul{
    padding: 0;
    margin: 0;
}

footer nav ul li{
    margin: 0 7px;
    list-style: none;
    float: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #696969;
}

footer p.legales{
    font-size: 0.7rem;
    font-weight: 300;
    float: left;
    margin: 10px;
}


/* AGENDA ------------------------------------------------------------------------------------------------------------------ AGENDA */

main section.agenda article{
    width: 700px;
    height: 300px;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px #888888;
    margin: 0 10px 20px 10px;
}

main section.agenda article .datos{
    width: 280px;
    height: 260px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 20px 20px 10px;
}

main section.agenda article .datos p{
    font-size: 1rem;
    line-height: 1.2rem;
}

main section.agenda article .datos h1{ 
    margin: 20px 0 10px 0;
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-family: 'Oswald', sans-serif;
}

main section.agenda article .datos h2{ 
    margin: 20px 0 10px 0;
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-family: 'Oswald', sans-serif;
}

main section.agenda article .datos p.fecha{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #FFBB12;
}

main section.agenda article .datos p.detalle{
    margin: 20px 0 0 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #FFBB12;
}


/* INSCRIPCIONES ------------------------------------------------------------------------------------------------------------------ INSCRIPCIONES */

main section.inscripcion article{
    margin: 0 10px;
}

main section.inscripcion article p{
    margin: 20px 5px;
    font-weight: 300;
}

main section.inscripcion article p span{
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

main section.inscripcion article p.guarani{
    font-weight: 700;
}

main section.inscripcion article p.guarani a{
    color: #FFBB12;
    text-transform: uppercase;
}

main section.inscripcion article .encabezado{
    height: 220px;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px #888888;
    margin: 0 0 30px 0;
}

main section.inscripcion article .encabezado .datos{
    width: 280px;
    height: 180px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 20px 20px 10px;
}

main section.inscripcion article .encabezado .datos h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #FFBB12;
    font-weight: 300;
}

main section.inscripcion article .encabezado .datos p{
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 20px 0;
}


/* menu secundario ------------------------------------------------------------------------------------------------------------ menu secundario */

main nav.subsecciones{
    width: 220px;
    float: right;
    padding: 0 10px;
}

main nav.subsecciones ul{
    margin: 0;
    padding: 0;
}

main nav.subsecciones ul li{
    display: block;
    text-align: right;
    list-style: none;
    padding: 10px 0 10px 30px;
    font-size: 1.8em;
    line-height: 1.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #6a6a6a;
}

main nav.subsecciones ul li:hover{
    color: #a8a8a8;
}

main nav.subsecciones ul.yellow li.activo{
    color: #FFD05B;
}

main nav.subsecciones ul.blue li.activo{
    color: #02E8FD;
}

main nav.subsecciones ul.red li.activo{
    color: #DB5367;
}


/* LA CATEDRA ------------------------------------------------------------------------------------------------------------------ LA CATEDRA */

main section.catedra article{
    margin: 0 10px;
}

main section.catedra article p{
    margin: 20px 5px;
    font-weight: 300;
}

main section.catedra article p span{
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

main section.catedra article p span a{
    color: #FFBB12;
    text-transform: uppercase;
}

main section.catedra article .encabezado{
    height: 220px;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px #888888;
    margin: 0 0 30px 0;
}

main section.catedra article .encabezado .datos{
    width: 280px;
    height: 180px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 20px 20px 10px;
}

main section.catedra article .encabezado .datos h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #02E8FD;
    font-weight: 300;
    letter-spacing: 2px;
}

main section.catedra article .encabezado .datos p{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin: 20px 0;
}


/* DOCENTES ------------------------------------------------------------------------------------------------------------------ DOCENTES */

main section.docentes article{
    width: 220px;
    height: 220px;
    margin: 10px;
    float: left;
    box-shadow: 0 0 6px #888888;
    position: relative;
    overflow: hidden;
}

main section.docentes article .datos{
    width: 200px;
    min-height: 40px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

main section.docentes article .datos h1{
    color: #fff;
    font-size: 2em;
    line-height: 1.3em;
    font-family: 'Oswald', sans-serif;
    margin-right: 60px;
}

main section.docentes article .datos h2{
    color: #fff;
    font-size: 1.3em;
    line-height: 1.2em;
    font-family: 'Oswald', sans-serif;
    margin-right: 60px;
}

main section.docentes article .datos p{
    font-size: 12px;
    color: #02E8FD;
    margin-right: 60px;
    margin-top: 5px;
}

main section.docentes article.titular{
    width: 700px;
    height: 220px;
}

main section.docentes article.titular .datos{
    width: 200px;
    height: 200px;
}

main section.docentes article.titular .datos p{
    font-size: 15px;
}


/* DOCENTE detalle ------------------------------------------------------------------------------------------------------------------ DOCENTE detalle */

main section.docente-detalle a.fancybox{
    display: block;
    width: 220px;
    height: 220px;
    float: left;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 0 6px #888888;
}

main section.docente-detalle a.volver{
    color: #02E8FD;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 10px;
}

main section.docente-detalle h1{
    margin: 0 0 10px 10px;
    font-size: 2.5rem;
    font-weight: 700;
}



/* BECAS ------------------------------------------------------------------------------------------------------------------ BECAS */

main section.becas article{
    margin: 0 10px;
    float: left;
}

main section.becas article h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    color: #00717C;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
}

main section.becas article h2{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    color: #00717C;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
}

main section.becas article p{
    font-weight: 300;
    margin: 0 10px 0 0;
}

main section.becas article.descargas{
    width: 170px;
    height: 170px;
    margin: 20px 10px;
    background: #00B1C2;
    text-align: center;
    padding: 25px;
}

main section.becas article.descargas img{
    width: 100px;
}

main section.becas article.descargas p{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

main section.becas article img.cronograma{
    width: 100%;
}



/* GALERIA ------------------------------------------------------------------------------------------------------------------ GALERIA */

main section.galeria a{
    display: block;
    width: 220px;
    height: 220px;
    float: left;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 0 6px #888888;
}

main section.galeria a.caratula{
    width: 700px;
    position: relative;
}

main section.galeria a.caratula .datos{
    width: 250px;
    min-height: 40px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

main section.galeria a.caratula .datos h1{
    color: #fff;
    font-size: 1.7em;
    line-height: 1.3em;
    font-family: 'Oswald', sans-serif;
    margin-right: 60px;
}

main section.galeria a.caratula .datos h1 span{
    font-size: 1.1em;
    font-weight: 300;
}

/* CLASES ------------------------------------------------------------------------------------------------------------------------ CLASES */

main section.clases article{
    margin: 10px 10px 70px 10px;
    padding: 10px;
    border-top: 1px solid #E03747;
}

main section.clases article p{
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 10px 0 20px;
    font-weight: 300;
}

main section.clases article h1{ 
    margin: 20px 0 10px 0;
    font-size: 2rem;
    line-height: 2.7rem;
    font-family: 'Oswald', sans-serif;
}

main section.clases article h2{ 
    margin: 20px 0 10px 0;
    font-size: 2rem;
    line-height: 2.7rem;
    font-family: 'Oswald', sans-serif;
}

main section.clases article p.fecha{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #E03747;
    margin: 10px 0;
    letter-spacing: 1px;
    font-weight: 400;
}


/* TEORICAS ------------------------------------------------------------------------------------------------------------------------ TEORICAS */

main section.teoricas article{
    width: 700px;
    height: 300px;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px #888888;
    margin: 0 10px 20px 10px;
}

main section.teoricas article .datos{
    width: 280px;
    height: 260px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 20px 20px 10px;
}

main section.teoricas article .datos p{
    font-size: 1rem;
    line-height: 1.2rem;
}

main section.teoricas article .datos h1{ 
    margin: 20px 0 10px 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-family: 'Oswald', sans-serif;
}

main section.teoricas article .datos h2{ 
    margin: 20px 0 10px 0;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-family: 'Oswald', sans-serif;
}

main section.teoricas article .datos p.fecha{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #F87783;
}

main section.teoricas article .datos p.detalle{
    margin: 20px 0 0 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #F87783;
}


/* REFERENCIAS -------------------------------------------------------------------------------------------------------------------- REFERENCIAS */

main section.referencias article{
    margin: 10px 10px 80px 10px;
    padding: 10px;
    border-top: 1px solid #E03747;
}

main section.referencias article img{
    width: 100%;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 6px #888888;
}

main section.referencias article p{
    font-weight: 300;
}

main section.referencias article p.fecha{
    font-size: 0.8rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #E03747;
    font-weight: 400;
    letter-spacing: 1px;
}

main section.referencias article h1{
    margin: 10px 0 20px 0;
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: 'Oswald', sans-serif;
}

main section.referencias article h2{
    margin: 10px 0 20px 0;
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: 'Oswald', sans-serif;
}

main section.referencias article a.link{
    color: #E03747;
    font-weight: 700;
    display: block;
    margin: 0 0 20px 0;
}


/* DESCARGAS -------------------------------------------------------------------------------------------------------------------- DESCARGAS */

main section.descargas article{
    margin: 10px 10px 70px 10px;
    padding: 10px;
    border-top: 1px solid #E03747;
}

main section.descargas article p{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    float: left;
    font-size: 1.5rem;
}

main section.descargas article a{
    display: block;
    float: right;
    width: 40px;
    height: 40px;
}

main section.descargas article a img{
    height: 100%;
}


/* CONTACTO ------------------------------------------------------------------------------------------------------------------ CONTACTO */

main section.contacto article{
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 0 6px #888888;
    float: left;
    position: relative;
    background: #f25e5e;
}

main section.contacto article .datos{
    width: 280px;
    min-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}

main section.contacto article .datos p{
    font-size: 0.8em;
    color: #fff;
}

main section.contacto article .datos p span{
    font-size: 1.5em;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

main section.contacto article .datos .mas{
    width: 40px;
    height: 40px;
}



    




/* RESPONSIVE ------------------------------------------------------------------------------------------------------------------ RESPONSIVE */

@media screen and (max-width:960px) /* 960px -----------------------------------------------------------------------------------------------960px */
    
{
    
    body .content{ width: 100% }
    main section{ float: none; margin: 0 auto; }
    
    /* menu secundario */
    
    main nav.subsecciones{ width: 96%; padding: 0 2%; float: none; background: #eaeaea; margin-bottom: 30px; }
    main nav.subsecciones ul{ text-align: center; }
    main nav.subsecciones ul li{ float: none; display: inline-block; padding: 5px 10px; }
    main nav.subsecciones ul.yellow li.activo{ background: none; }
    main nav.subsecciones ul.blue li.activo{ background: none; }
    main nav.subsecciones ul.red li.activo{ background: none; }
    
}

@media screen and (max-width:860px) /* 860px -----------------------------------------------------------------------------------------------860px */
    
{
    header{ height: auto; }
    header a.logo{ display: block; width:76px; margin: 0 auto; }
    header a.logo{ display: block; width:76px; margin: 0 auto; }
    header p{ text-align: center; width: 100%; margin: 20px 0; }
    
    /* menu secundario */
    
    main nav.subsecciones ul li{ font-size: 1.5em; }
    
    /* menu responsive */
    
    #nav-responsive{ 
        display: block; 
        position: absolute; 
        top: 0; 
        right: 0; 
    }
    #responsive-menu{
        background: #1C1F23; /* Color de fondo del menú */
        width: 100%; /* Ancho (vista móvil) */
        padding-top: 60px; /*Relleno por arriba a partir del cual se mostrarán los elementos <li> */
        position: relative;
    }
    #responsive-menu ul{
        width: 100%;
        font-size: 14px; 
        box-shadow: 0 1px 2px rgba(0,0,0,.5); /* Sombra al menú */
        max-height: 0;
        overflow: hidden;
    }
    #responsive-menu ul a{
        display: block;
        height: 40px;
        padding: 0;
        border-bottom: 1px solid #282b30; /* Borde inferior tamaño-tipo-color */
        background: #33363b; /* Color de fondo */
    }
    #responsive-menu ul a li{
        letter-spacing: 5px;
        padding-top: 10px;
        width: 100%;
        color: #fff; /* Color de letra */
        float: none;
        display: block;
    }
    header #responsive-menu ul li.yellow, header #responsive-menu ul li.blue, header #responsive-menu ul li.red{
        background: none;
    }
    #responsive-menu ul a:last-child{
        border-bottom: 0; /* Quitamos el borde al útlimo elemento <li> del menú (Vista móvil) */
    }
    #responsive-menu ul.open-responsive-menu{
        max-height: 400px; /* Máximo alto para el menú desplegado */
        transition: max-height .5s; /* Efecto en el despliegue del menú */
    }
}


@media screen and (max-width:720px) /* 720px -----------------------------------------------------------------------------------------------720px */
    
{
    main section.home article{ width: 46.875%; margin: 10px 1.5%; }
    main section.home .bxslider li .datos h1, main section.home .bxslider li .datos h2{ font-size: 1.5em; line-height: 1.3em; }
    
    main section{ width: 100%; }
    main section.agenda article{ width: 94%; margin: 0 3% 20px 3%; }
    main section.catedra article{ width: 94%; margin: 0 3% 20px 3%; }
    main section.docentes article.titular{ width: 94%; margin: 0 3% 20px 3%; }
    main section.galeria a.caratula{ width: 94%; margin: 0 3% 20px 3%; }
    main section.teoricas article{ width: 94%; margin: 0 3% 20px 3%; }
    
    /* menu secundario */
    
    main nav.subsecciones ul li{ font-size: 1.3em; }
    
    main section.docentes article.titular img{ float: right; }
    
}

@media screen and (max-width:450px) /* 450px -----------------------------------------------------------------------------------------------450px */
    
{
    main section.home article{ width: 96%; margin: 10px 2%; }
    main section.home .bxslider li .datos{ text-align: center; height: 90%; padding: 8% 2% 2%; }
    main section.home .bxslider li .datos h1, 
    main section.home .bxslider li .datos h2, 
    main section.home .bxslider li .datos p{ width: 70%; margin: 0 auto; }
    
    /* agenda */
    
    main section.agenda article .datos{ width: 96%; height: 96%; padding: 2%; }
    main section.agenda article.destacado .datos{ width: 96%; height: 93%; padding: 2%; }
    main section.teoricas article .datos{ width: 96%; height: 96%; padding: 2%; }
    main section.inscripcion article .encabezado .datos{ width: 80%; height: 96%; padding: 2%; padding-right: 18% }
    main section.catedra article .encabezado .datos{ width: 96%; height: 96%; padding: 2%; }
    
    main section.galeria a.fancybox{ margin: 10px auto; float: none;}
    main section.galeria a.caratula{ width: 220px; }
    
    main section.docentes article{ margin: 10px auto; float: none; }
    main section.docentes article.titular{ width: 220px; float: none; margin: 10px auto; }
    main section.docentes article.titular img{ float: right; }
    main section.docentes article.titular .datos { height: 40px; }
    main section.docentes article.titular .datos h1 { font-size: 1.3em; line-height: 1.1em; }
    main section.docentes article.titular .datos p{ font-size: 12px; }
    
    main section.docente-detalle a.fancybox{ float: none; margin: 20px auto; }
    main section.docente-detalle a.volver{ display: block; text-align: center; }
    main section.docente-detalle h1{ text-align: center; }
    
}
        
