
@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}

#contenedor{
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

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


.redessociales{
    width: 4%;
    float: right;
    margin-right: 15.2%;
    margin-top: -18%;
    position: relative;
}

/* empiezo a ver como armar el nav */

nav {
    background-color: #e83b7e;
    width: 100%;
    position: relative;
    float: left;
    margin: 10px 0px;
    font-family: 'Roboto Slab'; 
    font font-weight: 900;
    font-size: 14px;
    
}

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

nav ul {
    padding-left: 5px;
	background: #e83b7e; 
	list-style: none;
	position: relative;
    float: left;
	margin: 0;
}

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

nav ul li {
	float: left; position: relative;
}

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;
}

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

/* main */

.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 RESPONSIBE
    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 {
    position: relative;
    float: left;
    width: 100%;
    background-color: #bcb3b6;   
}

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

footer img {
    margin: 3%;
}

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