

.imgPosgradoLanding{
	max-width: 500px;
	height: 310px;
	margin: 0 auto;
}



.single-post .content-area .alignleft {
    float: left !important;
    width: auto !important;
    height: auto !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
    
}


/* Imagenes Post */

img.no100 {
    width: auto !important;
    height: auto !important;
}

img.img100centrado{
    width:auto !important;
    height:auto;
    margin:0 auto !important;
}

img.img100{
    width:auto !important;
    height:auto !important;
}



.category-noticias img.no100 {
    width: 550px !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0 !important;
}



/* Investigaciones */

.boxBlue{
    padding: 30px;
    background: #93defd;
    border-radius: 20px;
}

.boxBlue p{
    font-weight: 500 !important;
    font-size: 16px !important;
    text-align: left !important;
}


.boxBlue strong{
    color: #00317a;
    font-weight: 700;
}


/* Libros Productos */

.librosProducto{
    margin: 50px 0 120px 0;
}

.librosProducto .imgProducto{
    background-position: top center !important; 
    background-size: contain !important; 
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
}

.librosProducto .tituloProducto{
    font-size: 27px;
    font-weight: 700;
    color: #115caa;
}

.librosProducto .textoProducto{
    font-size: 14px;
    font-weight: 400;
    color: #7f7f7f;
    margin-bottom: 20px;
}

.librosProducto .botonPrologoProducto{
    background: #115caa;
    text-align: center;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    width: 250px;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
}

.librosProducto .descargarLibro{
    background: #30df64;
}

.librosProducto .botonPrologoProducto a{
    color: #fff;
}

.detallesProductos .infoProducto, .detallesProductos .detalleProducto{
    background: #00adee;
    color: #fff;
    padding: 7px;
    margin: 2px;
    text-align: center;
}

.detallesProductos .infoProducto{
    border-radius: 7px 7px 0 0;
    font-size: 13px;
    font-weight: 700;
}

.detallesProductos .detalleProducto{
    border-radius: 0 0 7px 7px;
    font-size: 16px;
    font-weight: 400;
}

.colorAzulHeader{
    background: #00adee;
}

.colorBlueB{
    background: #fff;
    border: 1px solid #7bd3ff;
}


.bannerHomeEtdh{
    height: 450px;
    background: url(../img/etdh/banner-bienestar-estudiantil-2.png) !important;
    background-position: center center !important;
}

.bienestar .menulogo {
    background: none !important;
}

.programasEtdh img{
    margin-top: 40px;
    transition: .3s all;
}

.programasEtdh img:hover{
    transform: scale(1.05,1.05);
}


.programasEtdh{
    margin-top: 40px;
    margin-bottom: 100px;
}


.etdh .responsive-tabs .responsive-tabs__list__item{
    width: 32% !important;
}

@media screen and (max-width: 1200px) {

    .bannerHomeEtdh{
        height: 250px;
        background-size: cover !important;
    }
    
    
}
@media screen and (max-width: 750px) {

    .bannerHomeEtdh{
        height: 130px;
    }
    
    
}
