@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

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

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

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

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

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

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


.menu li:hover > ul{
    display: block;
}
.menu li ul li  {
position: relative;
font-size: 12px;

}

.menu li ul li ul {
left: -216px;
top: 0px;}
    

.mes1 {
 width: 225px;
  height: 34px;
  background-color: white;
  float: left;
 margin-top: 1%;
margin-left: 0%;
}

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

.titulopla {
     
  margin-left: 19%;}

.titulopla h1 {
     font-family: "Open Sans", sans-serif;
    font-weight: 700;
      color: #9462a5; 
    font-size: 20px;
    margin-left: 1%;
  float: left;
    }
.mes2 a {
float: right;
    font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color:  #fff3e6;
  font-size: 20px;
  margin-top: 1.4%;
  margin-left: 3%;
  background-color:  #e07777;
  width: 13%;
  padding-left: 2%;
}
.contenedor1 {
width: 100%;
height: 900px;       
}
 
.trabajo {
   width: 44.5%;
  float: left;
  height: 85px;
    background-color:#ae616e; 
}

 .trabajo h3 {
    font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 36px;
color: #fff3e6;
  margin-top: 3%;
  margin-left: 4%     
}

.escuela1 {
  width: 49%;
  float: right;
    height: 313px;
  
}

.copete {
     width: 44.5%;
  float: left;
 clear: left;
    
    background-color:#5a3c66;
    margin-top: 1%;
    height: 221px;

}
.copete p {
   font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #fff3e6;
  margin-left: 4%;
  margin-right: 1%;
  width: 93%;
}

.textoinfo {
 width:50%;
  float: left;
 clear: left;

}
.textoinfo p {
 font-family: "Open Sans", sans-serif;
    font-size: 12.5px;
    margin-left: 1%;
   
}


.video {float:right;
}





.escuela2 {width: 32.6%;
float: left;
clear: left;
    margin-top: 1%;
margin-right: 1%;        
}
.escuela3 {width: 32.6%;
float: left;
  margin-top: 1%;  
margin-right: 1%;  }

.escuela4 {width: 32.6%;
float: left;
  margin-top: 1%;   
}

.text1 {
width: 32.6%;
float: left;
clear: left;
margin-top: 1%;
 background-color:#5a3c66;
}


.text1 p {
font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  margin-top: 0%;
  color: #fff3e6;
  margin-top: 4%;
  width: 90%;
  margin-left: 4%;
}


.text2 {
width: 32.6%;
float: left;
margin-top: 1%;
 background-color:#5a3c66;
margin-left: 1%;}


.text2 p {
font-family: "Open Sans", sans-serif;
font-size: 12.5px;

color: #fff3e6;
  width: 90%;
  margin-left: 4%;
  margin-top: 4%;
}


.text3 {
width: 32.6%;
float: left;
margin-top: 1%;
 background-color:#5a3c66;
margin-left: 1%;}

.text3 p {
font-family: "Open Sans", sans-serif;
  font-size: 12.5px;
  margin-top: 0%;
  color: #fff3e6;
  
  width: 90%;
  margin-left: 4%;
  margin-top: 4%;
}

footer {
    background-color: #5a3c66;
  margin-top: 3%;
  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%;
}