p, h1, h2, h3, h4, h5{
    margin: 0;
}
hr{
    height: 1px;
    border: none;
    background-color: #262e33;

}
body{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f2f2f2;
}
/* header*/
.encabezado{
    width: 33.1%;
    max-height: 100%;
    height: 180px;
    position: relative;
    float: left;
    border-right: grey 0.1em solid;
}
#logo{
    padding: 3.6em 0;
}
#logocelu{
    opacity: 0;
    position: absolute;
}
#encabezadouno{
    background-color: #ffffff;
    text-align: center;
}
#encabezadodos{
    background-color: #ffffff;
    position: relative;
}
#canal{
    position: absolute;
    top: 1em;
    right: 1em;
}
#TT_RwawrhtxdEfcdFGAjfqDzjzzj6lALE12LtEYksyIq1j{
    position: absolute;
    top: 3.2em;
    right: 1em;

}
#vivoboton{
    position: absolute;
    top: 8em;
    right: 1em;
}
#vivo{
    background-color: #df2025;
    width: 9em;
    border: none;
    border-radius: 5px;

   
    /* header
    position: absolute;
    top: 87px;
    right: 20px;  */   
}
#vivo a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: white;
    font-weight: 300;

}
#vivo a:hover{
    text-decoration: none;
    color: black;
}

#encabezadotres{
    background-color: #252c32;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    position: relative;
}

/*pop up*/

#popup {
	right: 100%;
    position: relative;
    top: 3em;
    width: 100%;
    z-index: 1001;
}
    
}
.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}
#content-popup{
    width: 300px;
    height: 340px;
    background-color: #e02528;
    padding: 20px;
    position: relative;
    z-index:2;
    position:absolute;
    text-align:center;
}
#open {
    color: #df2025;
        text-decoration: none;
    font-size: 1.2rem;
    
}
#open a{
    color: #df2025;
}
#close{

    font-size: 2em;
    position: absolute;
    top: 10px;
    right: 20px;
}
#close a{
    color: white;
    text-decoration: none;
}
#usuario{
    text-align: center;
    padding: 20px 0;
    
}
#nombre{
    width: 290px;
    border: none;
    height: 30px;
    font-size: 1rem;
    padding-left: 10px;
    font-family: 'Fjalla One', sans-serif;
}
#contraseña{
    width: 290px;
    border: none;
    height: 30px;
    font-size: 1rem;
    padding-left: 10px;
    font-family: 'Fjalla One', sans-serif;
    margin: 10px 0;
}
#enviarini{    
    background-color: black;
    color: white;
    border: none;
    width: 301px;
    height: 30px;
}
#enviarini a{
    text-decoration: none;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1rem;
    color: white;
    font-weight: 300;
    text-align: center;
}

#perdiste{
    list-style-type: none;
    padding: 0;
        list-style: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
#perdiste li{
    padding: 5px 0;
}
#perdiste li a{
    text-decoration: none;
    color: white;
}
#perdiste li a:hover{
    color:black;
}
#registrate{
    background-color: black;
    position: absolute;
    top: 345px;
    right: 120px;
    font-family: 'Roboto', sans-serif;
    
}
#registrate a{
    color: white;
    text-decoration: none;   
}








#nosotros ul{
    padding-top: 1em;
    padding-right: 2em;
    list-style-type: none;
    text-align: right;    
}

#nosotros ul li{
    padding: 0.3em 0;
    
}
#nosotros ul li a{
    text-decoration: none;
    color: white;
}

#nosotros ul li a:hover{
    color: #df2025;
}


#iniciar a{
    color: red;

}
#lista{
    opacity: 0;
    position: absolute;
}
#redes{
    position:absolute;
    right: 1.7em;
    top: 60%;
}

#redes ul{
    list-style-type: none;    
}
#redes ul li{
    float: left;
    padding: 1em 0.4em;    
}
#redes ul li a{
    text-decoration: none;

}

.iconoagrandado:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}








