
html {
    height: 100%;
}

body {
  height: 90%;
  margin: 0px;
background-image: url(fondo2.jpg);
background-position: right center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #66999;
font-family: 'Oswald', sans-serif;
font-size: 18px;
color: white;
}

.logo {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-height: 80%;
  max-width: 90%
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  color: white;
  text-align: center;
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

a:hover {
  color: #eb6300;
}


.columna {
  float: left;
  width: 49%;
}

.contenido-clm  {
  padding: 25px;
}

.franja {
  width: 100%;
  position: fixed;
  background-color: #eb6300;
  padding-bottom: 30px;
  bottom: 0;
  height: 40px;
}

.contenido-franja {
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  text-align: center;
}

.contenido-franja a{
  color: black;
  text-decoration: none;
}
.contenido-franja a:hover{
  color: white;
}


@media only screen and (max-width: 750px) {
  .columna {
    float: left;
    width: 99%;
  }

}
