*{
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

body{
  background:#fff;
  font-family: tahoma;
  line-height: 18px;
  overflow-x: hidden;
}


/* MENU DESPLEGABLES*/

.nav-negro {
  display: block;
  padding: 0.5rem 1rem;
  color: #080808;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-negro {
    transition: none;
  }
}
.nav-negro:hover, .nav-negro:focus {
  background-color: #050404;
  color: #fdfbfb;
}
.nav-negro.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-blanco {
  display: block;
  padding: 0.5rem 1rem;
  color: #fcf9f9;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-blanco {
    transition: none;
  }
}
.nav-blanco:hover, .nav-blanco:focus {
  background-color: #fdfbfb;
  color: #050404;
}
.nav-blanco.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.dropdown-menu-dark1 {
  color: #fdfbfb;
  background-color: #050404;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark1 .dropdown-item {
  color: #fdfbfb;
}

.dropdown-menu-dark1 .dropdown-item:hover, .dropdown-menu-dark1 .dropdown-item:focus {
  background-color: #fdfbfb;
  color: #050404;
}


/* MENU CABECERA*/

.menu{
  width:100%;
  background-color: #050404;
  position: fixed;
  z-index: 1;
}



/*-------section--------------*/

.contenido {
  position: relative;
  padding-top: 80px;
}

.contenido1 {
  padding-top: 30px;
}

/*-----------------------------*/

/*--------TITULOS--------------*/

.containertitulos {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #15352554;
}

.containertituloschicos {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #15352554;
}

.titulos{
  font-family: arial;
  color: #060606;
  font-size: 25px;
}

.tituloschico{
  font-family: arial;
  color: #000;
  font-size: 18px;
}

/*-----------------------------*/
/*--CONTENEDORES--------------*/

.containergral {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #cccccc;
  border-radius: 14px;
  position: relative;
  overflow:auto;
}

.containerscroll {
  overflow: scroll;
}

.container1 {
  width: 70%;
}

.container2{
  width: 95%;
}

.container5{
  width: 98%;
}

.container6{
  height:300px;
}

.container8{
  width: 20%;
}

@media (max-width: 575px) {

  .dropdown-menu-dark1 {
    padding: 0.2rem 1.8rem;
  }

  .dropdown-divider-mnor {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 3px solid #ffffff;
  }
  .textocabecera{
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
  }
  .textomenu{
    font-size: 15px;
    text-align: center;
  }

  .container4{
    height:450px;
  }
  
}
@media (min-width: 576px) {
  
  .dropdown-divider-mnor {
    height: 0;
    margin: 0.2rem 0;
    overflow: y;
    border-top: 2px solid #ffffff;
  }

  .textocabecera{
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
  }

  .textomenu{
    font-size: 12px;
    text-align: center;
  }

  .container4{
    height:250px;
  }

}
@media (min-width: 768px) {

  .dropdown-menu-dark1 {
    padding: 0.1rem 1.8rem;
  }

  .textocabecera{
    font-size: 15px;
    text-transform: uppercase;
  }

  .textomenu{
    font-size: 15px;
  }

  .container4{
    height:300px;
  }

}
@media (min-width: 992px) {

  .dropdown-menu-dark1 {
    padding: 0.9rem 1.8rem;
  }

  .textocabecera{
    font-size: 15px;
    text-transform: capitalize;
  }

  .textomenu{
    font-size: 15px;
  }

  .container4{
    height:300px;
  }

}
@media (min-width: 1200px) {

  .textocabecera{
    font-size: 18px;
    text-transform: capitalize;
  }

  .textomenu{
    font-size: 17px;
  }

  .container4{
    height:300px;
  }

  .caja{
    margin: 5px 5px 5px 5px;
    background: rgba(0,0,0,0.7);
    float: left;
    width: 30%;
    height: 80%;
    color:#fff;
    border-radius: 8px;
    font-size: 20px;
    font-family: roboto;
    text-align: center;
    position: relative;
  }
}
@media (min-width: 1400px) {

  .textocabecera{
    font-size: 18px;
    text-transform: capitalize;
  }

  .textomenu{
    font-size: 17px;
  }

  .container4{
    height:300px;
  }

  .caja{
    margin: 5px 5px 5px 5px;
    background: rgba(0,0,0,0.7);
    float: left;
    width: 30%;
    height: 80%;
    color:#fff;
    border-radius: 8px;
    font-size: 20px;
    font-family: roboto;
    text-align: center;
    position: relative;
  }

}
/*----------------------------*/

