/*html{
  background-image: url('../img/splash/garabatos/garabatos.jpg');
  background-repeat: no-repeat;
  min-height: 1000px;
  background-attachment: fixed;
  background-size: cover;
}*/

body {
	background-image: url(../img/splash/federal/bg.jpeg);
  background-size: cover;
  background-color: #ffffff;
	background-attachment: fixed;
	background-position: center center;
}

.modal { 
  width: 90% !important ; 
  max-height: 95% !important ;
  top: 3% !important ;
}

p{
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
  font-size: 12px;
  color: #eee;
}

#redes-s {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#redes-s img {
  width: 10%;
  margin-top: 1%;
}

.input-field label{
  color: #eee !important;
}

input[type=email]:not(.browser-default){
  border-color: #eee !important;
}

.register-form{
  margin-top: 11% !important;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.25) 75%);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.25) 75%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.25) 75%);
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.25) 75%);
}

footer {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
  bottom: 0;
  cursor: default;
  height: 8em;
  left: 0;
  line-height: 8em;
  position: absolute;
  text-align: center;
  width: 100%;
}

.cabecera {
  width: 100%;
  text-align: center;
}

.cabecera form {
  /*max-width: 200px;*/
  margin: 0 auto;
}

.cabecera form	input[type="checkbox"] {
  float: left;
}

#sugerencia {
  text-align: center;
}

#menu {
  width: 60%;
  margin: 30px auto 0;
}

#menu img {
  float: left;
  width: 30%;
  margin: 0 1.5%;
}

input[type=text]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default){
  color: #eee !important;
  font-weight: bolder;
}

#logo{
  padding: 0;
}

.fb img{
  margin-left: 40%;
}
.email img{
  margin-left: 1.5%;
}

/*-------------------CHECKBOX ----------------------*/
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{
  border-color: #eee !important;
}

a{
  color: #eee !important;
  font-weight: bold;
}

[type="checkbox"]:checked + label:before{
  border-right: 2px solid #008ae6 !important;
  border-bottom: 2px solid #008ae6 !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
}

/*---------------- MODAL -----------------------*/
.modal-content {
  width: 960px; 
  position: relative;
  margin:0 auto;
  line-height: 1.4em;
}

@media only screen and (max-width: 479px){
  .modal-content { width: 90%; }
}

@media only screen and (max-width: 667px) {
  .modal-content, .modal { 
    max-width: 80%; 
  }
  
  .modal-content img {
    max-width: 100%;
  } 
}

@media only screen and (max-width: 1025px) {
  .modal-content, .modal { 
    max-width: 80%; 
  }

  .modal-content img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #menu img {
    width: 80%;
    margin: 2% auto;
  }

  .fb img, .email img{
    width: 20% !important;
    margin-top: 2% !important;
  }

  .fb img{
    margin-left: 35% !important;
  }
}
