body, html {
    background-image: url(../../background-disclaimer-vds.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
h1{
    font-family: 'Spectral', serif;
    font-weight: 800;
    font-size: 55px;
}
p, h1, h2{
    color: grey;
}
h2{
    font-weight: 800;
    margin: 10px;
}
#idioma > li {
	display: inline-block;
	margin-left: 0px;
	padding: 2px 0;
}
#idioma > li a{
	text-decoration: none;
    color: #717171;
}
#idioma > li a:hover {
    color: #3a3a3a;
}
.button {
    background-color: grey; /* Green */
    border: none;
    color: lightgray;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 14px;
    margin: 10px 0 20px 0;
}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
#selectlenguage{
    font-size: 25px;
    color: #d2d2d2;
}
#legal{
    font-size: 12px;
}