/**Carga de fuentes**/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
/*Resolucion desde 980px hasta 1280px de ancho*/
@media (min-width: 980px) and (max-width: 1280px) {
  .botonera_pie {
      /*bottom: 5em;*/
      bottom: 0em;
      color: #fff;
      display: flex;
      font-size: 12px;
      padding-bottom: 1em;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
      position: fixed;
      /*right: 8em;*/
      right: 41em;
      z-index: 9999;/*nuea linea*/
      text-decoration-color: -moz-use-text-color;
      text-decoration-line: none;
      text-decoration-style: solid;
  }
}
/*Resolucion desde 1281px hasta 1440px de ancho*/
@media (min-width: 1281px) and (max-width: 1440px){
  .botonera_pie {
      bottom: 0em;
      color: #fff;
      display: flex;
      font-size: 12px;
      padding-bottom: 1em;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
      position: fixed;
      right: 41em;
      z-index:9999;
      text-decoration-color: -moz-use-text-color;
      text-decoration-line: none;
      text-decoration-style: solid;
  }
}
/*Resolucion desde 1441px hasta 1920px de ancho*/
@media (min-width: 1441px) and (max-width: 1920px){
  .botonera_pie {
      bottom: 0em;
      color: #fff;
      display: flex;
      font-size: 12px;
      padding-bottom: 1em;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
      position: fixed;
      right: 41em;
      z-index: 9999;
      text-decoration-color: -moz-use-text-color;
      text-decoration-line: none;
      text-decoration-style: solid;
  }
}

.v_aling {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 85%;
}

.pointer{
  cursor:pointer;
}
.igual_top_col{
  display: table-cell;
  float:none;
  vertical-align: top;
}
.degradado_login {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+0,0082e5+0,141c77+66 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 0%, rgba(0,130,229,1) 0%, rgba(20,28,119,1) 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 0%,rgba(0,130,229,1) 0%,rgba(20,28,119,1) 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 0%,rgba(0,130,229,1) 0%,rgba(20,28,119,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#141c77',GradientType=0 ); /* IE6-9 */
}
.bg {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><circle cx='15' cy='15' r='10' /></svg>")  no-repeat;
}
.margin_login {
  padding-top:24%;
}

.loading{
  height:200px;
}
.p15 {
  padding-top: 15px;
}
.hab_n{
  background:#286193;
  color:#ffffff;
  border-radius: 3px;
}
.hab_f{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5d5f7+44,f4f3f2+100 */
  background: #a5d5f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #a5d5f7 44%, #f4f3f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #a5d5f7 44%,#f4f3f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #a5d5f7 44%,#f4f3f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d5f7', endColorstr='#f4f3f2',GradientType=0 ); /* IE6-9 */
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.col_izq {
  background:#E7E7E7;
  height:100%;
}
.col_der {
  background:#F4F3F2;
  height:100%;
}
.text-menu{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
}
.text-menu-400{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
}
.filas_caja:hover{
  cursor: pointer;
  background-color: yellow;
}
