

/* Main Effect */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

header{
  width: 100%;
  height: 60px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

img {
  width: 156px;
  height: 64px;
}
.container-header{
  width: 100%;
  max-width: 1250px;
  position: relative;
  margin: auto;
  color: blue;
}

.logo-title{
    display: flex;
}

.logo-title img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.main-nav {
  width: 100%;
  position: relative;
  z-index: 2000;
  padding: 10px;
}


.mostrar {
  height: 40px;
}

.icon-menu{
    position: absolute;
    right: 10px;
    top: 14px;
    color: white;
    font-size: 28px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.icon-menu:hover{
    background: rgba(255, 255, 255, 0.4);
}



/*Portada*/
.container-portada{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../imagenes/erpsu_logo.png);
    background-size: 100%;
    animation: movimiento 30s infinite linear alternate;  
}

@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}

 
.capa-gradient{
  width: 100%;
  height: 100%;
  position: absolute;

  background: #2980b9; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2980b9, #6dd5fa, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2980b9, #6dd5fa, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  opacity: 0.5;
}

.container-details{
    width: 100%;
    max-width: 1250px;
    position: relative;
    margin: auto;
}


.details{
    width: 100%;
    position: absolute;
    top: 40px;
    color: black;
}

.details h1{
    font-size: 35px;
    font-weight: 100;
}

.closemod {
    width:45px;
    height: 32px;

    padding-left: 5px;
    padding-right: 5px;

/*
    padding-bottom: 5px;
    padding-top: 5px; */
    border-radius: 50%;

    background: crimson;
    /*border: 1px solid white;*/
}
.closemod :hover{
    background: black;
    border: 2px solid crimson;
}

