
body {
    background-image:url(imagenes/fondo.jpg);
    background-size:cover;
    margin: 0 auto;
    font-size: 16px;
}

header{
        position: fixed;       /* header fijo */
        width: 100%;
        background-color: #1f1f22;
        width: 100%;
        height: 60px;
        margin-top: -60px;
}


nav{
    width: 100%;
    margin-left: -170px;
    margin-top: -60px;
    text-align: right;
    font-family:'lato', sans-serif;
    
}

nav ul{
    list-style: none;
    margin-top: 0px;
}

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

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

nav ul li a:hover{
    color: #e896af;
}

#intro {
    text-align: center;
    margin-top: 60px;
    
}


#menu {
    margin: auto;
    margin-top: -66px;
    width: 960px;
    height: auto;
    background-color: #fff;
}

#menu ul li{
 display: inline;
    margin: 40px;
    margin-top: 70px;
    
}

#menu img{
    height: 180px;
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    z-index:1;                 /* Capa sobre otra capa */
	
}

		
#degrade {                              /* linea degrade header */
    height: 20px;
    border: 0;
    box-shadow: inset 0 15px 15px -10px rgba(0, 0, 0, 0.84);
    margin-top: -15px;
    background-color: transparent;
}

#linea {
    background-color: #000;
    width: 960px;
    height: 30px;
    margin-top: 0px;
    
}

h1{
    color: #e896af;
    font-size: 20px;
    margin-left: 210px;
    font-family: 'Rock Salt', cursive;
   
}

h2{ 
    color: #e896af;
    text-align: center;
    font-size: 2em;
    font-family: 'Rock Salt', cursive;
}

h3{ 
    color: #add9d9;
    font-size: 25px;
    font-family: 'Rock Salt', cursive;
}

main{ 
    
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    margin-bottom: 40px;
    }

main p {
    color: #45454e;
    text-align: center;
    font-size: 1.0em; 
    line-height:20px;
}

aside{
    color: #add9d9;
    max-width: 750px;
    font-size: 1.em;
    text-align:center;   
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

footer{ 
    background-color: #1b1b1d;
    width: auto;
    height: 80px;
    margin-top: -14px;
}

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


    

    

#socalo {
    text-align: center;
    width: auto;
    height: auto;
    margin-top: -16;
    z-index: 3;
}

#fondo2 {
    max-width: 960px;
    height: 580px;
    background-color: #fff;
    margin: auto;
    padding-top: 10px;
    margin-bottom: -40px;
    margin-top: -10px;

}

#mapa {
    text-align: center;
    margin-top: -66px;
    width: 960px;
    background-color: #fff;
}

.fotos {
    margin: auto;
    margin-top: -50px;
    width: 960px;
    z-index: 4;
}
