/* Los tipos de letra no estándar hay que importarlos */@import url('https://fonts.googleapis.com/css?family=Montserrat');<!-- @import url('https://fonts.googleapis.com/css?family=Open+Sans'); -->body {    background-color: #ffffff; <!-- #bffdba; -->    font-family: Montserrat;    margin: 0px;    text-align: center;    background-image: url('images/fondonuevobasket.png');    background-repeat: no-repeat;    background-attachment: fixed;    background-size: cover;   }h1 {    font-family: Montserrat;    font-size: 40px;    color: #333;    font-weight: 600;    letter-spacing: -2px;    text-align: center;}h2 {    font-family: Montserrat;    font-size: 22px;    color: #444;    font-weight: 600;    letter-spacing: -1px;}h3 {        font-family: Montserrat;    font-size: 18px;    color: #444;    font-weight: 600;    letter-spacing: -1px;}.cabecera {    background-color: #befcb9aa;     background-image: url('images/cabecerafondo.png');    background-repeat: no-repeat;    background-attachment: adjusted;    background-size: cover;     min-height: 100px;    text-align: center;    font-family: Montserrat;    font-size: 18px;    color: #cccccc;    font-weight: 600;    letter-spacing: -1px; }.forms {    font-family: Montserrat;    font-size: 22px;    background-color: #ffffff0;     float: center;    width: 100%;}.cabecera img {    margin: 0px 0px;    width: 50%;}.contenido {    font-family: Montserrat;    font-size: 22px;    background-color: #ffffff0; <!-- #ffffffaa; #bffdba; -->    float: center;    width: 100%;}.texto {    font-family: Montserrat;    font-size: 20px;    background-color: #ffffff0; <!-- #ffffffaa; #bffdba; -->    float: center;    width: 100%;}div.contenido  img {    <!-- width: 50%; -->    height: 75%;    float: center;}.menu  {    font-family: Montserrat;    background-color: #eeffee88; <!-- #bffdba; -->    float: center;    width: 100%;}div.menu img {    width: 45%;}.foot {    font-family: Montserrat;    font-size: 12px;    color: #ffffff;    background-color: #054300aa;    min-height: 10px;    padding: 10px;    text-align: center;}