/* 
Funtes
font-family: 'Patua One', cursive; - font-family: 'Roboto', sans-serif;*/

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



.contenedor{width: 960px margin: 0; padding: 0}

head{ display: none}

body{
    width: 99%; 
    background: rgba(102, 62, 124, 0.78);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
   
}

header{
    background-image: url(Imagenes/portadarotulo.jpg);
    background-size: 100%;
    background-position: center;
   
    height: 350px;    
    border: #663E7C solid; 3px;
    position: relative;
    max-width:1500px;
    
}


.titulo{
    font-family: 'Roboto', sans-serif;
    padding: 0.5%;
    margin-top: 1%;    
    background-color:#663E7C; 
    width: 30%;
   


}

.contenedormaterias{
    font-family: 'Roboto', sans-serif;
    padding: 2%;
    margin-top: 1%;
    
    width: 50%;


}

.boxmitad{
   float: left;
   
    margin-top: 1%;    
    width: 50%;
   


}

header .contenedorfoto{
	background-size: 100%;
	background-position: center;
	margin: 9px 0px 0px 30px;
	z-index: 2;
	position: absolute;
	width: 200px;
	overflow: hidden;
	height: 250px;
	bottom: -45px;
	padding: 5px 0 10px 15px;
}

header h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	float: left;
    margin: 9px 0px 0px 30px;
	position: absolute;
	bottom: -25px;
	background-color: rgba(102, 62, 124, 0.78);
	color: black;
	font-size: 2em;
	width: 250px;
	height: 30px;
	padding: 5px 0 10px 15px;
	z-index: 3;
}




nav{
    width: 100%;
    height:  20px;
    text-align:  right;
    position: relative;
    background-color: #ffffff;
    padding: 20px 0 0 0;
    z-index: 1;
    border-bottom: #663E7C solid;
   
}

nav u1 {
    list-style-type: none;
    height: 30px;
	margin-right:25px;
}

nav u1 a {
    color: black;
    text-decoration: none;
    font-family:'Roboto';
	font-weight: bold;
    margin-right: 10px;
    
    
    
}
/*nav u1 li {
    height: 30px;
    width: 100%;
    font-weight: 400px;
    display: inline-block;
    background: #83a51e; 
    text-align:  center;
}
*/ 
div{
    display:  block;}

main { 
		width: 100%;
        background: #663E7C;
        height: 500px
} 
section {
    	width: 100%;
    	background: rgba(255, 255, 255, 0);
        height: 1000px
	
}
.piefoto {
  font-family: 'Arial';
  font-weight: bold;
  border: #FFFFFF 5px solid;
  background-color: #FFFFFF;
  width: 200px;
}

/* footer */

footer {text-align: center;
    width: 100%
    font-size: 12px;
    padding-top: 3%;
    background-color: black;
    }

footer p {color: #ffffff;
    font-size: 0.8rem;
}

footer img {margin-top: 3%;}

.separadordos {clear: both; height: 30px;}  

.pagina { max-width: 960px; margin: 0 auto 0 auto; position: relative;}


/* Responsive */

@media screen and (max-width:500px){
  
}
    