@import 'https://fonts.googleapis.com/css?family=Exo+2:700,900';
@import 'https://fonts.googleapis.com/css?family=Droid+Sans:400,700';

html{
    background-image: url(../img/fondo2.jpg)
    
}


h1{
    font-family: 'Exo 2', sans-serif;
    color: #ffe450;
    font-size: 30px;
    font-weight: 900;
  }

h2{
    font-family: 'Exo 2', sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}
    
h3{
    font-family: 'Exo 2', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

h4{
    font-family: 'Exo 2', sans-serif;
    color: #ffe450;
    font-size: 15px;
    font-weight: 700;
}

header{
    padding: 20px 10px 10px 40px;
}


section{
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px 40px 0px 40px;
    background-size: 30%
   
}

footer{
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #fff; 
    float:right;
    position:relative;
    padding: 0px 40px 0px 40px;
}

a { 
    text-decoration:none;
    color:#ffb9b9;
    
} 

