@charset "utf-8";

/*css document*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);



#secc_programacion .titulo_separador{
    background: darkslateblue
}

#primero{
    height: 333px;
    background-color: forestgreen;
}

#ainf{
    background-color: forestgreen;
}

#ainf p{
    margin-left: 3%;
    margin-top: 45%
}

.programas{
    float: left;
    width: 24%;
    margin: 0.5%;
    height: 139px;
}

.titulo_separador{
    background-color: forestgreen;
}

h1{
    background-color: forestgreen;
}

#inf-inst{
    background-color: rgba(90, 200, 150, 0.7)
}

#grilla img{
    width: 100%;
    height: 110px
}

.nombre{
    background-color: forestgreen;
    padding: 3%;
    margin-top: -1.9%;
    color: white;
    padding-left: 4%;
    font-size: 0.8em;
    
    
}





.p_boton{
    font-size: 0.6em;
    font-weight: 300;
    padding: 0.5%;
    border: solid 1px;
    display: inline-block;
    float: right;
    margin-right: 3%;
    margin-top: 0.7%;
    color:white;
    
}
.p_boton a{
    color: white;
}

.p_boton:hover{
    background-color: rgba(0, 0, 0, 0.3);
    border: solid rgba(0, 0, 0, 0.2) 1px;
    
}

.p_boton a:hover{
    color: rgba(255, 255, 255, 0.5)
}


.grilla{
    overflow: auto;
    height: 203px;
}


.programas .aire_status{
    font-size: 0.7em;
    height: 25px;
}


h6{
    background-color: forestgreen;
    margin-top: 2%;
    overflow: auto;
    padding: 1%;
    font-size: 1.5em;
    color: white;
    margin-bottom: -0.1%
    
    
}


.vder iframe {
    max-width: 100%;
    height: 170px;
}






















