/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

#fondo { 
  background-image: url(../Imagenes/HOJA%20DE%20INICIO%20PORTAL%20FEB%202016.png) 
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

#bodyRegistro{
    background-color: #e0e0e0;
}

#registro {
  position: absolute;
  background-color: #f5f5f5; 
  top: 36%;
  opacity: 0.8;
  filter: alpha(opacity=60); /* For IE8 and earlier */ 
}

@media only screen and (max-width : 600px) {
  #registro {
    padding: 10px;
  }
  #registro #usuarioLabel {
    font-size: 16px;
  }
  #registro #passwordLabel {
    font-size: 16px;
  }
}

#registro:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#bback {
  background-color: #f5f5f5;
}

#logo {
  height: 55%;
  width: 55%;
  margin-top: 3%;
}

#exit {
  margin-top: 1%;
}

#foto {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  height: 15%;
  width: 20%;
  margin: 3%;
}

#foto2 {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  height: 15%;
  width: 20%;
  margin: 3%;
}

#us {
  margin-top: 20%;
  margin-left: 120%;
}

#header {
  /*background-color: #90a4ae;*/
  background-color: #757575  ;
  text-align: center;
  margin-bottom: auto;
}


#nav1 {
  background-color: #e0e0e0;
  margin-top: auto;
}

#nav1.sticky {
  background-color: #e0e0e0;
  margin-top: auto;
  position: fixed;
  top: 0;
}

#section {
  background-color: white;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20%;
}

#section.espacio {
  /*background-color: white;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20%;*/
  margin-left: 16.6666666667%;
}

@media only screen and (max-width : 600px) {
  #section.espacio {
    margin-left: 0;
  }
}

#footer {
  /*background-color: #90a4ae;*/
  background-color: #757575   ;
  color: white;
  clear: both;
  text-align: center;
  padding: 5px;
}

#tt {
  font-size: 8px;
  table-layout: fixed;
  margin-bottom: -10%;
  margin-bottom: -10%;
}

#cf {
  background-color: #e0e0e0;
}

#horario th, td {
    padding: 5px 5px;
}

#horario td {
    border: 1px solid #d0d0d0;
}