* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}



header {

}




nav {
   /* border: 2px solid rgb(219, 22, 121);*/
    width: 100%;
    height: 155px;
    margin-bottom: 20px;
    margin-top: 20px;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
   
    
}   



#menu_nav {
    /*border: 2px solid red;*/
    float: left;
    width: 80%;
    height: 150px;
    position: relative;
    padding: 20px 10px;
    
    
    
    
}    



/*#menu_nav a {
    font-size: 18px;
    padding: 1px;
    color: rgb(53, 50, 50);
    display: block;
}*/

#menu_nav ul li {
    position: relative;
    float: left;
    
}


#menu_nav ul li a {
    padding: 20px;
    color: rgb(37, 32, 32); 
    display: block;
    font-size: 15px;
    
    }


#menu_nav ul li a:hover {
        color: rgb(0, 0, 0);
        font-size: 18px;
        
    }

/*---------*/


#imagen_nav {
    /*border: 2px solid rebeccapurple;*/
    float: left;
    width: 20%;
    height: 150px;
}


#imagen_logo_nav {
    width: 100%;
    height: 50px;
}


#imagen_logo_nav_1 {
    width: 100%;
    height: 130px;
}    





#imagen_fondo {
    
    /*border: 2px solid black;*/
    width: 100%;
    height: 698px;

}


#imagen_fondo_1 {
    width: 100%;
    height: 100%;
}


#container_main {
   /* border: 2px solid greenyellow;*/
}