
@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: 3.8%;
    margin-top: -16%;
    position: relative;
}

/* empiezo a ver como armar el nav */

nav {
    background-color: #7ab5a3;
    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: #7ab5a3; 
	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: #e96353;
}

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: 12px;
}

/* 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: #7ab5a3;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%;
    font-weight: 300;
}

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

main section article p { 
    font-weight: 300; 
    color: #312783;
    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;
    height: 50px;
  
}

.titarticulo2 {
    background-color: #e96353;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%;
    font-weight: 300;
}

.titarticulo3 {
    background-color: #6e7e9a;
    padding: 10px; margin: 0px;
    color: #fff;
    width: 100%;
    font-weight: 300;   
}

.notasmasleidas {
    position: relative;
    float: left;
    width: 100%;
    height: 350px;
    background-color: #7ab5a3;
    margin-bottom: 2rem;
    margin-top: 1rem; 
}

main aside h1 {
    color: #ec8a7c;
    display: block;
    margin: 1%;
    padding: 2%;
    width: 98%;
    font-weight: 300;
}

#notasmas {
    background-color: white;
}

/* el aside */

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

.notamasimportante:hover {
    background-color: #7f9ca3;
}

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

.notarestantes:hover {
    background-color: #e96353;
}

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

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

.lineablanca {
    width: 90%;
    background-color: #7ab5a3;
    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;
}