/* Se usa para el Tab */
body {
  background: #2980b9; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2980b9, #6dd5fa, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2980b9, #6dd5fa, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



/* Aquí se inicia */
@font-face {
  font-family: "Mukta-Bold";
  src: url(fonts/Mukta/Mukta-Bold.ttf);
}

h1 {
  color     : black;
  text-align: center;
  margin-top: 20px;
}
h2, h3 {
  text-align: center;
}

input, select {
  margin-bottom: 5px;
  padding      : 6px; /* 15px*/
  font-size    : 13px;
  border-radius: 3px;
  border       : 1px solid darkgray;
}

.titulo_normal {
  color     : black;
  text-align: center;
  font-size : 27px;
}
 
.form-register{
  width        : 800px; /* 70% */
  max-width    : 1200px;
  margin       : auto;
  background   : white;
  border-radius: 7px;
}
.form-eliminar{
  width        : 600px; /* 70% */
  max-width    : 700px;
  margin       : auto;
  background   : white;
  border-radius: 7px;
}

.form__titulo {
  /*background  : #0554f2; Azul Oscuro*/
  background: #2596be;;
  color       : #fff;
  padding     : 5px;
  text-align  : center;
  font-size   : 22px;
  border-top-left-radius:  7px;
  border-top-right-radius: 7px;
  border-bottom   : 5px solid black;
}
.contenedor-inputs {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.contenedor-inputs input[type=text]  {
  padding-top: 3px;
  padding-bottom: 3px;

  width: 70%;  /* 60% */
  /*background-color: red;*/
}
.contenedor-inputs select  {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 70%;  /* 60% */
  /*background-color: red;*/
}

.contenedor-inputs label {
  padding-left: 40px; /* June 2020 */
  width: 30%; /* 40% */
}
 
.submit {
  background: #555555; /*crimson;*/
  color     : #fff;
  margin    : 0px auto;
  /*margin-top: 15px;*/
  padding   : 10px 40px 10px 40px;
  cursor    : pointer;
  font-size : 16px;
} 

.submit:active{
  transform: scale(1.09);
}


.form__link{
  width: 100%;
  margin: 7px;
  font-size: 14px;
  text-align: center;
  font-size: 14px;
}

.auto_input {
  width: 500px; 
  height:25px; 
  border: 1px solid white;
}
.auto_div {
  height:28px; 
  border: 1px solid gray;
  z-index: 1;
  margin-bottom: 5px;
}

.number {
  text-align: right;
}

.resalta_div {
  /* Diseño excelente */
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  /*background-color: #63caf2;*/
  /*background-color: #5fe1e8; */
  background-color: #aeceeb;

  margin        : 10px auto;
  float         : left;   
  width         : 100%;
  background-clip: padding-box;
  border        : 1px solid blue;  
  border-bottom-color: #142647;
  border-radius : 5px;
  z-index       : 1;
  
  color         : black;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow    : inset 0 2px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}
/*
  margin: 1px auto;
  float: left;   
  width: 200px;

  background-clip: padding-box;
  border: 1px solid blue;  
  border-bottom-color: #142647;
  border-radius: 5px;
  z-index: 1;
  background-color: white;
  color: black;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
*/


.radio {
  border: 5px solid #0DFF92;
}


.unidad {
  margin: 0px auto;
  height: 400px;
  width: 300px;
  border: 1px solid white;  
}

.up {
  position: relative;

}
.down {
  position: relative;
  top: 90px;

}

.right {
  float: right;
  width: 115px;
}

.left {
  float: left;
  width: 115px;
}

.neumatico {
  float: left;
  text-decoration: none; /* Quita el subrayado de todos los vínculos */

  height: 100px;
  width: 55px;
  font-size: 14px;
  font-weight: bold;

  color: #000;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);

  border-radius: 4px;
  background: #99f489;
  border: 1px solid #284473;
  border-bottom-color: #223b66;

  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);   
}



/* 219
Se establece un Div a la Izquierda 
*/
.divLeft {
  margin        : 10px auto;
  float         : left;  /*padding: 18px 20px;*/
  width         : 200px;
  background-clip: padding-box;
  border        : 1px solid blue; /*#172b4e;*/
  border-bottom-color: #142647;
  border-radius : 5px;
  z-index       : 1;
  background-color: white;
  color         : black;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow    : inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
} 

.divnone {
  margin: 1px auto;
  float: left;  /*padding: 18px 20px;*/
  width: 200px;

  background-clip: padding-box;
  border: 1px solid blue; /*#172b4e;*/
  border-bottom-color: #142647;
  border-radius: 5px;
  z-index: 1;
  background-color: white;
  color: black;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
} 
.divnone_none {
  margin: 1px auto;
  float: left;  /*padding: 18px 20px;*/
  width: 200px;

  background-clip: padding-box;
  border: 1px solid white; /*#172b4e;*/
  border-bottom-color: #142647;
  border-radius: 5px;
  z-index: 1;
  background-color: white;
  color: black;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
} 
 
.divMain {
  display: block; margin:0 auto;
}  


.lab-ayuda {
  color:red;
  width:200px;
}

.panel_principal {
  width: 1000px;
  background-color: white;
  margin: 0 auto;
}
.subpanel {
  width: 200px;
  float: left;
  
  border: 1px solid white;
}

.item_subpanel {
  width: 100px;
  height: 100px;
  float: left;  
  border: 1px solid white;
}





  
  .pagination{
    width:700px;    /* Ancho de Paginación Centrado*/
    margin:0px auto; /* Separación de la tabla*/
  }
  .pagination .current{ /* Es el Item Actual de  Paginación*/
    padding: 4px 10px;
    color: white;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration:none;
    float: left;
    text-transform: capitalize;
    background: #409ef7;
    border-radius: 100%;
    font-weight: bold;
  }
  .pagination .page-numbers{
    padding: 4px 10px;
    color: white !important;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration:none;
    float: left;
    text-transform: capitalize;
    background: white; /* Los restantes */
   border-radius: 17px;  /* Para hacer link redondo */
  }

.perpage-link{ /* Lista de Paginación */
    padding: 4px 10px;
    color: black ;
    margin: 1px 0px 9px 6px;
    width: 35px; height: 35px;
    display: block;
    text-decoration:none;
    float: left;
    text-transform: capitalize;
    background: white;
/*    border-radius: 100%;*/
   border-radius: 17px;  /* Para hacer link redondo */
}

.current-page{ /* Aquí se Modifica el Diseño de el Link */
    padding: 4px 10px;
    color: white;
    margin: 1px 0px 9px 6px;
    width: 22px; height: 31px;
    display: block;
    text-decoration:none;
    float: left;
    text-transform: capitalize;
    background: #409ef7;
    border: 2px #333 solid;
    border-radius: 100%; 
    
    font-weight: bold;
}




/* Pie de página */
.piepagina {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    border: 1px solid #172b4e;
    background-color: #66ccff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0222', endColorstr='#e31d4b', GradientType=1 );
   
}




/* Autocomplete */
#myDiv{ 
  position: absolute;
  margin:0px;
  width:500px; 
  border-radius: 5px;
  color: black;

  border-color: white;
  background-color: white;
  border-width: 5px; /*background-image:url('search.png') no-repeat;*/
  -webkit-box-shadow: 9px 9px 12px -3px rgba(0,0,0,0.23);
  -moz-box-shadow: 9px 9px 12px -3px rgba(0,0,0,0.23);
  box-shadow: 9px 9px 12px -3px rgba(0,0,0,0.23);
  font-size: 14px;
}

