@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato);

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Lato', sans-serif;
    width: 100%;
    background-image: url(imagenes/fondo.png);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-color: #EE9791;
}
header{
    
  
}
#nombre{
    position: relative;
}
#nombre{
    position: absolute;
    top:20%;
    left: 8%;
}

nav {
    margin-left: 55%;
    padding:0;
    width: 45%;
    margin-top: 5%;
    position: relative;
}

nav ul {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    margin: 0;
    padding:0.1em;
    color: white;
    font-weight: 600;
    list-style: none;
}

nav ul li {
    width: 20%;
    padding:0;
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;  
    letter-spacing: 1px;
}

nav ul li a {
    text-align: center;
    display:block;
    width: 100%;
    height: 2em;
    line-height: 2em;
    text-decoration:none;
    color: #ffffff;
    background-color: #E3547E;
}
header h1{
    background-color: #FBE1BC;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    width: 24%;
    padding: 1%;
    color: #E14566;
    margin-top: 20%;
    margin-left: 10%;
}
table{
    background-color: #FBE1BC;
    margin:2% auto;
    width: 80%;
}
table tr td{
    padding: 5%;
}
table tr td p{
    color: #E14566;
}
footer{
    font-size: 11px;
    color: #000000;   
    margin-left: 5rem;
    margin-right: 4rem;
    margin-top: 3rem;
    text-align: center;
}
#imagenes{
    position: relative;
}
#imagenes img{
    float: right;
    margin-right: 5%;
    margin-top: 5%;
}