
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

body{
    font-size: 12px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    
    background: #EEE url("../img/img_fondo.jpg") repeat fixed;
}

section, footer{
    background-color: #FFF;
}

.contenedor{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
    box-shadow: 0 0 15px rgba(0,0,0,1);
}

.iconos_home_red_social{
    background: #FFF;
    padding: 12px;
    border-bottom: 1px solid #9E9E9E;
}

.home{
    display:inline-block;
    margin-left: 5px;
}

.red_social{
    display:inline-block;
    float: right;
    margin-right: 5px;
}

.ul_iconos_red_social{
    list-style: none;
    
}

.ul_iconos_red_social li{
    float: left;
    margin-left: 8px;
}

.fecha{
    font-size: .7rem;
    color: #8A8686;
    position: relative;
    left: -20px;
    top: 5px;
}


.escudo_secretaria{
    border-bottom: 8px solid #2B2B2B;
}

.img_fondo_escudo{
    background-color: white;
    /* display: inline-block; */
    background-image: url(../img/escudo1.png);
    /* background-position: 0% 0%, 50% 50%; */
    background-repeat: no-repeat;
    height: 150px;
}

.fondo_escudo{
    height: 100%;
}

.secretaria_educacion{
    list-style: none;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

.secretaria_educacion li{
    float: left;
    margin-left: 15px;
}

.font_secretaria{
    font-size: 1.3rem;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Cabin', sans-serif;
}


.div_menu_general{

    background-color: rgb(255, 233, 113); /*gold;    */
    position: relative;
    z-index: 5;
    
}



.ul_menu_grl{
    list-style: none;
}

.ul_menu_grl_li{
    padding: 8px;
    display: inline-block;
    font-size: .8rem;
    color: #000;
}

.ul_menu_grl_li:hover{
    background-color: gold;
    cursor: pointer;
}

.caja_buscador{
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
}

.div_sub_menu{
    position: absolute;
    background-color: gold;
    margin-top: 8px;
    margin-left: -8px;
    display: none;
}

.ul_sub_menu{
    list-style: none;
}

.ul_sub_menu_li{
    padding: 8px;
    font-size: .8rem;
}

.ul_sub_menu_li:hover{
    background-color: #FEFFB6;
}

.escudo{
    width: 45px;
    margin-top: 10px;
}

.img_home{
    cursor: pointer;
    border: 0;
}




.a_href{
    text-decoration: none;
    color: #000;
}

.pie_pagina{
    text-align: center;
    padding: 25px;
    background-color: #C7D7F7;
    color: #000;
}


.img_interes{
    width: 100px;
}

.tabla_interes td{
    text-align: center
}

.slider-contenedor{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 5px solid #CCC;
}

.slider-imagenes{
    float: left;
    width: 65%;
    height: 300px;
}

.slider-descripcion{
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
    border-left: 5px solid #CCC;
}

.slider-descripcion h1{
    text-align: center;
    padding: 18px 8px;
}

.slider-descripcion p{
    padding: 0 8px 8px 8px;
}

.ul-slider{
    position: relative;
    list-style: none;
}
.li-slider{
    position: absolute;
}

.li-slider img{
    width: 100%;
    height: 100%;
    display: block;
}

.contenedor_contenido{
    
}

.contenedor_noticias{
    
    float: left;
    width: 50%;
}

.bloque_noticias{
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding: 8px;
    text-align: justify;
}

.contenedor_reciente{
    float: left;
    text-align: center;
    width: 25%;
    border: aliceblue 1px solid;
    padding: 8px;
}

.fondo_r1{
    background-color: #0069b3;
}

.fondo_r2{
    background-color: #e6007e;
}

.fondo_r3{
    background-color: #348c42;
}

.fondo_r4{
    background-color: #941b80;
}

.contenedor_reciente span{
    color: #FFF;
}
.img_noticias{
    width: 40%;
    height: 40%;
}

.h1_noticias{
    font-size: 11px;
    text-transform: uppercase;
}



