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

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

a {text-decoration: none}


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


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


.redessociales{
    width: 6.3%;
    float: right;
    margin-right: 15.2%;
    margin-top: -15%;
    position: relative;
    background-color: #fff;
    padding: 10px;
}

/* empiezo a ver como armar el nav */

nav {
    background-color: #a9dae6;
    width: 100%;
    position: relative;
    float: left;
    margin: -7.5px 0px;
    font-family: 'Roboto'; 
    font font-weight: 700;
    font-size: 10px;
    
}

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

nav ul {
    padding-left: 5px;
	background: #a9dae6; 
	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: #36ac69;
}

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: 10%; margin-top: 3px;
}

/* main */

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

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

main section div article {
    float: left;
    position: relative;
    width: 100%;
    margin-left: 3.5%;
    
    
}


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

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

.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;
    padding: 2.5%;
}

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

.aladerecha{
    float: right;
    position: relative;
    color: #42b4b9;
    font-size: 8px;
    margin: 2px;
}

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

.titulosart {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    height: 10%;
}


.titarticulo3 {
    background-color: #2e966e;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%;
    text-align: right;
    font-size: 14px;
}

.notasmasleidas {
    position: relative;
    float: left;
    width: 100%;
    height: 320px;
    background-color: #a9dae6;
    margin-bottom: 2%;
    margin-top: 4%;
    font-size: 10px;
    
}

main aside h1 {
    color: #a9dae6;
    display: block;
    padding: 1%;
    width: 100%;
}

#notasmas {
    background-color: white;
}

/* el aside */

.notamasimportante {
    width: 32%;
    position: relative;
    float: left;
    background-color: #fff;
    margin-left: 1%;
    padding: 3%;
    height: 231px;
    box-sizing: border-box;
    
}

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

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

.notarestantes:hover {
    background-color: #6ff4a7;
}

.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: #6ff4a7;
}

.notarestantes article {
    margin: 5px;
}

.notarestantes2 article { 
    margin: 2   px;
}

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

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

main aside div article h1 {
    text-align: center;
    color: #268aa2;
}

main aside div article p {
    font-size: 14px;
    color: #5bbcb8
}

.footertotal {
    position: relative;
    float: left;
    width: 100%;
    background-color: #bcb3b6;
    height: 8%;
}

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

footer img {
    margin: 3%;
    height: 20px;
}

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