* {margin: 0px; padding: 0px;}

/* Comienzo de atributos generales */

body{ font-family: calibri, arial, sans-serif; font-weight: 100; font-size: 12px;}

h1{}
h2{ font-size: 13px; color: #009AAC; font-style: bold;}
h3{ color: #fff; font-size: 12px; font-weight: 100; }
h4{color: #fff; font-size: 18px; font-weight: 100;}
h5{ color: #7A7A7A; font-size: 11px; margin: 2% 0 0 0;}
h6{ color: #cecece; font-size: 11px; font-weight: 300;}
p{ color: #7A7A7A;font-weight: 300; font-size: 12px;}
a{text-decoration: none; margin: 2% 0 0 0;}
a:hover{ opacity: 0.75;}
a:link{ color: :#009AAC; }

.azul{color: #009AAC;}

/* Fin de atributos generales */



/* Comienzo del header*/


header { 
    background: #303030;
    width: 100%; 
    height: 100px;
     box-sizing: border-box;
    border-bottom: #7A7A7A solid 10px;
}

.contenedor-header{ 
    width: 960px;
    margin: 0 auto 0 auto;
}

.logo { 
    width: 20%;
    position: relative;
    float: left;
}

header nav {
    position: relative;
    float: left;
    width: 60%;
    box-sizing: border-box;
    margin: 40px 0;
    padding: 0 25px; 
}

header nav ul li{
    display: inline; 
    position: relative; 
    float: left; 
    margin: 0 53px 0 0;
}

header nav ul li a{
    color: #fff; 
    text-decoration: none; 
    font-size: 13px;
    font-weight: 200;
}


.buscador { 
    width: 20%;
    height: 30px;
    position: relative;
    float: right;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 35px 0;
    padding: 8px;
    font-size: 12px;
    font-style: italic;
    color: #cecece;
    box-sizing: border-box;
}

.lupa { position: relative; float: right;}






/* Aquí termina el header*/


.contenedor-pagina{ 
    width: 960px;
    margin: 0 auto 0 auto;
}

.menu-volver {
    width: 100%;
    background: white;
    width: 100%;
    box-sizing: border-box;
    margin: 1% 0 1% 0 ;
    padding: 0 25px; 
    
}
.menu-volver ul li {
    display: inline;
    list-style-type: none;
    color: #cecece;
    font-size: 12px;
    
}



/* Aquí comienza section*/



section {
    width: 100%;
    background: #fff;
    margin: 2% 0 0 0;
    box-sizing: border-box;
}


/* Vivo del Home */

.en-vivo{
    width: 100%;
    height: 400px; 
    background: #fff;
    
}
.video-vivo{ 
    width: 65%;
    height: 400px;
    float: left;
    
}

/* Fin Vivo del Home */

/* Redes Sociales del Home */

.redes-sociales{
    width: 32%;
    min-height: 400px;
    float: right;
    background: #fff;
    position: relative;
    float: right;
    box-sizing: border-box;

}

.redes-sociales h2 {
    width: 100%;
    background: #fff;
    margin: 0 0 4% 0;
    box-sizing: border-box;


}

.datos-cuenta{
    width: 100%;
    height: 42px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 2% 0;
    border-bottom: 1px solid #cecece;

    
}

.datos-cuenta img {
    position: relative;
    float: left;
    width: 10%;
    box-sizing: border-box;
    margin: 0 2% 0 0;

}

.datos-cuenta p {
    position: relative;
    float: left;
    width: 40%;
    height: 40px;
    background: white;
    margin: 0 3.3% 0 0;
    font-size: 18px;
    color: #000;
    line-height: 16px;
    box-sizing: border-box;

}

.twitter-direccion{
    font-size: 12px;
    color: #7A7A7A;
 
}

.boton-follow {
    position: relative;
    float: right;
    width: 40%;
    height: 35px;
    margin: 0 0 0 0;
    padding: 3%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #009BAD;
    box-sizing: border-box;
}

.frase1 {
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    margin: 0 0 3% 0;
    color: #000;

}

.hashtag{
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #cecece;
    text-align: left;
    font-size: 18px;
    margin: 0 0 3% 0;
    padding: 3.5%;
    box-sizing: border-box;
}

.hashtag p { 
    color: #009AAC;
    font-weight: lighter;
    font-size: 18px;

}

.tweet { 
    width: 100%;
    height: 70px;
    padding: 1%;
    background: #fff;
    margin: 0 0 2% 0;
    box-sizing: border-box;
    border-top: 1px solid #cecece;
    
}

.tweet-completo img {
    position: relative;
    float: left;
    margin: 2% 2% 0 0;
    box-sizing: border-box;

}




/* Fin Redes Sociales del Home */

/* Destacados del Home */

.destacados {
    width: 100%;
    background: #fff; 
    margin: 2% 0 0 0;
}

.destacados h2{
    width: 100%;
    margin: 0 0 2% 0;
}

.destacados h4{
    margin: 5% 0 20% 0;
    font-weight: lighter;

}

.destacado1 { 
    width: 33.33%;
    height: 200px;
    background: #009BAD;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 1.5%;
}


.destacado2 { 
    width: 33.33%;
    height: 200px;
    background: #E09C24;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 1.5%;
}

.destacado3 { 
    width: 33.33%;
    height: 200px;
    background: #E05F1F;
    position: relative;
    float: right;
    box-sizing: border-box;
    padding: 1.5%;
}

.ver-mas-blanco{ 
    width: 30%;
    height: 30px;
    background: transparent; 
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 2%;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    
}

/* Fin Destacados del Home */






/* Noticias del Home*/

.noticias {
    width: 100%;
    position: relative;
    float: left;
    background: #fff; 
    box-sizing: border-box;
}

.noticias h2{
    margin: 3% 0 2% 0;
}

.noticias h4 {
    color: #7A7A7A;
    min-height: 50px;
    margin: 3% 0 0 0;
    box-sizing: border-box;
    
}

.noticias h5 {
    min-height: 20px;
    margin: 3% 0 0 0;
    box-sizing: border-box;
    
}
.noticias p {
    min-height: 150px;
    line-height: 20px;
    margin: 3% 0 0 0;
    box-sizing: border-box;
    
}



.noticia1 { 
    width: 30%;
    min-height: 300px;
    background-color: white;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 1.5% 3.33% 1.5% 0;
}

.ver-mas-naranja{ 
    width: 30%;
    height: 30px;
    background: transparent; 
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 2%;
    font-size: 12px;
    font-weight: lighter;
    color: darkorange;
    text-decoration: none;
    text-align: center;
    border: 1px solid darkorange;
    border-radius: 4px;
    
}



/* Fin Noticias del Home */

/* Aside del Home */
.aside-home{ 
    width: 100%;
    height: 250px;
    background: #474747;
    position: relative;
    float: left;
    margin: 2% 0 0 0;
    box-sizing: border-box;
}

.contenedor-aside {
    width: 960px;
    margin: 0 auto 0 auto;
}

.aside-home h2{ 
    width: 100%;
    margin: 2% 0 0 0;
     
}


.subidas {
    width: 25%;
    min-height: 80px;
    background: transparent;
    position: relative;
    float: left;
    margin: 2% 0 2% 0;
    box-sizing: border-box;
}

.subidas p {
    margin: 2% 0  0;
    width: 80%;
    
}

.subidas a {
    color: #009AAC;
}


.icono-subida{ 
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 0 2% 30px 0;

}

.texto-extra-grande { 
    font-size: 35px;
    color: #009AAC;
    width: 50%;
    height: 60px;
    line-height: 70px;
    position: relative;
    float: left;
    font-weight: 300;
    box-sizing: border-box;
}

.botones-login{ 
    width: 40%;
    height: 30px;
    background: transparent; 
    position: relative;
    float: right;
    margin: 2% 0 2% 0 ;
}

.boton-ingresar{ 
    width: 45%;
    height: 30px;
    background: transparent; 
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 1.5%;
    padding: 2%;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    
    
   
}





/* Fin Aside del Home */


/* Aquí termina el section*/


.clear { clear: both;}

/* Footer*/

footer{ 
    width: 100%;
    height: 100px; 
    background: #7A7A7A;
}

.contenedor-footer{ 
    width:  960px;
    height: 80px;
    margin: 0 auto 0 auto;
    color: #fff ;
    font-size: 12px;
    font-weight: 100;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
}

footer p {
    width: 85%; 
    float: left;
    color: #fff;
    font-family: sans-serif;
    font-size: 11px;
    margin: 1.5% 0 0 0;
    box-sizing: border-box;
}

.circulos-redes{
    float: right;
    background: grey;
}


/* Aquí termina el footer */