#myDiv p{
  /*font-size: 14px;*/
  height: 30px;
  display: flex; 
  align-items: center;
  font-weight: bold;
  background-image:url('../tools/imagenes/bien.png')no-repeat;
}
.sugerencias {
  height: 32px;
  display: flex; 
  align-items: center;
  /*z-index: 10;*/
/*  background-color: rgba(255, 122, 122, 0.1);*/
background-color: rgb(255, 255, 255);
  /*border: 1px solid #555;*/
}
.sugerencias:hover{
   /*background-color: #409ef7;*/ /*background-image:url('search.png') no-repeat;*/
   color: black;
   cursor:default; 
   border-color: black;
   /*width: 500px;*/
   /*box-shadow: rgba(255, 122, 122, .2) 0px 5px 10px 5px;// Transparencia de .2*/
   background: blue;
   color: white;
   box-shadow: rgba(255, 122, 122, .2) 0px 5px 10px 5px;
}

/*

*/

#bus{ /* Es el input*/
  z-index: 600;
  width: 490px;   height:27px;
  background-color: white;
  background-image:url('../ajax/search.png')no-repeat;
  background-size:25px 23px;/*tamano imagen*/
  background-position:right;
  border-radius: 5px;
  /*border: white 1px solid;*/
  border-width:1px;
}




/* Upload */

#progress-bar {
  background-color: green; 
  height:25px;
  color: #000;width:0%;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
}

/*.btnSubmit{background-color:#09f;border:0;padding:10px 40px;color:#FFF;border:#F0F0F0 1px solid; border-radius:4px;}*/
#progress-div {
  border:#3f65b7 0px solid;
  padding: 5px 0px;
  margin:10px 0px;
  border-radius:4px;
  text-align:center;
}
 
 .login-master {
  width: 300px;
  height: 345px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /*background-color: rgba(0,0,0,0.4);  */
  background-color: rgba(5, 34, 82, 0.1); 

}
.login-main {
  width: 300px;
  height: 345px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /*background-color: rgba(0,0,0,0.4);  */
  background-color: rgba(255, 0, 0,0.5); 
  border:1px solid black;
}

.login-main .box1 {
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;

  width: 90%;
  margin-bottom: 5px ;
  color: #000;
  font-size: 15px; 
}
.login-main .border1 {
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -ms-border-radius: 9px 9px 0 0;
  -o-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
}
.login-main .border2 {
  -webkit-border-radius: 0px 0 9px 9px;
  -moz-border-radius: 0px 0 9px 9px;
  -ms-border-radius: 0px 0 9px 9px;
  -o-border-radius: 0px 0 9px 9px;
  border-radius: 0px 0 9px 9px;
}


