*{
    margin: 0;
    padding: 0;
    font-family:'lato', sans-serif;
}

body {
    background-color: #ffffff;
    margin: 0 auto;
    font-size: 16px;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);*/
}

header{ 
    background-color: #45454e;
    width: 100%;
    height: 80px;
    margin-top: 0px;
    border-bottom: 4px solid #04E0B7;
}

h1{
    color: #ffffff;
    font-weight: 800;
    font-size: 27px; 
    text-align: center;
    padding: 25px;
   
}

nav{
    width: 100%;
    margin-top: 0px;
    margin-top: 50PX;
    margin-bottom: 60px;
    
}

nav ul{
    list-style: none;
    text-align: center;
}

nav ul li{ 
    display: inline-block;
    text-align: center;
    font-weight: 700;
    
}

nav ul li a{
    color: #C3C7CA;
    margin: auto; 
    margin: 40px;
    padding: 0px;
    text-decoration: none;
}

nav ul li a:hover{
    color: #04E0B7;
}

#fotos {
    margin: auto;
    max-width: 562px;
    text-align: center;
   
  
}

#fotos ul li{
 display: inline-block;
}

#fotos img{
    height: 170px;
    margin: 22px; 
    margin-top: 0px;
    margin-bottom: 120px;
    z-index:1;
	filter:alpha(opacity=70); 
	-moz-opacity:.70;
	
}

#fotos img:hover{
   opacity:.70;
 
}


h2{ 
    color: #45454e;
    text-align: center;
    font-size: 1.2em;
    font-weight: bolder;
    margin:auto;
    margin-bottom: 50px;
}

h3{ 
    color: #45454e;
    text-align: center;
    font-size: 1.2em;  
    margin:auto;
    margin-top: 33px;
    margin-bottom: 18px;
    
   
}

main{ 
    margin:auto;
    max-width: 530px;
    margin-bottom: 40px;
    }

main p {
    max-width: 530px;
    color: #45454e;
    text-align : justify;
    font-size: 0.8em; 
    line-height:20px;
}

aside{
    color: rgba(0, 0, 0, 0.24);
    max-width: 530px;
    font-size: 0.81em;
    line-height:20px;
    text-align: justify;    
    margin: auto;
    margin-bottom: 70px;
}

#logos{
   max-width: 530px;
   margin: auto; 
}

#logos ul{
    display: inline-block;
}

#logos ul li{
    display: inline-block;
    max-height: 70px;
}

#logos img{
    height: 70px;
    margin: 49px; 
    margin-top: 0px;
}
.contenedor{
    width: 100%;
    max-width: 960px;
    margin: auto;
}


footer{ 
    clear: both;
    background-color: #45454e;
    width: auto;
    height: 80px;
    margin-bottom: 0px; 
}

footer p{
    color: rgba(255, 255, 255, 0.58);
    padding: 20px;
    max-width: 850px;
    text-align: center; 
    font-size: 0.8em;
    margin: auto;   
}

/* mapa */
    
#mapagrupal{
    width: 100%;
   
    margin-top: 3%;
    margin-bottom: 5%;
    
}

#mapagrupal ul{
    list-style: none;
   
}

#mapagrupal ul li{ 
    margin-top: 2%;
    font-weight: 700;
}

#mapagrupal ul li a{
    color: #000;
    margin: auto; 
    margin: 2%;
    padding: 0px;
    text-decoration: none;
}

#mapagrupal ul li a:hover{
    color: #04E0B7;
}
