nav ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu{ 
  margin-bottom: 0.5%;
  width: 100%;
  height: 35px;
  background-color: #e07777;
}

.menu li a{
    display: block;
    padding: 5px 11px;
    color:#fff3e6;
    text-decoration: none;
    background-color: #e07777;
    height: 25px;
}

.menu > li{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff3e6;
    font-size: 15px;
    float: right;
    margin-right: 1%;
    height: 30px;
    background-color: #e07777;
}

.menu li a:hover{
    background-color: #fff3e6;
    color:#e07777;
}

.menu li ul{
    display: none;
    position: absolute;
    min-width: 130px;
}


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

.imagen {
background-image: url(imagenes/contacto-01-01.png);
       width: 50%;
  height: 430px;
  background-size: cover;
  float: left;
  margin-top: 3%;
}


.parrafo {
    background-color: #e07777;
  width: 47%;
  height: 430px;
  float: right;
  margin-top: 3%;
  margin-right: 1.5%;
  margin-bottom: 1%;
}

.parrafo h1 {
  font-family: "Open Sans", sans-serif;
  /* font-weight: 700; */
  color: #fff3e6;
  font-size: 13px;
  margin-left: 4%;
  margin-top: 4%;
}


.parrafo p {
   font-family: "Open Sans", sans-serif;
  color: #fff3e6;
  font-size: 18px;
  margin-left: 4%;
  margin-right: 1%;
  width: 92%;
  margin-top: 27%;
  margin-bottom: 0%;
  text-align: center;
  height: 6%;
}


.parrafo h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff3e6;
  font-size: 35px;
  margin-left: 4%;
  margin-right: 1%;
  width: 92%;
  margin-top: 32%;
  text-align: center;
  font-weight: 700;
}

a {
text-decoration: none;
     color: #fff3e6;
}

a:hover {
color: #5a3c66;
    font-weight: 700;
}


.mes1 {

  width: 77px;
  height: 30px;
  background-color: white;
  float: left;
  margin-top: 6%;
  margin-left: 7%;
}

.mes1 p {
    font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #e07777;
  font-size: 15px;
      margin-top: 3%;
  margin-left: 3%;
}

.titulo1 h1 {
 font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  margin-top: 15%;
  margin-left: 7%;
  width: 88%;
    color: #fff3e6;
}

.texto p {

  font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  margin-top: 4%;
  margin-left: 7%;
  width: 88%;
  color: #fff3e6;}


footer {
    background-color: #e07777;
  margin-top: 6%;
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
  float: left;
}

footer p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-left: 12%;
    color: #fff3e6;
    width: 86%;
}