.login-main button{
    padding: 10px 40px;
    font-size: 16px;
    background: none;
    border-style: none;
    border: 1px solid white;
    color: white;
    margin-top: 20px;
    transition: background 300ms;
    cursor: pointer; 
    margin: 0 auto;
}

.login-main button{
    padding: 10px 40px;
    font-size: 16px;
    background: black;
    border-style: none;
    border: 1px solid white;
    color: white;
    margin-top: 20px;
    transition: background 300ms;
    cursor: pointer; 
    margin: 0 auto;
}

.login-main  button:hover{
    background: white;
    color: black;
}


.login-main .send {
  right: 1px;
  top: 173px;
  background-color: #3289c8;
  font-size: 18px;
  color: #000;
  font-weight: bold; */
 
}
.login-main .send:hover {
  animation: spin 0.5s ease-in-out;
  -webkit-animation: spin 0.5s ease-in-out;
  -moz-animation: spin 0.5s ease-in-out;
  -ms-animation: spin 0.5s ease-in-out;
  -o-animation: spin 0.5s ease-in-out;
  cursor: pointer;
}




/* Menú Horizontal */
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Starter CSS for Menu */
#menu_horizontal {
  padding: 0;
  margin: 0;
  border: 0; 
}

#menu_horizontal ul, #menu_horizontal li {
  list-style: none;
  margin: 0;
  padding: 0; 
}

#menu_horizontal ul {
  position: relative;
  z-index: 597; 
}

#menu_horizontal ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle; 
}

#menu_horizontal ul li.hover,
#menu_horizontal ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; 
}

#menu_horizontal ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%; 
}

#menu_horizontal ul ul li {
  float: none; 
}

#menu_horizontal ul ul ul {
  top: 0;
  left: auto;
  right: -50%; 
  /* right: -99.5%; */
}

#menu_horizontal ul li:hover > ul {
  visibility: visible; }

#menu_horizontal ul ul {
  bottom: 0;
  left: 0; 
}

#menu_horizontal ul ul {
  margin-top: 0; 
}

#menu_horizontal ul ul li {
  font-weight: normal; 
}

#menu_horizontal a {
  display: block;
  line-height: 1em;
  text-decoration: none; 
}

/* Custom CSS Styles */
#menu_horizontal { /* Menu Igual cabecera*/
  background-color: rgba(0, 0, 0, 0.5); /* Fondo transparente */ 
 
  border-bottom: 4px solid royalblue;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 14px; 
}
  
#menu_horizontal > ul {
  *display: inline-block; }
#menu_horizontal:after, #menu_horizontal ul:after {
  content: '';
  display: block;
  clear: both; 
}
#menu_horizontal ul {
  /*text-transform: uppercase; */
}
#menu_horizontal ul ul {
  border-top: 4px solid #1b9bff;
  text-transform: none;
  min-width: 250px; /* Ancho de SubMenús 2018-10-29 */
}
#menu_horizontal ul ul a {
    z-index: 600;
   background-color: white;
   color: #000;
   border: 1px solid  #3752a6;
   border-top: 0 none;
   line-height: 100%;
   padding: 12px 12px; /* 16 20 */ /* Margin Arriba, Abajo  */
}
#menu_horizontal ul ul ul {
  border-top: 0 none; 
}
#menu_horizontal ul ul li {
  position: relative; 
}
#menu_horizontal ul ul li:first-child > a {
  border-top: 1px solid #0082e7; 
}
#menu_horizontal ul ul li:hover > a {
  background:  #3752a6; 
  z-index: 650; /*LAST */
}
#menu_horizontal ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff; 
}
#menu_horizontal ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; 
  z-index: 650; /*LAST*/
}
/* SubMenús*/
#menu_horizontal ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#menu_horizontal ul li:hover > a, #menu_horizontal ul li.active > a {
  /*background:  #bf9004;*/
  background: #3752a6;
  color: #FFF; z-index: 650;
}
#menu_horizontal ul li.has-sub > a:after { 
  content: '+';
  margin-left: 5px; 
}
#menu_horizontal ul li.last ul {
  left: auto;
  right: 0; 
}
#menu_horizontal ul li.last ul ul {
  left: auto;
  right: 99.5%; 
}
#menu_horizontal a {
  /*background-color: #aaceef;*/ /* Cabecera, Menús */
  /* background-color: rgba(230,0,38, 0.5); */
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px; /* era 0 20 Margen Izq. derecho */
}
#menu_horizontal > ul > li > a {
  line-height: 48px; /* Este renglón es el Alto de la Cabecera*/
}










