
@media only screen and (max-width: 767px) {
    .rectredondo {
        background-color: #ffd800;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #666;
        width: 80%;
        height: 100px;
        display: block;

            /*    color: #666;
        font-size: 12px;
        padding: 0px;
        margin-right: 3px;
        border: 1px solid #666;
        border-radius: 50%;
        line-height: 28px;
        background-color: transparent;*/
        }

        .rectredondo a {
            font-size: 12px !important;
        } 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rectredondo {
        background-color: #ffd800;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #666;
        width: 90%;
        height: 100px;
        display: block;
       
    }
    .rectredondo a {
        font-size: 12px !important;
    } 
}

@media only screen and (min-width: 992px) {
    .rectredondo {
        background-color: #ffd800;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #666;
        width: 90%;
        height: 100px;
        display: block;
        
    }
    .rectredondo a{
        font-size: 14px !important;
    } 

}

article {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 2px 2px 8px rgba(45, 45, 45, 0.36);
}


.articleTitulo {
    display: block;
    background: #007fad;
    padding: 1px;
    position: relative;
    /* margin-bottom: 10px; */
    box-shadow: 2px 2px 8px rgba(45, 45, 45, 0.36);
    color: #FFF;
}

/*Imagenes para logos*/ 

@media only screen and (max-width: 767px) {
    .imagenSize1 {
        display: block;
        width: 50px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .imagenSize1 {
        display: block;
        text-align: center;
        width: 100px;
        height: auto;
    }
}

@media only screen and (min-width: 992px) {
    .imagenSize1 {
        text-align: left;
        display: inline-block;
        width: 150px;
        height: auto;
    }
}



/*Imagenes para publicaciones*/
@media only screen and (max-width: 767px) {
    .imagenSizePub {
        display: block;
        width: 150px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        float: initial;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .imagenSizePub {
        display: block;
        text-align: center;
        width: 200px;
        height: auto;
        float: initial;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .imagenSizePub {
        text-align: left;
        display: inline-block;
        width: 250px;
        height: auto;
        float: left;
        padding-bottom: 5px;
    }
}

/*@media only screen and (max-width: 767px) {
    h1,h3 {
        font-size:20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) {
    h1,h3 {
        font-size: 36px;
    }
}*/


.articleCuadro {
    padding: 5px;
    display: block;
    /* border-color: #e06811 !important; */
    background-color: #FFF;
    border: 1px solid transparent;
}

    .articleCuadro .row {
        margin-left: 5px;
        margin-right: 5px;
    }


.articleTitulo h3, h4, h5 {
    color: #FFF;
}

article a {
    color: #000;
}

/*article h4, h3 {
    color: #007fad;
}*/

article .pager {
    margin: 1px;
}



    article .pager li a {
        font-size: 22px;
        color: #999 !important;
        text-transform: uppercase;
        padding: 0;
        border: none;
    }

        article .pager li a:hover,
        article .pager li a:focus {
            color: #ec483b !important;
            background: transparent;
        }

    article .pager span {
        line-height: 20px;
        padding: 5px;
        border: 0;
    }

        article .pager span a {
            color: #666;
            font-size: 12px;
            padding: 0px;
            margin-right: 3px;
            border: 1px solid #666;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 28px;
            background-color: transparent;
            display: inline-block;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

/*Modifica el menu lateral*/

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #007fad;
}

.table {
    background-color: #FFF;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}



.breadcrumb a {
    color: #2a9fd6;
}

@media only screen and (max-width: 767px) {
    .biblioArticle {
        height: 200px;
        padding: 5px;
        margin-bottom:0;
    }
    
    .biblioImagen {
        width: 100px;
        height: 130px;
        float: left;
        margin-right: 30px;
    }

    .biblioDesc {
        width: 500px;
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .biblioArticle {
        height: 200px;
        padding: 5px;
        margin-bottom: 0;
    }

    .biblioImagen {
        width: 130px;
        height: 160px;
        float: left;
        margin-right: 30px;
    }

    .biblioDesc {
        width: 700px;
        height: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .biblioArticle {
        height: 200px;
        padding: 5px;
        margin-bottom: 0;
    }
    
    .biblioImagen {
        width: 130px;
        height: 160px;
        float: left;
        margin-right: 30px;
    }

    .biblioDesc {
        width: 800px;
        height: 500px;
    }


}

/*css defs empleos*/
@media only screen and (max-width: 767px) {
    .empArticle {
        height: 150px;
        padding: 5px;
        margin-bottom: 0;
    }

    .empBoton {
        width: 100px;
        /* height: 130px; */
        float: left;
        margin-right: 30px;
    }

    .empDesc {
        width: 400px;
        /* height: 80px; */
        float: left;
    }

    .empFecha {
        float: left;
        margin-right: 30px;
        width: 100px;
        height: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .empArticle {
        height: 150px;
        padding: 5px;
        margin-bottom: 0;
    }

    .empBoton {
        width: 130px;
        height: 160px;
        float: left;
        margin-right: 30px;
    }

    .empDesc {
        width: 500px;
        height: 140px;
        float: left;
    }
    .empFecha {
        width: 130px;
        height: 160px;
        float: left;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .empArticle {
        height: 150px;
        padding: 5px;
        margin-bottom: 0;
    }

    .empBoton {
        width: 130px;
        height: 160px;
        float: left;
        margin-right: 30px;
    }

    .empDesc {
        width: 600px;
        height: 140px;
        float: left;
    }

    .empFecha {
        width: 130px;
        height: 160px;
        float: left;
        margin-right: 30px;
    }
}
