@import url(http://fonts.googleapis.com/css?family=Exo+2);

@font-face {
    font-family: 'exo_2regular';
    src: url('fuentes/exo2-regular-webfont.eot');
    src: url('fuentes/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/exo2-regular-webfont.woff2') format('woff2'),
         url('fuentes/exo2-regular-webfont.woff') format('woff'),
         url('fuentes/exo2-regular-webfont.ttf') format('truetype'),
         url('fuentes/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 1900px;
    background-color: #fff;
        }
main{
    width:1990px;

}


contenedor {

     margin-left: 22%;
     margin-top: 35px;
  float: left;
     align-content: center;
  border-left: groove;
      border-right: groove;
    height: 800px;
    width: 1060px;
}



header h1 {
    width: 400px;
    background-color: #fff;
    font-size: pt.;
    color: #36625e;
    margin: 0.5em; 
    padding: 0.5em; 
    font-family: 'Exo 2', sans-serif;
    border-bottom: solid;
}

header ul {
    list-style: none;
    float: left;
text-align: center;
      color: #36625e;
       font-family: 'exo_2regular';
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
 
          }

header ul li a {
    text-decoration: none;
    color: #364e62;
    float: left;
    margin-right: 10px;
     width: 150px;
    border-right: solid;
     }

header ul li a:hover {
        background:rgba(255, 154, 0, 0.51);
    color:#36625e;
     }

div { 
    margin-top: 30px;
    float: left;
    width: 550px;
    margin-left: 33px;
    font-family: sans-serif;
    font-size: 12pt;
    border-bottom: groove;
    }

/* LOGO */
img {
   width: 5%;
    float: right;
    margin-top: 460px;
 margin-right: 20px;
    
}
img.fadu {
width: 3%;
}

 #modulos ul {
     clear:both;
     list-style: none;
     margin: 0;
     padding: 0;
 }

#modulos ul li {
     font-family: 'exo_2regular';
     display: inline-block;
    background-color: #fff;
    margin-left: 1rem;
    width: 20rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
     border-bottom: groove; 
}

#modulos ul li a{
text-decoration: none;
    list-style: none;
   
}
#modulos ul li a:hover{
color: rgba(227, 29, 29, 0.79);
   
}

/*MAPA*/

img.mapa{
float: left;
width: 880px;

   margin-top: 0;
    margin-left: 30px;
}



footer{
float:left;
    width: 1000px;
    text-align: center;
    font-family: sans-serif;
    margin-left: 465px;
    font-size: 10pt;
    margin-top: 70px;
}

