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

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

body {
    background-color: #fff;
    font-family: 'Alegreya Sans SC', sans-serif;
}
 main {
    width: 960px;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

div#logoproyecto {
  
   width: 100%;
   margin-left: none;
   padding-left: none;
   margin-right: 6%;
  
}

header ul li {
    float: left;
    margin-right: 3%; 
    list-style: none;
    }


header ul li a {
   
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 7px;
    margin-right: 10px;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
 
}
    
nav ul li a:hover {
	color:rgb(121, 114, 114);
}

nav > ul > li:hover div {
	display:table;
}


img {
   max-width: 100%;
    margin-left: 6%;
}

div#titulo {
    background-color: rgba(255, 255, 255, 0.67);
    width: 100%;
    float: left;
    padding-left: 30px; 
    padding-top: 2px; 
    margin-right: 10px;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
 
       
}
article div#informacionpersonal {
    background-color: rgba(145, 242, 255, 0.58);
    width: 75%;
    float: left; 
    padding-left: 20px; 
    padding-top: 7px; 
    margin-right: 20px;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 10px;
       
}



article div#conclusion {
   color: rgb(0, 0, 0);
    float: left;
    margin-bottom: 20px;
    background-color: rgba(145, 242, 255, 0.58);
}

article li {
    background-color: #7ce0f8;
    width: 30%;
    float: left; 
    padding-left: 15px; 
    padding-top: 7px; 
    margin-right: 10px;
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
       
}

article div h1#grafica {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  color: black;
  padding-left: 0px;
}
     
article div img#propuesta {
  max-width: 100%;
}

h11 {
  background-color: rgba(0, 0, 0, 0.83);
  color: #faf7f7;
  display: block;
  line-height: 30px;
  padding-left: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;    
  font-style: oblique; 
  text-align: center;
  
    
    }

.propuesta{
    color: rgb(0, 0, 0);
    float: left;
    margin-bottom: 20px;
    background-color: rgba(145, 242, 255, 0.58);
    
}

.objetivos {
    
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    background-color: #7ce0f8
    color: rgb(0, 0, 0);
    float: left;
    margin-bottom: 20px;
    background-color: rgba(145, 242, 255, 0.58);

}


.materias {
    
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    background-color: #7ce0f8
    color: rgb(0, 0, 0);
    float: left;
    margin-bottom: 20px;
    background-color: rgba(145, 242, 255, 0.58);

}
#textonegro {
     background-color: rgba(255, 255, 255, 0.67);
}


footer {
    background-color:rgba(245, 152, 0, 0.6);
    font-size: 7.5pt; 
    color:#FCFCFC;
    clear: both;
    text-align: center;
    height:33px;
    
    }

footer div#textopie {
    width: 100%;
    position: relative;
}

