@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';

a:link   
{   
 text-decoration:none;   
} 

body {
    background-color: #1a1a1a; 
    line-height: 2em;
}

h1 {
    color:deeppink; 
    font-size: 52px; 
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h2 {
    color: #8ddeb3; 
    font-size: 35px; 
    font-family: 'Lato', sans-serif;
    font-weight: 300
}

section {
    margin-top: 30px;
    font-size:26px;
    font-family: 'Lato','arial', sans-serif;
    font-weight: 400;
    color:#ede6e6;
    text-align: center;
}


footer {
    color: #9b9a9a ;
    font-size:10px;
    font-family: 'Lato','arial', sans-serif;
    font-weight: 400;
    text-align: center;
}

.pagina {
    max-width: 880px;
    margin: 0 auto 0 auto;
    background-color: #2c2c2c;
    
}

header {
    height:374px ;
    background-image: url(imagenes/head.jpg);
}

p {
   text-decoration: none; 
}

h3 { color: #ffffff ;
    font-size:15px;
    font-family: 'Lato','arial', sans-serif;
    font-weight: 400;
    text-align: center;
    
}