nav{
    clear: both;     
    background-color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0;
    position: fixed;
     z-index:10;
   width: 100%;
    max-width: 960px;

}

nav ul{
    display: table;
    list-style-type: none;
    overflow: auto;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;

}
nav ul li{
    float: left;
    width: 33%;
    padding: 0.8em 0;
    text-align: center;
    
}
nav ul li a{
    text-decoration: none;
    color: white;
}
nav ul li a:hover{
    color: gray;
    position: relative;

}


.menu ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	opacity: 0;
	transition: opacity 1s ease;
    width: 33%;
    z-index:10;
    
}

.menu ul li {
	float: none;

    
}

.menu ul a {
	white-space: nowrap;
    letter-spacing: 0em;
}

.menu li:hover ul {
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 6px 6px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	opacity: 2;
}
.menu #uno:hover ul {
	left: 0;
}
.menu #dos:hover ul {
	left: 33.3%;
}
.menu #tres:hover ul {
	left: 40%;
}

/* Persistant Hover State */
.menu li:hover a {
	color: #919191;
}

.menu li:hover ul a {
	color: black;
}

.menu li:hover ul li a:hover {
	color:red;
}

.active{
        background-color: #df2025;
}


/* main*/

#titulomain{
    background-color: #ffffff;
    height: 2.5em;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    webkit-box-shadow: inset 0px 16px 20px -10px rgba(0,0,0,0.73);
    moz-box-shadow: inset 0px 16px 20px -10px rgba(0,0,0,0.73);
    box-shadow: inset 0px 16px 20px -10px rgba(0,0,0,0.73);
    margin: 0;
}
h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    
}


#video{
    float:left;
    width: 600px;
    height: 510px;
    background-color: #c40000;
    font-weight: 300;
    padding: 20px;
}

#videoresponsive{
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
 
#videoresponsive iframe,
#videoresponsive object,
#videoresponsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#nota{
    float: left;
    width: 280px;
    height: 480px;
    background-color: #cccccc;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    position: relative;

}
#carlos{
  
}

#miscelanea ul{
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
}
#miscelanea ul li{
    
    float: left;
    padding: 0 5px;
}

#textovideo{
    font-size: 0.8rem;
    color: white;
}
h4{
        font-size: 1rem;
    color: white;
}

#vivoen{
    background-color: #df2025;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: 20px;    
}
#vivoen a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: white;
    font-weight: 300;

}
#vivo a:hover{
       text-decoration: none;

    color: black;

}
h2{
    margin: 0;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.5rem;
    
}
p{
    font-family: 'Roboto', sans-serif; 
}
.hora{
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}
.programa{
    margin: 0;
    font-style: italic;
    font-size: 0.9rem;
}
.dato{
    margin: 0px;
    color: dimgray;
    font-size: 0.7rem;
}
.titulitoprox{
    background-color: #262e33;
    height: 30px;
    padding-left: 10px;
    color: #cccccc;
    margin-top: 10px;
}
h3{
    font-weight: 400;
}
#titulovivo{
    color: #c40000;
    margin: 0;
}
#textovivo{
    margin: 0;
    color: #c40000;
    font-size: 0.7rem;
}
#volver{
    position: absolute;
    top: 15px;
    left: 260px;
}

footer{
    clear: both;
    width: 100%;
    margin: 0;

}
.footeruno{
    max-height: 80%;
    height: 170px;
}
#cooperativas{
    background-color: #252c32;
    width: 66.4%;
    border-right: black 0.1em solid;
    float:left;
    margin: 0;
}
#cooptetexto{
    padding-left: 0.9em;
    padding-top: 1em;

}
#coop{
    padding-top: 0.8em;
    padding-left: 0.8em;
    margin: 0;
    color: white;
    font-weight: 300;
}

.coopmarca{
    float: left;
    margin-right: 0.3em;
}


