/*Botones*/
.btn_google1 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    
    background: #34abb7;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;

    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

.btn_google1:hover {
    background: #56c4cf;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-goo1-light {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    
    background: #a5c4ff;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;

    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

.btn-goo1-light:hover {
    background: #34abb7;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google2 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    background: #49712D;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding: 7px;
    box-sizing: border-box;

    font-size: 12px;
    font-family: Roboto-Regular, sans-serif;
}

.btn_google2:hover {
    background: #6BA743;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google3 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    background: #940662;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;

    font-size: 13px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold; 
}

.btn_google3:hover {
    background: #6A1279;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_google4 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    background: #CC0000;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding: 7px;
    box-sizing: border-box;

    font-size: 12px;
    font-family: Roboto-Regular, sans-serif;
}

.btn_google4:hover {
    background: #34abb7;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.btn_radius5 {
    cursor: pointer;
    border: solid 1px #6BA743;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    
    color: #6BA743;
    font-weight: bold;
    text-decoration: none;
    text-align: center;

    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
}

.btn_radius5:hover {
    color: #49712D;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}




.oval_solid_blue {
    cursor: pointer;
    background: #41a0aa;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
}

.oval_solid_blue:hover {
    background: #34abb7;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}




.oval_solid_dark {
    cursor: pointer;
    background: #000;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
}

.oval_solid_dark:hover {
    background: #49712D;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}





.oval_solid_disabled {
    background: silver;

    -webkit-border-radius: 22px;
    border-radius: 22px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    
    color: dimgray;
    text-decoration: none;
    text-align: center;

    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;
}

.btn_label1 {
    padding: 8px; 
    box-sizing: border-box; 
    background: #ffefd4; 
    
    border: solid 1px #ffd080; 
    border-radius: 6px; 
    -webkit-border-radius: 6px; 
    
    font-size: 14px; 
    cursor: pointer;

    font-family: Roboto-Regular, sans-serif;
}

.btn_label2 {
    padding: 8px; 
    box-sizing: border-box; 
    background: #ffffff; 
    
    border: solid 1px darkgray; 
    border-radius: 6px; 
    -webkit-border-radius: 6px;

    text-decoration: none;
    text-align: center;
    
    font-size: 14px;
    font-weight: bold;
    color: #444444; 
    cursor: pointer;

    font-family: Roboto-Regular, sans-serif;
}

.btn_label2:hover {
    background: #f7f7f7;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_label3 {
    padding: 8px; 
    box-sizing: border-box; 
    background: #b0dfc2; 
    
    border: solid 1px #49b675; 
    border-radius: 6px; 
    -webkit-border-radius: 6px; 
    
    font-size: 14px; 
    cursor: pointer;

    font-family: Roboto-Regular, sans-serif;
}

.btn_label-4 {
    display: block;

    font-size: 13px;
    text-align: center; 
    font-weight: bold; 
    color: #34abb7; 
    cursor: pointer; 
    text-decoration: none;

    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;

    -webkit-border-radius: 12px;
    border-radius: 12px; 
}

.btn_label-4:hover {
    display: block;

    background: #eeeeee;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;

    -webkit-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_link {
    text-align: center; 
    font-weight: bold; 
    color: #34abb7; 
    cursor: pointer; 
    text-decoration: underline;
}

.opc_white {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;

    font-size: 14px;
    font-family: Roboto-Regular, sans-serif;

    font-weight: bold; 
}

.opc_white:hover {
    color: #eeeeee;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_close {
    width: 100%;
    text-align: right;
    cursor: pointer;
    color: gray;
}

.btn_close2 {
    cursor: pointer;
    color: #ffffff;
    margin-left: 10px;
}


/*Elementos circulares*/
.circulo{
    -moz-border-radius: 80px;
    border-radius: 80px;
    cursor: pointer;
}

.circulo2{
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
}

.circle-small-active {
    width: 8px;
    height: 8px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: dimgray;
}

.circle-small-inactive {
    width: 8px;
    height: 8px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: silver;
}

/*-------Boxes-------*/

.box_mat {
    width: 100%;
    max-width: 175px;

    height: auto; min-height: 190px;

    margin-top: 35px;
    margin-right: 25px;

    box-sizing: border-box;
    background: #ffffff;
    border: solid 1px #eeeeee;

    -webkit-border-radius: 8px;
    border-radius: 8px;

    -webkit-box-shadow: 0.2px 2px 0px 0px rgba(0,0,0,0.35); 
    box-shadow: 0.2px 2px 0px 0px rgba(0,0,0,0.35);
}

.box_mat2 {
    width: 100%; 
    max-width: 190px; 

    height: auto; min-height: 190px;

    margin-top: 35px;
    margin-right: 25px;

    box-sizing: border-box; 
    background: #ffffff; 
    border: solid 1px silver; 

    -webkit-border-radius: 6px; 
    border-radius: 6px;

    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2); 
    box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
}

.box_mat3 {
    width: 100%; 
    max-width: 220px; 

    height: auto; min-height: 190px;

    margin-top: 35px;
    margin-right: 30px;

    box-sizing: border-box; 
    background: #ffffff; 
    border: solid 1px #e1e1e1; 

    -webkit-border-radius: 4px; 
    border-radius: 4px;
}

.box_mat4 {
    width: 100%;

    height: auto; min-height: 190px;

    margin-top: 10px;

    box-sizing: border-box; 
    background: #ffffff; 
    border: solid 1px silver; 

    -webkit-border-radius: 6px; 
    border-radius: 6px;
}

.box_mat5 {
    width: 100%; 
    max-width: 220px; 

    height: auto; min-height: 190px;

    margin-top: 35px;
    margin-right: 30px;

    box-sizing: border-box; 
    background: #ffffff; 
    border: solid 3px #56c4cf; 

    -webkit-border-radius: 4px; 
    border-radius: 4px;
}

/*--------Cajas de texto---------*/
.caja{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    /*background: #f1ece8;*/
    background: rgba(241,236,232,0.25);

    /*text-transform: uppercase;*/
    width: 100%;

    font-size: 11pt !important;
    color: #393a3a;
    /*color: rgba(57,58,58,0.5);*/
    font-family:  Roboto-Regular, sans-serif;
}

.caja:focus{
    border: solid 1px #34abb7 !important;
    box-shadow: 0px 0px 3px #34abb7 !important;
}

.caja2{
    width: 100%;
    margin-top: 10px;

    border: none;
    outline: none;

    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;

    padding: 10px 12px 10px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja2:focus{
    border: solid 1px #34abb7 !important;
}

.caja3{
    width: 100%;

    border: none;
    outline: none;

    padding: 10px 12px 10px 12px !important;
    box-sizing: border-box !important;
              
    background-color: #f2f7fd;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja4{
    width: 100%;
    margin-top: 15px;

    border: none;
    outline: none;

    -webkit-border-radius: 0px 0px 8px 8px !important;
    border-radius: 0px 0px 8px 8px !important;

    padding: 12px 12px 12px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja4:focus{
    border: solid 1px #34abb7 !important;
}

.caja5{
    width: 100%;
    margin-top: 15px;

    border: none;
    outline: none;

    -webkit-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;

    padding: 12px 12px 12px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja5:focus{
    border: solid 1px #34abb7 !important;
}

.caja_log{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px LightGray !important;
       
    /*background: #f1ece8;*/
    background: rgba(241,236,232,0.25);

    /*text-transform: uppercase;*/
    width: 100%;

    font-size: 11pt !important;
    /*color: #393a3a;*/
    color: #424949;
    font-family:  Roboto-Regular, sans-serif;
}

/*#txtuser::placeholder {
  font-size: 11pt !important;
  color: #FFFFFF ;
  font-family:  Roboto-Regular, sans-serif;

}

#txtpass::placeholder {
  color: black;
  font-size: 11pt !important;
  color: #FFFFFF; 
  Roboto-Regular, sans-serif;
}*/

.caja_temas{
    width: 100%;
    margin-top: 10px;

    border: none;
    outline: none;

    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;

    padding: 10px 12px 10px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja_temas:focus{
    border: solid 1px #34abb7 !important;
}

.caja_temas2{
    width: 100%;
    margin-top: 10px;

    border: none;
    outline: none;

    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;

    padding: 10px 12px 10px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 1px gainsboro !important;
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

    box-sizing: border-box;
}

.caja_temas2:focus{
    border: solid 1px #34abb7 !important;
}

.caja_sinborde{
    margin-top: 15px;

    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;

    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;

    border: solid 1px white !important;
       
    font-size: 11pt !important;
    color: #444444;

    width: 90%;
}

.caja_sinborde:focus{
    border: solid 1px white !important;
    box-shadow: 0px 0px 3px #34abb7 !important;
}

.caja_alerta{
    margin-top: 15px;

    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 8px 12px 8px 12px !important;
    box-sizing: border-box !important;
              
    border: solid 2px red !important;
       
    font-size: 11pt !important;
    color: #000000;

    /*text-transform: uppercase;*/
    width: 100%;
}

.caja_oculta {
    background: silver;
}

.input {
  border: none;
  border-bottom: 1px solid #9e9e9e;

  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;

  font-family:'soberana sans regular'; 
  font-size: 14px;
  color: mediumseagreen;
  text-transform: uppercase;
  
  margin: 0 0 8px 0;
  padding: 1px 12px 1px 12px;
  /*padding: 0;*/

  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-transition: border .3s, -webkit-box-shadow .3s;
          transition: border .3s, -webkit-box-shadow .3s;
          transition: box-shadow .3s, border .3s;
          transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

  box-sizing: border-box;
}

.input:focus {
    border-bottom: solid 2.2px #008080;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.input2 {
  border: none;
  border-bottom: 1px solid #9e9e9e;

  -webkit-border-radius: 4px;
  border-radius: 4px;

  outline: none;
  width: 100%;

  font-family: 'soberana sans regular'; 
  font-size: 14px;
  color: mediumseagreen;
  
  padding: 1px 3px 1px 3px;

  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-transition: border .3s, -webkit-box-shadow .3s;
          transition: border .3s, -webkit-box-shadow .3s;
          transition: box-shadow .3s, border .3s;
          transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;

  box-sizing: border-box;
}

.input2:focus {
    border-bottom: solid 2.2px #008080;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*---------Desplegables---------*/
.combo{
    margin-top: 10px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    padding: 8px 5px 8px 5px !important;
    box-sizing: border-box !important;
       
    border: solid 1px gray;
    background: #f2f7fd;
       
    cursor: pointer;
    width: 100%;

    font-size: 15px;
    color: gray;
    font-family:  Roboto-Regular, sans-serif;
}

.combo option{
    -webkit-border-radius: 8px;
    border-radius: 8px;

    padding: 20px;
    background: #ffffff;
    color: #222222;
    border: solid 1px #34abb7;
}

.combo option:hover{
    background: #eeeeee !important;
}

.combo:focus{
    border: solid 1px #34abb7 !important;
    /*box-shadow: 0px 0px 3px #6633cc !important;*/
}



.combo2{
    -webkit-border-radius: 4px;
    border-radius: 4px;

    padding: 10px 15px 10px 15px !important;
    box-sizing: border-box !important;
       
    border: solid 1px #fff;
    outline: none;
    background: #fff;
       
    cursor: pointer;
    width: 100%;

    font-size: 13px;
    color: gray;
    font-family:  Roboto-Regular, sans-serif;
}

.combo2 option{
    -webkit-border-radius: 4px;
    border-radius: 4px;

    padding: 20px;
    background: #fff;
    color: gray;
    border: solid 1px #fff !important;
}

.combo2:focus{
    border: solid 1px #fff !important;
}



/*Tipografia*/    
@font-face{
    font-family: Roboto-Regular;
    src: url("../fonts/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}  
@font-face{
    font-family: NunitoSans-SemiBold;
    src: url("../fonts/Lato-Bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face{
    font-family: NunitoSans-ExtraBold;
    src: url("../fonts/Lato-Black.ttf") /* TTF file for CSS3 browsers */
}


/*CAPAS MODALES*/
.capa_modal{
   display: none;
   z-index: 700;

   width: 100%;
   height: 100%;
   position: fixed;
   
   background: rgba(242,242,242,.6);
   overflow-y: auto;
}

.capa_modal_obs{
   display: none; 
   z-index: 700;
   
   width: 100%; 
   height: 100%; 
   position: fixed; 

   background: rgba(0,0,0,.8);
   overflow-y: auto;
}

.capa_modal_light{
   display: none;
   z-index: 700;
   
   width: 100%; 
   height: 100%; 
   position: fixed; 

   background: linear-gradient(#fff, #f2f2f2);
   overflow-y: auto;
}

.capa_loader {
   background: rgba(255,255,255,.6);
   /*background: rgba(0,0,0,.3);*/
   box-sizing: border-box;
}

.ventana_modal{
    z-index: 701;

    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;

    border: solid 1px silver;

    margin: auto;
    position: relative;
    top: 50%;
    transform: translatey(10%);
}

.ventana_modal2{
    z-index: 701;

    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;

    width: 96%;
    margin: auto;
    
    position: relative;
    top: 50%;
    transform: translatey(-50%);

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.ventana_modal3{
    z-index: 701;

    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;

    width: 96%;
    margin: auto;

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.ventana_modal4{
    z-index: 701;

    -webkit-border-radius: 10px 10px 3px 3px;
    border-radius: 10px 10px 3px 3px;

    background: #ffffff;

    width: 96%;
    margin: auto;

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
}

.ventana_modal5{
    z-index: 701;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;

    width: 96%;
    margin: auto;

    position: relative;
    top: 50%;
    transform: translatey(-50%);

    -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
}

.cabecera{
    width: 100%;
    background: #6A1279;

    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing:  border-box;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_interno {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;   
}



/*----Divalerta------*/
.divalerta{
    width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,.02);
}

.divalerta_header{
    width: 99%;
    margin: auto;
    max-width: 500px;

    border: solid 2px #e7000c;
    background: #fef5f6;

    -moz-border-radius: 3px;
    border-radius: 3px;
}

.divalerta_close{
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #b9132c;

    margin: auto; width: 25px; height: 25px;
}

.divalerta_close:hover{
    cursor: pointer;
    background: #e67171;
}

.div_success{
    width: 100%; 
    height: 100%; 

    position: fixed; 
    background: rgba(0,0,0,.02);

    display: none;
    z-index: 801;
}

.div_success_header{
    width: 99%;
    margin: auto;
    max-width: 500px;

    border: solid 2px #56c4cf;
    background: #ffffff;

    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lblsuccess {
    font-size: 18px; 
    font-weight: bold;
    color: #56c4cf;
    text-align: center; 

    padding-top: 23px; 
    padding-bottom: 23px;
    padding-left: 15px; padding-right: 15px;
}



/*Tablas*/
.mitabla
{
    border-collapse: collapse;
    /*border-style: dotted;*/
    width: 100%;
}

.titulos
{
    /*background: #0064da;*/
    background: #6BA743;
    /*font-variant: small-caps;*/

    padding: 8px;
    box-sizing: border-box;

    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-family: Roboto-Regular, sans-serif;
}

.mitabla td
{
    /*border-style: dotted;*/
    padding: 8px;
    box-sizing: border-box;

    font-size: 13px;
    text-align: center;
    font-family: Roboto-Regular, sans-serif;
    
}

.mitabla tr
{
    border-bottom: dotted 1px silver;
}





.mitabla2
{
    border-collapse: collapse;
    width: 100%;
}

.titulos2
{
    background: #f1f1f1;

    padding: 2px;
    box-sizing: border-box;
    
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #4C4741;
    font-family: Roboto-Regular, sans-serif;
}

.mitabla2 td
{
    padding: 4px;
    box-sizing: border-box;

    font-size: 12px;
    text-align: center;
    font-family: Roboto-Regular, sans-serif;
    
}

.mitabla2 tr
{
    border-bottom: dotted 1px silver;
}





/*SCROLLBARS*/
::-webkit-scrollbar {
    width: 9px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    /*background: rgba(0,0,0,0.3);*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}



/*MENU LATERAL*/
.collapsible-header{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.collapsible-header:hover{
    /*background: #191919 !important;*/
    background: #005C8A !important;
}

.collapsible-header:focus{
    border: solid 1px #1d1d1d !important;
}

.collapsible_elementos:hover{
    color: #ffffff !important;
}

.collapsible_elementos i{
    font-size: 12pt !important;
}

.collapsible-body{
    background: #005C8A !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.waves-effect{
    width:100% !important; 
    text-decoration:none !important;

    color:gainsboro !important;
    font-weight: normal !important; 
    font-size:10pt !important;

    padding-left: 31%;
    padding-top: 1px !important;
    padding-bottom: 1px !important;

    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.opacidad:hover{
    opacity:.7;
   -moz-opacity: 0.7;
   filter: alpha(opacity=70);
}

.aumento:hover{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
       
  transform : scale(1.06);
  -moz-transform : scale(1.06); /* Firefox */
  -webkit-transform : scale(1.06); /* Chrome - Safari */
  -o-transform : scale(1.06); /* Opera */
  -ms-transform : scale(1.06); /* IE9 */
}

/*----------Menú superior------------*/
.menuCSS3 ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;/*------*/
    z-index: 9000;
}

.menuCSS3 a {
    float: right;/*------*/
    width: 80px;/*------*/

    display: block;
    padding: 0px;
    /*background: #4B277A;*/
    text-decoration: none;
        
    font-size: 10pt;
    text-align: center;
    font-family: Roboto-Regular, sans-serif;
    /*border-bottom: solid 1px #4B4B4B;*/

    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 9000;
}

.menuCSS3 a:hover {
    /*background: #f7f7f7;*/
    /*color: #1d1d1d;*/
}

.menuCSS3 ul li ul {
    background: #ffffff;
    display: none;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    z-index: 9000;

    /*padding-bottom: 10px;*/
}

.menuCSS3 ul li ul a:hover {
    background: #f7f7f7;
    z-index: 9000;
}

.menuCSS3 ul li ul a {
    background: #ffffff;
    color: #393a3a;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 220px;/*------*/
    z-index: 601;
}

.menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
    display: block;
    z-index: 9000;
}

.menuCSS3Static_item {
    cursor: pointer;
    float: right;/*------*/
    width: 220px;/*------*/

    display: block;
    padding: 0px;
    background-color: #ffffff;
    text-decoration: none;
        
    font-size: 1.1em !important;
    color: gainsboro;
    font-family: Roboto-Regular, sans-serif;
    z-index: 9000;
}


/*----Menu categorizacion---*/
.categorizacion {
    font-family: Roboto-Regular, sans-serif;
    color: #ffffff; font-size: 9pt; 
    padding: 5px;
}

.categorizacion ul li a{
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 5px 8px 0px rgba(0,0,0,0.75);
}

.categorizacion li{
    list-style-type:none;
    position:relative;
}

.categorizacion li a{
    text-decoration:none;
    display:block;
    padding:5px 10px;
    width:160px;
    color:#fff;
    background-color: #ffffff;
    color: #444444;
}
            
.categorizacion li a:hover{
    color:#000;
    background-color:#fff;
}

#lkbcategorizacion{
    background: #4B277A; color: #ffffff; cursor: pointer;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
    box-shadow: 0px 0px 0px 0px rgba(75, 39, 122, 1);
}
            
.categorizacion li>ul{
    display:none;
    position:absolute;
    top:0px;
    left:142px;/*----*/
}
    
.categorizacion li:hover>ul{
    display:block;
    cursor: pointer;
}
            
.categorizacion li > ul >li{
    float:left;
}


/*---Menu header---*/
.menu-header-on {
    width: 50px; height: 50px; background: linear-gradient(0deg, #6BA743 0%, #49712D 89%); margin: auto; display: flex; align-items: center;

    -moz-border-radius: 80px;
    border-radius: 80px;
    cursor: pointer;
}

.menu-header-off {
    width: 50px; height: 50px; background: #a5c4ff; margin: auto; display: flex; align-items: center;

    -moz-border-radius: 80px;
    border-radius: 80px;
    cursor: pointer;
}

.menu-header-off:hover {
    background: linear-gradient(0deg, rgba(117,160,213,1) 0%, rgba(46,99,162,1) 89%);

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.menu-header-off2 {
    width: 50px; height: 50px; background: #eeeeee; margin: auto; display: flex; align-items: center;

    -moz-border-radius: 80px;
    border-radius: 80px;
    cursor: pointer;
}

.menu-header-off2:hover {
    background: linear-gradient(0deg, rgba(117,160,213,1) 0%, rgba(46,99,162,1) 89%);

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


/*----Estilo checbox----*/
.demo input[type="checkbox"] {
    display: none;
}

.demo input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../iconos/checkbox-uncheck.png);
    background-size: cover;
    cursor: pointer;
}

.demo input[type="checkbox"]:checked + label span {
    background: url(../iconos/checkbox-check.png);
    background-size: cover;
}

.letrero_checkbox
{
    width: 100%;
    box-sizing: border-box;

    font-size: 0.9em;
    color: #767777;
    font-family: Roboto-Regular, sans-serif;
}





/*-----Estilo radiobuttons------*/
input[type="radio"] + label:before {
    content: "";
    width: 26px;
    height: 26px;
    float: left;
    margin: 0.5em 0.5em 0 0;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 100%;
}

input[type="radio"]:checked + label:before {
    border-color: #34abb7;
}

input[type="radio"]:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    border: 4px solid #34abb7;
    float: left;
    margin-left: -2.05em;
    border-right: 0;
    border-top: 0;
    margin-top: 1em;
    transform: rotate(-55deg);
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    /*width: 100%;*/
    float: left;
    line-height: 3em;
    /*color: #ccc;*/
    color: #777777;
    font-family: Roboto-Regular, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

input[type="radio"]:checked + label {
    /*color: #0fbf12;*/
    color: #34abb7;
}







input[type="file"] {
    margin-top: 10px;
    color: #45D09E;
    font-family: Roboto-Regular, sans-serif;   
}






/*----encabezados----*/
h1,h2,h3,h4,h5,h6{
    box-sizing: border-box;
    color: #4C4741;
    font-family: Roboto-Regular, sans-serif;
}


/*-------textos------*/
p{
    box-sizing: border-box;
    color: #4C4741;
    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

a{
    text-decoration: none;
    font-family: Roboto-Regular, sans-serif;
}

label{
    box-sizing: border-box;
    color: #4C4741;
    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

small{
    box-sizing: border-box;
    color: #4C4741;
    font-family: Roboto-Regular, sans-serif;   
}

li{
    box-sizing: border-box;
    color: #4C4741;
    font-size: 15px;
    font-family: Roboto-Regular, sans-serif;
}

.text-danger{
    color: #e7000c;
    font-family: Roboto-Regular, sans-serif;
}

.text-success{
    color: #00a500;
    font-family: Roboto-Regular, sans-serif;
}


/*---------Sombras----------*/
.sombra_rojo_suave{
    
}

.sombra_rojo_suave:hover{
    cursor: pointer;
    border-bottom: solid 3px #EB5E5E;
    box-sizing: border-box;
    /*background: rgb(255,223,223);
    background: linear-gradient(0deg, rgba(255,223,223,1) 0%, rgba(255,246,246,1) 100%);*/

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sombra_rojo_suave_select{
    cursor: pointer;
    border-bottom: solid 3px #EB5E5E;
    box-sizing: border-box;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*-------FullCalendar-------*/
.fc-event{
    cursor: pointer;
}

/*-------Menú lateral-------*/
.elemento_lateral
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    box-sizing: border-box;

    font-size: 13px;
    color: #555555;
    font-family: Roboto-Regular, sans-serif;

    width: 100%;
    text-decoration:none;
    float: left;
}

.elemento_lateral:hover
{
    background: #eeeeee;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.elemento_lateral_in
{
    color: #555555;
    text-decoration:none;
}

.elemento_lateral_selec
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    box-sizing: border-box;
        
    font-size: 0.8em;
    font-weight: bold;
    color: #ffffff;
    font-family: Roboto-Regular, sans-serif;

    width: 100%;
    text-decoration:none;
    float: left;
        
    background: #940662;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.elemento_lateral_apagado
{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 25px;
    box-sizing: border-box;

    font-size: 13px;
    font-weight: bold;
    color: silver;
    font-family: Roboto-Regular, sans-serif;

    width: 100%;
    text-decoration:none;
    float: left;
}

video {
    /*background-size: cover;
    bottom: 0;*/
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    /*right: 0;
    z-index: -100;*/
}

/*----Admin----*/
.admin_elements:hover{
    background: #f2f2f2;
    cursor: pointer;
    color: #ffffff;
}

/*-------Resposive-------*/
.content_prin{
    padding-left: 245px; padding-top: 70px; 
    width: 100%; 
    height: 100%; 
    position: absolute;
    overflow-y: auto; 
    box-sizing: border-box;
    
    font-family: Roboto-Regular, sans-serif;
}

.content_int {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 5px;
    box-sizing: border-box;
}

.content_int2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 0px;
    box-sizing: border-box;
}

.boton_bar{
    cursor: pointer;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 1.3em;
    font-family: Roboto-Regular, sans-serif;
}

.boton_bar:hover{
    color: silver;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_bar_hide{
    display: none;
    cursor: pointer;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 1.3em;
    font-family: Roboto-Regular, sans-serif;
}

.boton_bar_hide:hover{
    color: silver;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}




.div_menu{
    width:260px; height:100%; 
    float:left; 
    position: absolute; 
    padding-top: 70px; 
    box-sizing: border-box; 
    background: #ffffff;
    /*background: #444444;*/
    overflow-x: hidden; overflow-y: auto; 
    z-index: 400;

    border-right: solid 1px #f2f2f2;
}




.boton_home{
    display: inline;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px;

    font-size: 11pt;
    font-weight: bold;
    font-family: Roboto-Regular, sans-serif;

    margin-right: 20px;
}

.boton_home:hover{
    color: #eeeeee;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.boton_home_hide{
    display: none;
}

.boton_logout{
    display: inline;
    cursor: pointer;

    -webkit-border-radius: 12px;
    border-radius: 12px;
    
    background: #EB5E5E;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;

    font-size: 11pt;
    font-family: Roboto-Regular, sans-serif;
}

.boton_logout:hover{
    background: #e42323;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_validado{
    width: 100%; 
    height: 70px; 

    background: #940662;

    position: fixed;
    z-index: 600; 
    /*border-bottom: solid 1px silver;*/
    box-sizing: border-box;
}

.header_icon {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-family: Roboto-Regular, sans-serif;
}

.header_icon:hover {
    color: #eeeeee;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




.cinta_titulo {
    width: 100%; margin-top: 10px; margin-bottom: 5px; padding-left: 10px; padding-right: 10px; box-sizing: border-box;
}

.cinta_opciones {
    width: 100%;
    display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: top; 
    
    padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px;
    box-sizing: border-box; 
    
    border-bottom: solid gainsboro 1px;
}

.cinta_opciones2 {
    width: 100%;
    display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: top; 
}



/*Tooltip*/
/*.ui-tooltip, .arrow:after {
   background: #000;
   border: 1px solid white;
}
.ui-tooltip {
   padding: 10px 10px;
   color: #56c4cf;
   border-radius: 4px;
   font: 14px;
   font-family: Roboto-Regular, sans-serif;
   text-align: left;
}
.arrow {
   width: 70px;
   height: 16px;
   overflow: hidden;
   position: absolute;
   left: 50%;
   margin-left: -35px;
   bottom: -16px;
}
.arrow.top {
   top: -16px;
   bottom: auto;
}
.arrow.left {
   left: 20%;
}
.arrow:after {
   content: "";
   position: absolute;
   left: 20px;
   top: -20px;
   width: 25px;
   height: 25px;
   box-shadow: 6px 5px 9px -9px black;
   
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.arrow.top:after {
   bottom: -20px;
   top: auto;
}*/



#lbl-notif {
    color: #fff; font-size: 13px; margin-left: -11px; margin-top: -11px;
}

#lbl-msj {
    color: #fff; font-size: 13px; margin-left: -9px; margin-top: -11px;
}




@media screen and (max-width: 760px) {
    .ventana_modal2{
        z-index: 701;

        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: #ffffff;

        margin: auto;
        position: relative;
        top: 50%;
        transform: translatey(-50%);

        -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);

        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .ventana_modal3{
        z-index: 701;

        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: #ffffff;

        margin: auto;

        -webkit-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 5px 8px 0px rgba(0,0,0,0.75);

        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .modal_interno {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;   
    }

    .cabecera{
        width: 100%;
        background: #6BA743;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing:  border-box;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


@media screen and (max-width: 950px) {
    .header_validado{
        width: 100%;
        height: auto;

        position: fixed;
        z-index: 600; 
        box-sizing: border-box;       
    }
}


@media screen and (max-width: 1000px) {
    .boton_bar{
        display: none;
        cursor: pointer;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 1.3em;
        font-family: Roboto-Regular, sans-serif;
    }
    .boton_bar_hide{
        /*display: inline; Recuerda activar esto para que vuelva a funcionar*/
        display: none;
        cursor: pointer;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 1.3em;
        font-family: Roboto-Regular, sans-serif;
    }

    .boton_bar_hide:hover{
        color: silver;

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }





    .div_menu{
        left: -260px;
        width:220px; height:100%; 
        float:left; 
        position: absolute; 
        padding-top: 70px; 
        box-sizing: border-box; 
        background: #f7f7f7;
        /*background: #444444;*/
        overflow-x: hidden; overflow-y: auto; 
        z-index: 400;
    }

    .content_prin{
        padding-left: 0px; padding-top: 90px; 
        width: 100%; 
        height: 100%; 
        position: absolute; 
        overflow-y: auto; 
        box-sizing: border-box;
        
        font-family: Roboto-Regular, sans-serif;
    }

    .content_int {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .content_int2 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 0px;
        box-sizing: border-box;
    }





    .boton_home{
        display: none;
    }

    .boton_home_hide{
        display: inline;
        cursor: pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 8px;

        font-size: 11pt;
        font-weight: bold;
        font-family: Roboto-Regular, sans-serif;

        margin-right: 1px;
    }

    .boton_home_hide:hover{
        color: #eeeeee;

        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .boton_logout{
        display: none;        
    }
}


@media screen and (max-width: 400px) {
    .content_prin{
        padding-left: 0px; padding-top: 140px; 
        width: 100%; 
        height: 100%; 
        position: absolute;
        overflow-y: auto; 
        box-sizing: border-box;
        
        font-family: Roboto-Regular, sans-serif;
    }
}