*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #F5F2E4;
}

div#pagina{
    width:1020px;
    margin: auto;
}



header{
    width: 100%;
    height: 210px;
    margin: auto;
}

div#encabezado{
    width:680px;
    height: 90px;
    margin: auto;
}
div#encabezado img{
    float:left;
    margin-right: 30px;

}

div#encabezado h1{
    
    font-family: Ek Mukta;
    font-weight: 800;
    font-size: 44px;
    color: #F37A7A;
    
    
}

#linea{
    
    display: block;
    clear: both;
    width: 980px;
    height: 8px;
    margin: auto;
    background-color: #59BDBD;
    margin-bottom: 30px;
}


/*--------------------------------------- MENU NAVEGACION --------------*/


nav{
    height: 60px;
    width: 680px;
    margin: auto;
    margin-bottom: 50px;
}

nav ul{
    list-style: none;
}

nav ul li{
    float:left;
    margin-right: 40px;
}

nav ul li a{
    text-decoration: none;
    font-family: Ek Mukta;
    font-weight: 600;
    font-size: 29px;
    color: white;
    
}

a#nav-1{
    background-color: #59BDBD;
    height: 38px;
    display: block;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    
}

a#nav-2{
    background-color: #F37A7A;
}

a#nav-3{
    background-color: #BDCCF9;
}

a#nav-4{
    background-color: #F6C17F;
}


a#nav-1:hover{  
    background-color: black;
}

a#nav-2:hover{  
    background-color: black;
}

a#nav-3:hover{  
    background-color: black;
}

a#nav-4:hover{  
    background-color: black;
}

a{
    height: 38px;
    display: block;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    
}

/*--------------------------------------- FIN MENU NAVEGACION --------------*/



aside{
    width: 276px;
    height: 350px;
    float: left;
    margin-bottom: 80px;
}

aside h2{
    font-family: Ek Mukta;
    font-weight: 800;
    font-size: 18px;
    color: #4D4D4D;
    text-align: right;
}

aside p{
    font-family: Ek Mukta;
    font-weight: 400;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 17px;
    text-align: right;
}


/*---------------------------------------------------------*/

main{
    width: 630px;
    height: 550px;
    padding-left: 40px;
    margin-left: 40px;
    float: left;
     border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #59BDBD;
}

main h1{
    
    font-family: Ek Mukta;
    font-weight: 800;
    font-size: 29px;
    color: #59BDBD;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 30px;
    
}

div#n1{
    
    width: 65px;
    height: 65px;
    display: block;
    float: left;
    background-color: #F37A7A;
    margin-right: 5px;
    
    
}

#n1 h1{
    font-family: Ek Mukta;
    font-weight: 800;
    font-size: 48px;
    color: white;
    text-align: center;
    line-height: 70px;
    
}

#primero p{
    
    font-family: Ek Mukta;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    
}

div#primero{
    width: 235px;
    height: 190px;
    float: left;
    background-color: #D8D9DD;
}

div#segundo{
    width:235px;
    height: 190px;
    float: left;
    background-color: #D8D9DD;
}

div#n2{
    
    width: 65px;
    height: 65px;
    display: block;
    float: left;
    background-color: #59BDBD;
    margin-right: 5px;
    margin-left: 10px;
    
    
}

#n2 h1{
    font-family: Ek Mukta;
    font-weight: 800;
    font-size: 48px;
    color: white;
    text-align: center;
    line-height: 70px;
    
}

#segundo p{
    
    font-family: Ek Mukta;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    
}




div#tercero{
    width:235px;
    height: 190px;
    float: left;
    background-color: #D8D9DD;
    margin-top: 20px;
}

div#n3{
    
    width: 65px;
    height: 65px;
    display: block;
    float: left;
    background-color: #F6C17F;
    margin-right: 5px;
    margin-top: 20px;
    
    
}

#n3 h1{
    font-family: Ek Mukta;
    font-weight: 800;
    font-size: 48px;
    color: white;
    text-align: center;
    line-height: 70px;
    
}

#tercero p{
    
    font-family: Ek Mukta;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    
}

div#cuarto{
    width:235px;
    height: 190px;
    float: left;
    background-image: url(imagenes/marco.png);
    margin-top: 20px;
    margin-left: 80px;
    
}

#cuarto p{
    
    font-family: Ek Mukta;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    text-align:right;
    padding-top: 100px;
    
}

footer{
    clear: both;
    height: 50px;
    width: 1020px;
    text-align: center;
    font-family: Ek Mukta;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-transform: uppercase;
    
}
    