#contactofooter{
    float: left;
    background-color: #252c32;
    width: 33.35%;

    margin: 0;
}
#cont{
    padding-top: 0.8em;
    padding-left: 0.8em;
    margin: 0;
    color: white;
    font-weight: 300;
}

#contactofooter ul{
    list-style-type: none;
    padding: 0;
    padding-left: 0.8em;
    color: darkgray;
}
#contactofooter ul li{

}
#mapadelsitio{
    padding-left: 25px;
    padding-top: 5px;
}
#mapadelsitio a{
    text-decoration: none;
    color: darkgray;
}
#copy{
    clear: both;
    width: 97.5%;
    background-color: black;
    color: gray;
    font-size: 0.6rem;
    padding: 1em 1.2em;
}









@media (max-width: 600px) {
    #logo{
        opacity: 0;
    
    }
    #logocelu{
        opacity: 2;
        top: 2.7em;
        left: 3.5em;
    }

    #TT_RwawrhtxdEfcdFGAjfqDzjzzj6lALE12LtEYksyIq1j{
    opacity:0;

}
    #redes{
    padding: 0;
        top:40%;
}
    #redes ul li{
    float: left;
    padding: 0.1em 0.1em;    
}
.encabezado{
    width: 33%;
}
#nosotros ul{
    padding: 0;
}
    
#redes{
    position:absolute;
    right: 2em;
    top: 5.5em;
}

    #lista{
    opacity: 2;
    top: 2em;;
    right: 2em;
}
    #nosotros ul{
        opacity: 0;
    }
#canal{
    position: absolute;
    top: 2em;
    right: 2em;

}
    
    #vivoboton{
    top: 5em;
    right: 2em;

}
    .encabezado{
    max-height: 100%;
    height: 130px;
    }
    #video{
    width: 99%;
    float: left;
}
    #notappaltexto{
    float: left;
    width: 99%;
    
}
    #misceuno{
    padding-left: 23.5em;
}
    #miscedeportes{

    padding-left: 25em;
    
}
    #hoyymastarde{

    width: 97%;
    border: #df2025 0.3em solid;
}
    #notassecundarias{
    width: 100%;
  
}
    #notasdos{
    float: left;
    width: 100%;
}




    #one{
    clear:both;
    float: left;
    width: 96%;
}
    
    #cuadrogrande{
    padding-left: 24em;
    padding-bottom: 2.5em;
}
    #programacompleto{
    top: 22.5em;
}
    
    #ultimanota{
        width: 100%;
    }
    
    #one{ 
    width: 100%;
    background-image: url("imagenes/noticia1colorb.jpg");
    position: relative;
}
    #two{
    float:left;
    width: 100%;
    position: relative;
    background-color: #43ccff;
        height: 300px;
}

#misceverde{

    padding-left: 25em;
}
        #miscesalud{
    padding-left: 30em;
}
    #tree{

    width: 100%;
}
    #publi{
        text-align: center;
    }
    .ultimasultisimas{

    width: 100%;
 
}
    #ultimanota{
        width: 97%;
    height: 230px;
}
    #misceultima{
    padding-top: 0.1em;
    padding-left: 23em;
}

    #cooperativas{
        width: 100%;
        height: 250px;
        border-bottom: black 0.2em solid;
    }
    #contactofooter{
        width: 99.5%;
    }

}




/* TABLET */
@media (min-width: 768px) and (max-width: 959px)
{
    #notavideo{

    max-height: 30%;
}
    #misceuno{
    padding-top: 0.2em;
    padding-bottom: 1em;
    padding-left: 1.7em;
}
    #miscedeportes{
    padding-top: 1em;
    padding-bottom: 3.5em;
    padding-left: 2.5em;
    
}
    #cuadrogrande{
    padding-left: 25em;
    padding-bottom: 2.5em;
}

#misceverde{
    color: #27e0c1;
    padding-top: 20em;
    padding-left: 8em;
}
    #miscesalud{
    padding-left: 8em;
}
    #misceultima{
    padding-top: 1em;
    padding-left: 5.5em;
}
}

