/* CSS Document */
@font-face {
    font-family: 'economicaregular';
    src: url('economica-regular-otf-webfont.eot');
    src: url('economica-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('economica-regular-otf-webfont.woff2') format('woff2'),
         url('economica-regular-otf-webfont.woff') format('woff'),
         url('economica-regular-otf-webfont.ttf') format('truetype'),
         url('economica-regular-otf-webfont.svg#economicaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
background-color:#C4E2D3;
width:800px;
height:620px;
margin-left: 200px;
margin-top: 50px;
}

#pagina{ 
width:100%;
height:600px;
background-color:#fcfbdf;
margin-left: 15px; 
}

header{ 
width:800px;
height:100px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
color: #3E8095;
font-size:7px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
}

header h1 {
width: 300px;
height: 20px;
margin-left: 105px;
margin-top: 20px;
}

#imagen{
float:left;
width:50px;
margin-top: 60px;
margin-left: 15px;
}

header nav { width:700px;
height:60px;
float:left;
}

header nav h2 a{ color: #E94C41;
text-decoration:none;
}

header nav h2 a:hover{
color:#fcfbdf;
}

header nav ul li{ list-style-type:none;
}

header nav ul li a{ text-decoration:none;
background-color: #E94C41;
color:#FFF;
float:left;
font-size:8pt;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
padding-right:5px;
padding-left: 5px;
margin-right: 10px;
}

header nav ul li a:hover{
color:#128589;
background-color: #faedde;
}

main{
width: 800px;
height: 410px;
background-image: url(imagenes/fondo.png)
}

section{
width:520px;
float:left;
background-color: rgba(255, 251, 218, 0.6);
margin-left:110px;

padding-left:36px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: #E94C41;
font-size:10px;
}

titulo{ 
font-family: 'economicaregular';
font-size:18px;
color:#ed45a6;
}
	
footer{
width:800px;
height: 100px;	
margin-top:-85px;
}

#legal{
width:700px;
margin-top:25px;
margin-left: 40px;
height:30px;
text-align:center;
color:#3E8095;
font-size:9px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



    
/*mapa*/

#mapa{
line-height:60%;
}


#menu {
width:520px;
float:left;
background-color: rgba(255, 251, 218, 0.6);
margin-left:110px;
padding-left:36px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: #E94C41;
font-size:12px;

}


#contacto {
    
width:520px;
float:left;
background-color: rgba(255, 251, 218, 0.6);
margin-left:110px;
padding-left:36px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: #3E8095;
font-size:12px;
}

#materias {
    line-height: 90%;
    }

#final {
margin-top:105px;
     }