* {
    
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

body {
    background-color: #FFF;
   
}


img {
    
    width: 100%;

    
    
}


div#pagina {
    margin: auto;
    

}


header {
        top:0;
        width: 100%;
        display: flex;
        background-color: darkblue;
        justify-content: left;
  
        }

/*----- NAVEGADOR ------*/

.menu ul {
    display: inline-flex;
    list-style: none;
   
    
  
}


.menu ul li:hover ul{
    display:block;
    
}


.menu a{
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-family:'Oswald', sans-serif;
    color: black;
    font-size: 18px;
    text-align: center;
    background-color: darkblue;
    margin-left: 40;
    
}

.menu a:hover{
    color:beige;
    background-color: black;

}



.destacado {
    background-color: royalblue;
    text-align: left;
    color:white;
    font-size: 50;
}

#pagina>h1 {
    padding-left: 30px;
}


div#nombre {
    margin: -150px 0 0 30px;
    width: 1000px;
    height: 50px;
    font-size: 100px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #FFF;
    
    }
/*
div#acerca_de_mi {
    margin:200px 0 0 0;
    width: 1000px;
 }

div#acerca_de_mi  p{
    width: 1280px;
    height: 150px;
    display: inline-block;
  

}

*/

article#acerca_de_mi{
    
    width: 40%;
    height: 150px;
    margin: 125px 0 0 30px;
    float: left;
}

article#acerca_de_mi>h2{
  
    
    }

article#acerca_de_mi>p{
    font-family: 'Droid Serif', serif;
    margin-top:20px;
    font-size:14px;
    line-height:16px;
    
    }
/*

article#acerca_de_mi p{
     border-style: solid 2px #FFF;!important
    }
*/

article#dgpc{
    
     width: 40%;
    height: 150px;
    margin: 125px 30px 0 0;
    float: right;
}

article#dgpc>a>img{
    width: 25%}

article#dgpc>ul{
  list-style: none;
}

#boton_ver_portfolio { 
    width:130px;
    height:30px;
    background-color: aqua;
    margin: 15px 0 0 0px;
    padding-left: 15px;
    padding-top:3px;
    cursor: pointer;
    border-radius: 5px;
}

#boton_ver_portfolio:hover{
    background-color: fuchsia;
    
    }

span.portfolio>a{
    margin:auto;
    text-align: center;
    }
    
.portfolio { 
    color: aliceblue;
    display: inline-flex;
    margin:auto;
    
    text-decoration: none;
}


a:link   
{   
 text-decoration:none;   
} 





article#animado{
    
     width: 40%;
    height: 150px;
    margin: 150px 30px 0 30px;
    float: left;
}

article#animado>img{
    width: 50%}





/*
#pie_footer{
    
width:100%;
height:50%;
}
*/


.propuesta {
    margin-top: 850px;
    width: 100%;
    height: auto;
    
}


.imagen {
    width: 100%;
    height: auto;
}










footer {
    clear: left;
    background-color: rgb(44, 44, 44);
    margin: 0;
    margin-top: 0px;
    padding: 15;
    /*height: 80px;*/
       
}

.footer {
    font-family: 'Droid Serif', serif;
    text-align: center;
    color: white;
    font-size: 15;
}


.derechos{
    font-family: serif;
    text-align: center;
    color: white;
    font-size: 14;
    
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;

    }
    
h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