/* Starter CSS for Menu */
#menu_opcion {
  padding: 0;
  margin: 0;
  border: 0; 
}

#menu_opcion ul, #menu_opcion li {
  list-style: none;
  margin: 0;
  padding: 0; 
}

#menu_opcion ul {
  position: relative;
  z-index: 597; 
}

#menu_opcion ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle; 
}

#menu_opcion ul li.hover,
#menu_opcion ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; 
}

#menu_opcion ul ul {
  visibility: hidden;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 598;
  width: 100%; 
}

#menu_opcion ul ul li {
  float: none; 
}

#menu_opcion ul ul ul {
  top: 0;
  left: auto;
  right: -50%; 
  /* right: -99.5%; */
}

#menu_opcion ul li:hover > ul {
  visibility: visible; }

#menu_opcion ul ul {
  bottom: 0;
  left: 0; 
}

#menu_opcion ul ul {
  margin-top: 0; 
}

#menu_opcion ul ul li {
  font-weight: normal; 
}

#menu_opcion a {
  display: block;
  line-height: 1em;
  text-decoration: none; 
}

/* Custom CSS Styles */
#menu_horizontal { /* Menu Igual cabecera*/
  background-color: rgba(0, 0, 0, 0.5); /* Fondo transparente */ 

  border-bottom: 4px solid royalblue;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 14px; 
}
  
#menu_opcion > ul {
  *display: inline-block; }
#menu_opcion:after, #menu_opcion ul:after {
  content: '';
  display: block;
  clear: both; 
}
#menu_opcion ul {
  /*text-transform: uppercase; */
}
#menu_opcion ul ul {
  border-top: 4px solid #1b9bff;
  text-transform: none;
  min-width: 200px; /* Ancho de SubMenús 2018-10-29 */
}
#menu_opcion ul ul a {
    z-index: 600;
   background-color: white;

   color: #000;
   border: 1px solid  #3752a6;
   border-top: 0 none;
   line-height: 100%;
   padding: 12px 12px; /* 16 20 */ /* Margin Arriba, Abajo  */
}
#menu_horizontal ul ul ul {
  border-top: 0 none; 
}
#menu_horizontal ul ul li {
  position: relative; 
}
#menu_horizontal ul ul li:first-child > a {
  border-top: 1px solid #0082e7; 
}
#menu_horizontal ul ul li:hover > a {
  background:  #3752a6; 
  z-index: 650; /*LAST */
}
#menu_horizontal ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff; 
}
#menu_horizontal ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; 
  z-index: 650; /*LAST*/
}
/* SubMenús*/
#menu_horizontal ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#menu_horizontal ul li:hover > a, #menu_horizontal ul li.active > a {
  /*background:  #bf9004;*/
  background: #3752a6;
  color: #FFF; z-index: 650;
}
#menu_horizontal ul li.has-sub > a:after { 
  content: '+';
  margin-left: 5px; 
}
#menu_horizontal ul li.last ul {
  left: auto;
  right: 0; 
}
#menu_horizontal ul li.last ul ul {
  left: auto;
  right: 99.5%; 
}
#menu_horizontal a {
  /*background-color: #aaceef;*/ /* Cabecera, Menús */
  /* background-color: rgba(230,0,38, 0.5); */
  background-color: rgba(0, 0, 0, 0.5);

    /*
    background-image: -webkit-linear-gradient(top, #f9c68e, #fff);
    background-image: -moz-linear-gradient(top, #f9c68e, #fff);
    background-image: -o-linear-gradient(top, #f9c68e, #fff);
    background-image: linear-gradient(top, bottom,#f9c68e, #fff);
    */
  color: #fff;
  padding: 0 10px; /* era 0 20 Margen Izq. derecho */
}
#menu_horizontal > ul > li > a {
  line-height: 48px; /* Este renglón es el Alto de la Cabecera*/
}





