p, h1, h2, h3, h4, h5{
    margin: 0;
}
body{
    width: 1024px;
    margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f2f2f2;
}
/* header*/
.encabezado{
    width: 341.33px;
    height: 140px;
    float: left;
}
#encabezadouno{
    background-color: #ffffff;
    height: 50px;
    border-right: grey 2px solid;
    text-align: center;
    padding: 45px 0;
}


#encabezadodos{
    background-color: #ffffff;
    height: 140px;

    position: relative;
}
#canal{
    position: absolute;
    top: 15px;
    right: 20px;

}
#clima{
    position: absolute;
    top: 55px;
    right: 24px;

}
#vivo{
    background-color: #df2025;
    border: none;
    border-radius: 5px;
    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;

    width: 319px;
    height: 125px;
    padding-top: 15px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
        font-weight: 700;
    font-size: 0.8rem;
}

#nosotros ul{
    list-style-type: none;
    text-align: right;
    
}

#nosotros ul li{
    padding: 3px 0;
    
}
#nosotros ul li a{
    text-decoration: none;
    color: white;
}
#nosotros ul li a:hover{
    color: #df2025;
}

#redes{
    padding-left: 128px;
}

#redes ul{
    list-style-type: none;

    
}
#redes ul li{
    float: left;
    padding: 3px 10px;
    
}
#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;
}

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

}
nav ul li{
    float: left;
    width: 341.33px;
    padding: 15px 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;
}

.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: 5px;
}
.menu #dos:hover ul {
	left: 345px;
}
.menu #tres:hover ul {
	left: 665px;
}

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

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

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

.active{
    background-color: #df2025;
}




/* main*/

h1{
        font-weight: 700;
    font-size: 1.4rem;
        letter-spacing: 0.1em;
    	line-height: 1.8em;
    
}
#notaprincipal{
    width: 1024px;
    margin: 0;

}
#Notappal{
    float: left;
}
#notappaltexto{
    float: left;
    
}
.textonota{
    width: 302px;
    height: 354px;
    padding: 20px 20px 0 20px;

}

#notavideo{
        background-color: #cccccc;
        position: absolute;
}
.miscelanea{
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
}
#misceultima{
    padding-top: 20px;
    padding-left: 62px;

}
.textonota ul{
        list-style-type: none;
}
.textonota ul li{
    float: left;
    padding: 0 5px;
}
.titulitoprox{
    background-color: #262e33;
    height: 30px;
    padding-left: 10px;
   padding-top: 5px;
    margin: 0;

}
#hoyymastarde{
    clear: both;
    float: left;
}




/* CULTURA*/

#autor{
    font-style: italic;
    font-family: 'Roboto condensed', sans-serif;
    color: #636363;
    font-size: 0.9rem;
    padding-top: 4px;

}

#titulocultura{
    background-color: #27e0c1;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    margin: 0;
    
    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);

}

#notalaplace{
    background-color: #cccccc;
}
#laplace{
    display:block;
    width: 682px;
    height: 374px;
    background-image: url(imagenes/laplacegris.png);
    background-repeat: no-repeat;
}
#laplace:hover {
    width: 682px;
    height: 374px;
    background-image: url(imagenes/laplace.png);
    background-repeat: no-repeat;
}

#visicultuno{
    background-color: #27e0c1;
    font-family: 'Roboto', sans-serif;
    width: 90px;
    color: black;
    padding: 2px 5px;
    margin: 0;

}
#misceuno{
    padding-left: 88px;
}
h2{
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.5rem;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}

/* hoy*/
#titulohoy{
    background-color: #262e33;
    height: 30px;
    padding-left: 20px;
   padding-top: 7px;
    margin: 0;

}
#hoy{
    clear:both;
    width: 342px;
    height: 189px;
    background-color: #dcdcdc;
    float: left;
    position: relative;
    margin: 0;
}
#hoy p{
    padding-left: 20px;
    
}

/* seccion 1*/

h3{
    margin: 0;
    color: white;
    font-weight: 300;
}
#articulouno{
    clear: both;
    float: left;
}
#crecienlujan{
    width: 654px;
    height: 274px;
    background-color: #bcbcbc;
    border: #303030 12px solid;
    margin: 0;
    margin-top: 4px;
}
#miscecreci{
    padding-left: 400px;
}

#articulotres{
    float: left;
    position: relative;
}


