@import url('https://fonts.googleapis.com/css?family=Karla|PT+Sans');

#historia
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/imagen2.jpg);
    height: 800px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#historia p
{
    color: white;
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    width: 500px;
    text-align: justify;
    margin: 0px auto;
    padding-top: 30px;
}
#historia h1
{
    color: white;
    font-family: 'Karla', sans-serif;
    font-size: 30px;
    border-bottom: 1px white dotted;
    width: 400px;
    margin: 0px auto;
    padding-top: 20px;
    text-align: center;
}