/******** FUENTES ********/

@font-face{
    font-family:'raleway', sans-serif;
    src: url('@import url(https://fonts.googleapis.com/css?family=Raleway');
    src: url('@import url(https://fonts.googleapis.com/css?family=Raleway:700');
    src: url ('@import url(https://fonts.googleapis.com/css?family=Raleway:900');
    font-style: normal;
    font-weight: normal;       
}


.main-wrapper{
    width: 810px;
    height: 600px;
    background-color: white;
    margin: 0 auto;
}



header{
    height: 163px;
}


aside{
    height: 400px
}



#logo{ 
    height: 80px;
    float: left;
    padding: 24px 13px;
    margin: 0px 49px 7px 0px;
}


.nav-list{
    list-style-type: none;
    margin: -123px -26px -46px 165px;
    padding: 49px 4px 18px 73px;
    float: left;
}




#elementos{
    margin: -16px;
    float: left;
    background-color: white;
    text-align: center;
    font-family: 'raleway', sans-serif;
    color: #0D1B35;
    width: 144px;
    height: 30px;
    padding: 29px 3px;
}


.supuesta-imagen{
    margin: 10px;
    width: 250px;
    height: 250px;
    float: left;
    background-color: pink;
}

p{
    font-family: 'raleway', sans-serif;
    color: #31283B;
    font-size: 13px;
    display: block;
    text-align: justify;
    padding: 2px 12px;
    word-spacing: 1px;
    line-height: 25px;
}


h1{
    font-family: 'raleway', sans-serif;
    color: #0A192C;
    font-variant: inherit;
    font-size: 19px;
    margin: 10px;
}



.cuadrados-abajos{
    width: 250px;
    height: 250px;
    background-color: aquamarine;
    float: left;
    margin: 10px;    
}


.footer{
    margin: 168px 258px 0px 259px;
    height: 43px;
    align-content: center;
}



footer{
    height: 46px;
    background-color: white;
    margin: 44px auto;
}




.texto{
    margin: -2px 0px;
    width: 530px;
    height: 274px;
    float: left;
}



a{
    text-decoration: none;
    color: #31283B;
    hover-background: #FF9990;
}

a:hover{
    background-color: #31283B;
    color: white;
    margin: 16px;
    padding: 3px 20px;
}