#busca{
    width: 278px;
    height: 254px;
    background-color: #303030;
    border: #27e0c1 12px solid;
    padding-right: 20px;
    margin: 0;
    margin-top: 4px;
    margin-left: 4px;
}
#busca h2{
    font-size: 1.7rem;
    color: #27e0c1;
}
#busca p{
       color: #27e0c1; 
}
#miscebusca{
    color: #27e0c1;
    padding-left: 65px;
}

#coberturas{
    clear:both;
    width: 298px;
    height: 291px;
    background-color: #27e0c1;
    float: left;
    position: relative;
    margin: 0;
    margin-right: 4px;
    padding: 11px 20px 0 20px;
    margin-top: 4px;

}
#coberturas p{
    padding-left: 20px;
    
}
#buslujan{
    width: 300px;
    height: 273px;
    margin-top: 2px;

}

#comparmisce{
    padding-left: 235px;
    padding-top: 15px;
    
}
#miscenecesito{
    padding-left: 410px;
}
#necesito{
    float: left;
    position: relative;
}
#necesitomas{
    width: 617px;
    height: 254px;
    background-color: #bcbcbc;
    border: white 12px solid;
    padding-right: 20px;
    margin: 0;
    margin-top: 4px;
}
#necesitomas h2{
    font-size: 1.8rem;
}
#depouno{
    background-color: white;
}
.visitasdeportes{
    font-family: 'Roboto', sans-serif;
    width: 90px;
    color: black;
    padding: 2px 5px;
    margin: 0;
}

#pestañafutbol{
    position: absolute;
    right: 5px;
    top: 10px;
}
#proximos{
    clear: both;
    float:left;
    width: 298px;
    height: 298px;
    background-color: #27e0c1;
    float: left;
    position: relative;
    margin-right: 4px;
    padding: 0 20px;
}
#proximos p{
    padding-left: 20px;
}
#unpoco{
    clear:both;
    float: left;
    margin-top: 4px;
}
#temas{
    float:left;
    position: relative;
    margin-top: 4px;
}



#historia{
    background-color: #303030; 
    height: 278px;
    width: 300px;
    clear: both;
}

}
#historia h2{
    font-size: 1.6rem;
}

#relacionados{
    width: 300px;
    height: 288px;
    background-color: white;
    padding: 10px 20px 0 20px;

}
#relacionados h3{
    font-family: 'Roboto', sans-serif;
    color: #262e33;
    font-weight: 700;
}
#relacionados p{
    font-family: 'Roboto', sans-serif;
}
.minititulos{
    font-weight: 500;
    
}
#relacionados ul{
        list-style-type: none;
    background-color: white;
}
#relacionados ul li{
    float: left;
    padding: 0 5px;
    background-color: white;
}
#minititupri{
    position: absolute;
    top: 95px;
    left: 160px;
}
#minitituseg{
    position: absolute;
    top: 182px;
    left: 160px;
}
#minititutre{
    position: absolute;
    top: 259px;
    left: 160px;
}


#miscelujan{
    padding-left: 65px;
}
#depodos{
    background-color: #27e0c1;
}


#fin{
    clear: both;
    width: 960px;
     
    
}

#finpaginas{
    padding-left: 300px;
   
}

#finpaginas ul{
    list-style-type: none;
    
}

#finpaginas ul li{
    float: left;
    padding: 10px 10px;
}

#finpaginas ul li a{
    text-decoration: none;
    color: black;
    font-weight: 300;
}

#finpaginas ul li a:hover{
    font-weight: 600;
}
.activoo{
    font-weight: 600;
    color: red !important;
}









footer{
    clear: both;

}
#cooperativas{
        background-color: #252c32;
    width: 656px;
    height: 150px;
        border-right: black 2px solid;
    padding-left: 20px;
    padding-top: 20px;
    float:left;
    margin-top: 4px;
}
#cooperativas ul{
    list-style-type: none;
    overflow: auto;
        margin: 0;
    padding: 0;

}
#cooperativas ul li{
        float: left;
    padding: 10px 3px;

}
#contactofooter{
    float: left;
    background-color: #252c32;
    width: 323px;
    height: 150px;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 4px;
    
}
#contactofooter ul{
    list-style-type: none;
    padding: 0;
    color: darkgray;
}
#contactofooter ul li{

}
#mapadelsitio{
    padding-left: 25px;
    padding-top: 5px;
}
#mapadelsitio a{
    text-decoration: none;
    color: darkgray;
}

#copy{
    clear: both;
    width: 981px;
    height: 50px;
    background-color: black;
    color: gray;
    font-size: 0.6rem;
    padding: 10px 20px;
}