/*margin: 0 auto; */
.tab_container {
  /*width: 95%;
  max-width: 750px;*/
  width: 500px;
  height: 300px;
  margin: auto; 
  position: relative;
  margin-top: 5%;
  background: white;
  border-radius: 7px;

}

/* Style the tab */
.tab_menu {
  float: left;
  top: -5%;
  left: 2%;
  position: absolute;
  width: 10%;
  height: 110%;
  background: #0554f2;
}

/* Style the buttons inside the tab */
.tab_menu button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px; 
}

/* Change background color of buttons on hover */
.tab_menu button:hover {
  background-color: black;
  color: white;
}

/* Create an active/current "tab button" class */
.tab_menu button.active {
  background-color: #3752a6;
  color: white;
}

.tab_menu_horizontal {
  float: left;
  top: -5%;
  left: 2%;
  position: absolute;
  width: 100%;
  height: 10%;
  background: #0554f2;
}
/* Style the buttons inside the tab */
.tab_menu_horizontal button {
  /*display: block; */
  background-color: inherit;
  color: black;
  padding: 9px 10px;
  /*width: 100%;*/
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px; 
}
.tab_menu_horizontal button:hover {
  background-color: black;
  color: white;
}
.tab_menu_horizontal button.active {
  background-color: #3752a6;
  color: white;
}


/* Style the tab content */
.t_contenido {
  padding: 10px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 

}

.t_contenido h1 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.t_contenido input[type=text] {
  width: 53%;
}
.t_contenido label {
  width: 45%;
  display:inline-block
}

 
.t_contenido .btn {
  float: right;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  border: none;
  color: #0554f2;
}

.t_contenido .btn:hover {
  text-decoration: underline;
  font-weight: 900;
}
/* Arriba el Tab*/

.t_contenido .submit {
  background: #044bd9; /*crimson;*/
  color: #000;
  margin:0px auto;
  margin-top: 10px;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  font-size: 18px;
  width: 100px;
} 

.t_contenido .submit:active{
  transform: scale(1.09);
}



@media screen and (max-width: 700px){
    .details p{
        font-size: 18px;
    }
  
 
  .menu {
    position: absolute;
    /*top: 60px;*/
    /*left: 0;*/
    float: right;
    width: 100%;
    background: rgba(0,0,0,.85);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; 
    height: 0;
    /*overflow: hidden;*/
    transition: height .5s linear;
  }
  .main-nav {
    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
  }
  
  
  .mostrar {
    height: 240px;
  }


  .container-header{
    width: 100%;
    max-width: 1250px;
    position: relative;
    margin: auto;
    color: blue;
    /*opacity: 0.2;
     filter: alpha(opacity=20);*/
  }
}



@media screen and (min-width: 701px){
    .details p{
        font-size: 18px;
    }
  .icon-menu {
  /*overflow: hidden;*/
    display: none;
  }

  .menu {
    position: relative;
    top: 10px;
    left: 0;
    float: right;
    width: 500px;
    background: rgba(0,100,0,.85);
    margin: 0;
    text-align: center; 
    height: 0; 
    overflow: visible; 
    /*transition: height .5s linear;*/
  }
  
  .main-nav {
    width: 100%;
    position: relative;
    z-index: 2000; 
    padding: 10px;
  }

  .container-header{
    width: 100%;
    max-width: 1250px;
    position: relative;
    margin: auto;
    color: blue;
     
  }
  
}
 

.div_3 {
  width:32%;
}
.div_3 label{
  width: 40%;
  display: inline-block; /* Envía a sig l´mea*/
}
.div_3 input, select {
  width: 57%;
}
