/* ********************************************** MARCO DE LA PANTALLA ************************************ */

.wrap {
  width: 95%;
  max-width: 960px; /* Indicamos que ocupará el 100% de anchura de la pantalla 960px;*/
  margin: 0px auto;
  min-height: calc(100% - 40px);
  background-image:url(../img/fondo1.png);
}


.wrap .marco {
  width: 100%;
}


#rangos {
  width: 90%;
  margin:2px auto;
}

.marco, #rangos {
    background-color:transparent;
  }

#rangos .tituloPantalla{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    padding-top: 15px;
    color:#345786; 
    display: inline-block;    
}

#rangos #rangoDetalle .subrango{
    display:inline-block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #009A49;
}

#rangos #rangoDetalle .subrango select{
    font-size: 17px;
    
}

#rangos #rangoDetalle .subrango input{
    font-size: 17px;
}




/* ------------------------------ BOTON -------------------------------- */

/* gost button */

button.ghost {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #444444;
    margin-top: 10px;
    float: right;
    
}

button.ghost:hover, button.ghost:active {
  color:#CC0000;
  border: 1px solid #CC0000;
}

.icon-publish {
    margin-left:3px;
    margin-top: 0px;
    margin-right: 3px;
    font-size: 18px;
    color: #444444;
    text-decoration: none;
    float: left;
    cursor:default;
} 

.icon-publish:hover {

    color: #CC0000;

} 

.icon-search {
    margin-left:10px;
    font-size: 29px;
    color: #2D2D2D;
    text-decoration: none;
    cursor:default;
  /*  position: absolute;*/
}

footer {
  visibility: hidden;
  height: 50px;
  background-color: #555555;
  text-align: right;
  color: #fff;
  padding-right: 10px;
  padding-top: 16px;
  border-top: solid 1px #8A1818;
  font-size: 12px;
  font-weight: bold;
  font-style: oblique;


}

footer img {
  width: 150px;
  margin-top: 1px;
}

#footer.stikybottom {
  position: fixed;     
  bottom:0;
  left:0;
  right:0;
  visibility: visible;
}



@media screen and (max-width: 700px) {

  .modalDialogo > div{
    margin:15% auto; 
  }

  #rangos #rangoDetalle .subrango {
    display: block;
    margin-bottom: 5px;
  }

  .wrap {
    min-height: 100%;
    width: 100%;
    
  }

  html body footer {
    visibility: hidden !important; 
  }


}
