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


.menu{ 
  background-color: #f1b974;
}

.menu li a{
    background-color: #f1b974;
}

.menu li a:hover{
    color:#63839e;
}

.ulmenu{
    z-index: 1;
}

.titulopla {
     margin-top: 1%;
    background-color: #63839e;
    width:300px;
    
   
    
  }

.titulopla h1 {
     font-family: "Open Sans", sans-serif;
    font-weight: 700;
      color: #fff3e6; 
    font-size: 20px;
    margin-left: 1%;
    }




ul.estedeahiarriba{
    padding-left: 110px;
    margin: 0;
    background-color: #fdce9b;
    height: 24px;
    list-style: none;
}

.estedeahiarriba ul img{
    float: left;
}

.estedeahiarriba ul li img{
    margin-bottom: 2px;
}

.referencias ul li{
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-right: 12%;
    margin-left: 1%;
    margin-bottom: 1%;
    padding: 1px;
    color: #63839e;
}
.linea{
    width: 30px;
    height: 8px;
    background-color: #5a3c66;
    float: left;
    margin-top: 7px;
    padding-right: 12px;
}

.circuloco{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ae616e;
    float: left;
    margin-top: 4px;
}

.problema{
    float: right;
}

.lapiz{
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}

.coso{
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}
.contenedor {
width: 30%;
height:auto;
}


.texto { margin-left: 1%;
    background-color:  #f1b974;
    float: right;
    font-family: "Open Sans", sans-serif;
    color: #fff3e7; 
    font-size: 12px;
    padding: 10px;
    width: 47%;
    padding-bottom: 0;
}

.titulotexto{
    background-color:  #f1b974;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff3e7; 
    font-size: 18px;
    padding: 10px;
    width: 47%;
    text-align: center;
}

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