/*------ AGRUPAR CONTROLES----*/
.form-group {
  margin-bottom: 8px;
}


.form-control {
  display: block;
  width: 60%;
  height: 35px;
  margin-top: -20px;
  margin-left:233px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control1{
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  color: #555555;
  vertical-align: middle;
  border:none;
  border-radius: 4px;
  border-bottom: 4px solid #555555;
}

.control-label1{
  font-size: 15px;
}

.control-label2{
  text-align: left;
  font-size: 15px;
}
/*----------------------------*/

/*------------botones---------*/

.botones {
  display: inline-block;
  height: 35px;
  width: 100%;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.botones3{
  height: 35px;
  width: 100%;
  font-size: 1rem;
}

.botones4{
  height: 35px;
  width: 150px;
}

.botones5{
  text-align: left;
}

.botones-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.botones-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.botones-outline-dark:focus, .botones-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}



/*--------tablas-------*/

.tabla_datos{
  border-collapse: collapse;
  font-size: 12px;
  min-width: 537px;
}


.tabla_datos th, 
.tabla_datos td {
    border: 1px solid #e1edff;
    padding: 7px 17px;
}
    
.tabla_datos caption {
    margin: 7px;
}

    
#titulo {
  background-color: #508abb;
  color: #FFFFFF;
  border-color: #6ea1cc !important;
  text-transform: uppercase;
  text-align: center;
  }


.tabla_datos tbody td {
  color: #353535;
}


.tabla_datos tbody td:first-child,
.tabla_datos tbody td:nth-child(4),
.tabla_datos tbody td:last-child {
  text-align: right;
}

.tabla_datos tbody tr:nth-child(odd) td {
  background-color: #f4fbff;
}

.tabla_datos tbody tr:hover td {
  background-color: #ffffa2;
  border-color: #ffff0f;
}

.tabla_datos tfoot th {
  background-color: #e5f5ff;
  text-align: right;
}

.tabla_datos tfoot th:first-child {
  text-align: left;
}

.tabla_datos tbody td:empty
{
  background-color: #ffcccc;
}


.tabla_datos1 th, 
.tabla_datos1 td {
    border: 1px solid #e1edff;
    padding: 3px 6px;
    text-align: center;
}

/*----cierre tablas--- */


/*----caja de textos---*/
.sinborderig{
  text-align: right;
}

.sinbordelef{
  text-align: left;
}

.sinbordecent{
  text-align: center;
}

.sinborde{
  border: 0;
  outline: none;
  font-size: 11px;
  background-color: transparent;
}

.sinborde1{
  border: 0;
  text-align: center;
  outline: none;
  font-size: 12px;
  background-color: transparent;
}

.sinborde2{
  width: 40px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 11px;
  background-color: transparent;
}

.sinborde3{
  width: 25px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 11px;
  background-color: transparent;
}

.sinborde4{
  width: 75px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.sinborde5{
  width: 35px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.sinborde6{
  width: 120px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.sinborde7{
  width: 100px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.sinborde8{
  width: 120px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.sinborde9{
  width: 150px;
  border: 0;
  text-align: center;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.sinborde10{
  width: 10px;
}

.sinborde15{
  width: 15px;
}

.sinborde20{
  width: 20px;
}

.sinborde25{
  width: 25px;
}

.sinborde30{
  width: 30px;
}

.sinborde40{
  width: 40px;
}

.sinborde45{
  width: 45px;
}

.sinborde60{
  width: 60px;
}

/*----cierre caja de textos---*/


/*--------leyendas ------------*/

.leyendas1{
  background-color:#ffcccc;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 15px;
}
/*------fin leyendas-----------*/
