*{
    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: 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 {
    max-width: 30%px;
    height: auto;
    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;
   
}

.opacar img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;}

hr {
    margin-top: 0px;
    margin-bottom: 60px;
}

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

h2:hover{
   color: #04E0B7;  
}

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

main{ 
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    text-align: center;
    margin-bottom: 50px;
    }


footer{ 
    background-color: #45454e;
    width: 100%;
    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-left: auto; 
    margin-right: auto;    
}

.contenedor
{
    width: 100%;
    max-width: 960px;
    margin: auto;
}


    

    

    
