
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);

* {font-family: 'Roboto Slab'; box-sizing: border-box}

a {text-decoration: none; color: black;}

.separador {
   width: 100%;
    overflow: auto;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    background-color: #fff; 
}

header {
    background-color: #479119;
}


.buscador img{
    border-radius: 12px;
    margin-top: 30px;
    float: right;
    width: 200px;
}

.logo {
    overflow: auto;
    display: block;
    margin: 0 auto;
    max-width: 960px;
    padding: 0px;
}

.logo a {
    width: 250px;
    float: left;
}

.logo a img{
    margin-top: 15px;
    width: 130%;
}

nav {
    background-color: #479119;
    font-family: 'Roboto Slab'; 
    font font-weight: 900;
    font-size: 11px;
}

nav ul {
    margin: 0px;
    margin-left: -15px;
	list-style: none;
    padding: 0px;
}

#noticiasizq {
    margin: 0 auto;
    max-width: 960px;
    padding: 0px;
}

nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
	float: left; 
}

nav ul li:hover {
    background-color: #9fc516;
}

nav ul li:hover a {
	color: #2a3e2b;
}
	
nav ul li a {
	display: block; 
    padding: 15px;
    color: #ffffff; 
    text-decoration: none;
}

nav ul li:hover > ul {
	display: block;
}


.flotaderecha {
    float: right; position: relative; margin-top: 7px;
}


/*SOCIAL*/
.redessociales {
    margin-top: 5px;
    float: right;
    overflow: auto;
}

.redessociales img {
    margin-left: 8px;
    float: right;
    width: 25px;   
}

.redessociales img:hover{
    width: 27px; 
    
}

.mainfoto1, .mainfoto2, .mainfoto3 {
    border-radius: 15px;
}



/* HOVER TEXTO IMAGENES PRINCIPALES*/

.textohover1 {
    margin-top: 15%;
    margin-left: 5%;
    font-size: 80px;
    font-weight: 900px;
    display:none;
}

/*PARA ACTIVAR UN HOVER EN OTRO DIV:
se pone el hover del div que estarias superponiendo con el mouse, 
y separado el div que queres que aparezca con display block*/
.mainfoto1:hover .textohover1{
    display: block;
}

.textohover2 {
    margin-top: 8%;
    margin-left: 7%;
    font-size: 40px;
    font-weight: 900px;
    display:none;
}

.mainfoto2:hover .textohover2{
    display: block;
}


.textohover3 {
    margin-top: 15%;
    margin-left: 7%;
    font-size: 40px;
    font-weight: 900px;
    display:none;
}

.mainfoto3:hover .textohover3{
    display: block;
}





/* main */

.mainnuevo {
    overflow: auto;
    margin-top: 90px;
    margin-bottom: 40px;
}

