/* Estilos Generales */

*{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif, Arial, Helvetica;
    text-decoration: none;

}



.clearfix{
    clear: both;
    float: none;
}

body{
    background-color: #f2f2f2;
}

/* Estilos Cabecera */

header{
    width: 1212px;
    height: 140px;
    background-color:  #073ce7;
    margin: 0px auto;
    
}

#logotipo{
    width: 60%;
    height: 130px;
    margin: 0px auto;
    padding-top: 20px;

}

#logotipo img{
    display: block;
    width: 200px;
    float: left;
    margin-top: 20px;
}

#logotipo h1{
    display: block;
    letter-spacing: 2px;
    margin-top: 35px;
    margin-left: 20px;
    float: left;
    font-weight: lighter;
    color: #ffffff;
}


/* Estilos barras navegación */

nav{
    width: 1250px;
    height: 40px;
    background-color: #073ce7;
    border: 1px solid #333333;
    margin: 0px auto;
    box-shadow: 0px 22px 22px rgb(255, 230, 0);
    font-size: 15px;
    
}

nav > ul{
  list-style: none;
  text-decoration: none;
}

nav > ul > li{
  line-height: 40px;
  float: left;
}

nav > ul > li > a{
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  color: #d1d4d6;
}

nav > ul > li > a:hover{
  background: #2ba977;
  box-shadow: 0px 0px 5px #444 inset;
  color: white;
  transition: all 300ms;
}

nav > ul > li > ul {
  display: none;
  position: absolute;
  color: white;
  text-align: left;
  width: 160px;
  box-shadow: 0px 2px 2px gray;
}

nav > ul > li:hover > ul{
  display: block;  
  margin: 0px;
  list-style: none;
  color: #073ce7;
}

nav > ul > li:hover > ul > li{
  background: #F2F1F0;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px;
  line-height: 25px;
  font-size: 13px;
  transition: all 300ms;
  
}

nav > ul > li:hover > ul > li a{
  color: white;
  transition: all 300ms;
}

nav > ul > li:hover > ul > li:hover{
  color: white;
  background-color: #2ba977;
}

nav > ul > li:hover > ul > li:hover a{
  display: block;
  color: white;
}




/* Estilos contenido Central */

#content{
    width: 1212px;
    min-height: 930px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px
}

.box{
    background: white;
    width: 95%;
    min-height: 930px;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin: 0px auto;
}

.box .image{
  width: 400px;
  float: left;
  margin-right: 40px;
}

.box .image img{
  width: 100%;
}

.box a{
  transition: all 200ms;
  color: #444;
}

.box a:hover{    
  color: #1f7e58;
}

.box form{
  width: 40%;
}

.box form input,
.box form label{
  display: block;
  padding: 5px;;
  padding-left: 0px;
}

.box form input[type="text"],
.box form input[type="email"],
.box form input[type="password"],
.box form textarea,
.box form select{
  width: 100%;
  margin-bottom: 10px;
  
}

.box form select{
  width: 100px;
  padding: 5px;
}

.box form input[type="submit"],
.box form input[type="button"],
.box form button
{
  padding: 10px;
  margin-top: 5px;
  background: #2ba977;
  border: 1px solid #444;
  color: white;
  transition: 300ms all;
}

.box form input[type="submit"]:hover,
.box form input[type="button"]:hover,
.box form button:hover
{
  cursor: pointer;
  background: #1f7e58;
 
}





/* Estilos JPR */

table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
  }
  table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.blueTable tbody td {
    font-size: 13px;
  }
  table.blueTable tr:nth-child(even) {
    background: #D0E4F5;
  }
  table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
  }
  table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
  }
  table.blueTable thead th:first-child {
    border-left: none;
  }
  
  table.blueTable tfoot td {
    font-size: 14px;
  }
  table.blueTable tfoot .links {
    text-align: right;
  }
  table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }


  /* Estilos JPR  Para Gestión Módulo botones y columnas*/
  .button-column {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .btn-light-yellow {
    background-color : #fffdd8; /* Amarillo claro */
    color: #7c6a00; /* Color de texto que combina */
    width: 200px !important;
    height: 40px;
  }
  
  .title-blue {
    color: #0000ff; /* Azul fuerte */
    margin-bottom: 20px;
    text-align: center;
    
  }

  .rotate-text {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}