@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Lobster');
    

root { 
    display: block;
}
img{
    border: none;
}

html, body{
    margin: 0 auto;
    padding: 0;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #707173;
}

#wrapper{
    width: 100%;
    height: auto;
}
/*formato texto*/
strong, h2{
    color: #DAA520;
}
.font-titulo{
    font-family: 'Crete Round', serif;
    color: #cc9933;
    font-size: 1.2em !important;
    margin-top: -4px;
}
.fontup{
    font-size: 1.4em !important;
}
.font-seccion{
    color: #fff;
    font-size: 21px;
    font-family: 'Crete Round', serif;
    margin-top: 0px;
}
h2{
    text-align: center;
}
h3{
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

/*Fin formato texto*/
header{
    width: 100%;
    height: 166px;
    background-color: #03061b;
}
header img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 6px;
    box-sizing: border-box;
}
nav{
    max-width: 980px;
    height: 32px;
    margin: 0 auto;
    margin-top: -20px;
    background: url('../../images/menu3.png') no-repeat top center;
    background-size: 100% 32px;
    position: relative;
}

/* Menu */
/* Boton repositorio */
#btn-repositorio{
    width: 150px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 50px;
    box-sizing: border-box;
    background: url('../../images/botones6/icon_lupa.png') no-repeat center left;
}
#btn-repositorio a{
    display: block;
    width: 110px;
    height: 20px;
    margin: 8px 0px 0px 24px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
/* Boton repositorio */


/**/
#btn-buscar{
    width: 250px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
#btn-buscar button, #btn-buscar input{
    vertical-align: top;
}

#btn-buscar-button{
    width: 21px; 
    height: 30px; 
    border: 0px none; 
    background-image: url('../../images/botones6/icon_lupa.png');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
}

#btn-buscar-input{
    width: 220px;
    height: 25px;
    padding: 2px 4px;
    box-sizing: border-box;
    border: 1px solid #DAA520;
    display: inline-block;
}

/**xxxxxxxxxxxxx**/

ul{
    margin: 0;
    padding: 0;
    max-width: 980px;
    height: 32px;
    position: relative;
}

ul li{
    margin: 0;
    padding: 0;
    width: auto;
    height: 32px;
    overflow: hidden;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    padding-top: 6px;
    box-sizing: border-box;
    color: #fff;
    margin-right: 8px;
}
ul li:first-child{
    margin-left: 50px;
}
ul li:last-child{
    margin-right: 0px;
}
.flecha{
    width: 10px;
    height: 8px;
    display: inline-block;
    margin-top: -12px;
    padding-left: 2px;
    background: url('../../images/botones6/flecha_abajo.png') no-repeat top right;
}
ul li a{
    text-decoration: none;
    color: #fff;
}
/* barra  */
.underlink{
    position: absolute;
    bottom: 4px;
    left: -120px;
    width: 80px;
    height: 4px;
    background: #fff;
    transition: 0.5s ease-in-out; 
    -webkit-transition: 0.5s ease-in-out; 
    -ms-transition: 0.5s ease-in-out; 
}
ul li:nth-child(1):hover ~ .underlink{
    width: 70px;
    left: 42px;
}
ul li:nth-child(2):hover ~ .underlink{
    left: 112px;
}
ul li:nth-child(3):hover ~ .underlink{
    left: 198px;
}
ul li:nth-child(4):hover ~ .underlink{
    width: 130px;
    left: 286px;
}
ul li:nth-child(5):hover ~ .underlink{
    width: 80px;
    left: 426px;
}
ul li:nth-child(6):hover ~ .underlink{
    width: 130px;
    left: 516px;
}
ul li:nth-child(7):hover ~ .underlink{ /* Solo aplica en los articulos */
    width: 94px;
    left: 604px;
}

/* sub menu */
#sub{
    display: none;
    position: absolute;
}
#sub li{
    width: auto;
    height: 30px;
    background-color: #DAA520;
    z-index: 4;
}
#sub li a{
    text-decoration: none;
    color: #fff;
}
#sub li a:hover{
    color: #444;
}

ul li:hover  #sub{
    display: block;
    position: absolute;
    top: 32px;
    z-index: 10;
}
#sub li{
    display: block;
    margin: 0px;
    padding: 4px;
    box-sizing: border-box;
}


.btn-menu{
    display: none;
}
/* fin sub menu */

/* Fin menu */

#container{
    max-width: 980px;
    height: auto;
    margin: 0 auto;    
    box-sizing: border-box;
}
#contenido, #columna{
    display: inline-block;
    vertical-align: top;
    /*padding: 20px;
    box-sizing: border-box;*/
}
#contenido{
    max-width: 580px;
    min-height: 600px;
    margin: 0px 50px 0px 50px;
    /*background-color: gainsboro;*/
}
#fecha{
    width: 100%;
    height: 60px;
    padding-top: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
    #download, #date{
        
        vertical-align: top;
    }
    #download{
        float: left;
    }
        #download a{
            text-decoration: none;
            color: #000;
        }
        #download img{
            float: left;
            margin-top: -8px;
            margin-right: 4px;
        }
    #date{
        float: right;
    }
#banner{
    max-width: 580px;
    height: 232px;
    /*margin-bottom: 24px;*/
    background: url('../../images/botones6/sombra_slider.png') no-repeat bottom center;
}
#barra{
    max-width: 580px;
    height: 30px;
    padding-top: 5px;
    box-sizing: border-box;
    background: url('../../images/seccion_articulos.png') no-repeat top center;
}
    #desc-art, #full-cont{
        display: inline-block;
        vertical-align: top;
    }
    #desc-art{
        width: 160px;
        height: 30px;
        padding: 0px;
        margin-top: -5px;        
        color: #fff;
        padding-left: 30px;
    }
    #full-cont{
        width: auto;
        margin-right: 46px;
    }
    #full-cont p{
        margin-top: 2px;
    }
    #full-cont a{
        color: #000;
    }
    
    #mobil-download{/*enlace descarga oculto*/
        display: none;
    }
    
    

    
    
    /* footer */
    
    
    
    footer{
    width: 100%;
    height: 300px;
    margin-top: 100px;
    background-color: #dfdfdf;
}
    #membrete{
        max-width: 620px;
        height: 40px;/* representa la altura de la imagen que se usa como membrete para festividad unach */
        position: relative;
        margin: 0 auto;
    }
        #membrete img{
            max-width: 100%;
            height: auto;
            display: none;
        }
    #info-site{
        max-width: 790px;
        height: auto;
        position: relative;
        margin: 0 auto;
        text-align: center !important;
    }
        #info-site p{
            font-size: 12px;
            text-align: center !important;
        }
    #escudos-unach{
        max-width: 752px;
        height: auto;
        margin: 0 auto;
    }
        #escudos-unach img{
            max-width: 100%;
            height: auto;
        }