.mainfoto1 {
    position: relative;
    float: left;
    width: 65%;
    height: 400px;
    background-image:url(img/articulo1.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainfoto1:hover {
    background-image:url(img/articulo12.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainfoto2 {
    position: relative;
    float: right;
    height: 190px;
    width: 33%;
    background-image:url(img/articulo2.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainfoto2:hover {
    background-image:url(img/articulo22.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainfoto3 {
    position: relative;
    margin-top: 20px;
    float: right;
    height: 190px;
    width: 33%;
    background-image:url(img/articulo3.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainfoto3:hover {
    background-image:url(img/articulo32.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainnuevo p {
    position: absolute;
    text-decoration: none;
    color: #ffffff;
    background-color: #2a2a2a;
    margin-left: 2rem;
    margin-bottom: 2rem;
    bottom: 0px;
    font-size: 20px;
    padding: 5px;
}

.mainfoto2 p {
    font-size: 13px;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.mainfoto3 p {
    font-size: 13px;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}


/*MAINS NUEVOS*/

.mainnotas {
    margin-top: 70px;
    display: block;
    overflow: auto;
}


.mainleft {
    display: block;
    overflow: auto;
    width: 75%;
    float: left;
}

.titulote {
    padding: 5px;
    color: white;
    font-size: 30px;
    background-color: #8628a8;
}

.mainleft p{
    color: #115700;
}

.mainright {
    margin-top: 13px;
    display: block;
    overflow: auto;
    width: 22%;
    float: right;
}

.mainright a {
    overflow: auto;
    display: block;
    margin-top: 20px;
}

.mainright a:hover {
    color: white;
    background-color: #8628a8;
}


.titulito {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background-color: #266200;
    font-weight: 900;
}
.notita {
    margin-top: 10px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 20px;
}


/*NOTASSSSSSSSSS*/

/*TIPOGRAFIA*/

.mainlefttitulo {
    padding-left: 5px;
    padding-right: 10px;
    float: left;
    font-family: roboto slab;
    color: white;
    font-size: 14px; 
    background-color: #479119;
}

.mainlefttexto {
    font-family: roboto;
    margin-top: 10px;
    font-size: 15px;    
}

.mainleftnotas1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    width: 49%;
    margin-right: 1%;
}

.mainleftnotas2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: 1%;
    float: right;
    width: 49%;
}

.mainleftnotas3 {
    padding-bottom: 20px;
    float: left;
    width: 49%;
    margin-right: 1%;
}

.mainleftnotas4 {
    padding-bottom: 20px;
    margin-left: 1%;
    float: right;
    width: 49%;
}

.mainleftnotas1 .mainleftfoto {
    height: 250px;
    background-image:url(img/recorrido.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainleftnotas2 .mainleftfoto {
    height: 250px;
    background-image:url(img/tango.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainleftnotas3 .mainleftfoto {
    height: 250px;
    background-image:url(img/juntada.jpg);
    background-size:cover;
    background-position: bottom;
}

.mainleftnotas4 .mainleftfoto {
    height: 250px;
    background-image:url(img/musicabarrio.jpg);
    background-size:cover;
    background-position: bottom;
}




.mainleftnotas1:hover {
    opacity:0.8;
}
.mainleftnotas2:hover {
    opacity:0.8;
}
.mainleftnotas3:hover {
    opacity:0.8;
}
.mainleftnotas4:hover {
    opacity:0.8;
}

/*VIDEOOO
(el titulo del video es class mainlefttitulo*/

.videin {
    margin: 0px;
    padding: 0px;
}

.videintitulo {
    overflow: auto;
}

.videon {
    margin-top: 40px;
}

/*#################################################*/









#contenedor {
    margin: 0 auto;
    max-width: 960px;
}




.slider {
    background-image:url(img/main.jpg);
    background-size:cover;
    background-position: bottom;
    float: left;
    position: relative;
    width: 100%;
    height: 400px;
}

.articulos {
    float: left;
    position: relative;
    width: 100%;
}

main section div article {
    float: left;
    position: relative;
    width: 33.3%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 1%;
}

main section div article p {
    margin-bottom: 2rem;
}

main section div article .lineaabajonotas {
    display: block;
    height: 2px;
    background-color: #aaaaaa;
}

main section div article:hover {
    background-color: #cbcbcb;
}

.titarticulo {
    background-color: #e83968;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%
}

main section article p { 
    font-weight: 300; 
    color: #9893c1;
    text-align: left;
    font-size: 12.5px;
}

main section article p { 
    font-weight: 300; 
    color: #9893c1;
    text-align: left;
    font-size: 12.5px;
}

.aladerecha{
    float: right;
    position: relative;
    color: #aaaace;
    font-size: 10px;
    margin: 2px;
}

.imagenart {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.titulosart {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    /*MODIFICAR ESTE HEIGHT EN EL RESPONSIVE
    PARA QUE LAS CAJAS DE TEXTO DEJEN LUGAR
    AL TESTO QUE TIENEN ADENTRO:*/
    height: 50px;
}

.titarticulo2 {
    background-color: #e83c3b;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%
}

.titarticulo3 {
    background-color: #9fc516;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%;
}

.notasmasleidas {
    position: relative;
    float: left;
    width: 100%;
    height: 350px;
    background-color: #312783;
    margin-bottom: 1.5rem;  
}

main aside h1 {
    color: #312783;
    display: block;
    margin: 1%;
    padding: 2%;
    width: 98%;
}

#notasmas {
    background-color: white;
}

/* el aside */

.notamasimportante {
    width: 32%;
    position: relative;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    padding: 1rem;
}

.notamasimportante:hover {
    background-color: #ff6436;
}

.notarestantes {
    height: 35%;
    width: 32%;
    position: relative;
    float: right;
    background-color: #fff;
    margin-right: 1%;
    padding: 0.5rem;
}

.notarestantes:hover {
    background-color: #9fc516;
}

.notarestantes2 {
    height: 35%;
    width: 32%;
    position: relative;
    float: right;
    background-color: #fff;
    margin-right: 1%;
    padding: 0.5rem;
    margin-top:1%;
}

.notarestantes2:hover {
   background-color: #9fc516;
}

.notarestantes article {
    margin: 5px;
}

.notarestantes2 article { 
    margin: 5px;
}

.notarestantes h1 {
    font-size: 0.9rem;
}

.notarestantes2 h1 {
    font-size: 0.9rem;
}

main aside div article h1 {
    text-align: center;
    color: #3e358b;
}

main aside div article p {
    font-size: 14px;
}

.footertotal {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: 100%;
 
}

.lineablanca {
    background-color: #fff;
    height: 5px;
    text-align: center;
    position: relative;
    margin: 0 auto;    
}

footer img {
    overflow: auto;
    display: block;
    float: left;
    width: 23%;
    margin-right: 2%;
}

footer p {
    font-size: 10px;
    font-weight: 300;
    color:#fff;
    text-align: left;
}

footer {
    margin-top: 30px;
    padding-bottom: 15px;
    background-color: #1f1f1f;  
}

.logosfooter {
    overflow: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
}
