/*
Autor: Ing. Hector Martinez Martinez
*/
/*************fonts*************/
@import url(fonts.css);

/****************************************
*******Stilos Generales******************
*****************************************/
h1{
    font-family: Aller_Bd;
}
h2{

   font-family: ArialNovaCond-Italic;
}
h3{

   font-family: Aller_LtIt;
}
h4{
   font-family: Aller_LtIt;
}
h5{
   font-family: Aller_LtIt;
}
h6{
   font-family: Aller_LtIt;
}

ul, li{                                                    
    list-style: none;
    font-size: 1em;
    font-family:ArialNova-Light;
}

p {
   font-size: 1em;
   font-family:ArialNova-Light;
}
a{
    text-decoration: none;
    font-size: 1em;
    font-family:ArialNovaCond;
}
a:hover{
   font-family:ArialNovaCond;
}


/*************************************************************************************/
/*                                                                                   */
/*                            INVESTIGACION---LIBROS                                 */
/*                                                                                   */
/*************************************************************************************/

/*********************************************************************
***********************LIBROS*****************************************
**********************************************************************/
.seccionL1{
    background: white;
    /*background: url(../img/secciones/seccion1/a1.jpg);*/
    padding-top: 20px;
    height: auto;

}
.seccionL1 .titulo_libro{
    width: 70%;
    height: auto;
    padding-bottom: 40px;

}

.seccionL1 .titulo_libro h5{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: ArialNovaCond-BoldItalic;
    color: #4B4B4B;

}

/* navegacion*/
.seccionL1 .navegacionx1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.seccionL1 .navegacionx1 .cnx1{
    padding-right: 10px;
}

.seccionL1 .navegacionx1 a{
    font-size: 12px;
    text-decoration: none;
    color: #4e5056;
}

.seccionL1 .navegacionx1 a:hover{
    font-size: 12px;
    text-decoration: none;
    color: #12aeae;
}

/***Datos del libro***/

.seccionL1 .datoslib{
    margin-top: 25px;
    width: 500px;
    margin-bottom: 45px;
}

.seccionL1 .datoslib p{
    text-align: left;
    line-height: 17px;
    border-bottom: 1px solid #24272f;
    font-size: 14px;
    padding-bottom: 7px;
}

.seccionL1 .datoslib p span{
    color: #2f2d2b;
    font-weight: bold;
}
/**Contenedor de PDF**************/

.seccionL1 .visorpdf{
    width: 100%;
    height: 600px;
}











/**********************fin bloque cuatro de imagenes**********************/

  /**********************FIN INGENIERIA ESTRUCTURAL ESPECIALIZADA**************************************************/