body{
    background: url("../images/fondo1.jpg");
    background-size: auto auto;
}

#contenedor{
    box-shadow: 5px 5px 5px #202020;
}

.titulo{
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 20px;
}
