﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #FFF;
    text-decoration: none;
}

a:hover
{
    color: #FFF;
    text-decoration: none;
}

a:active
{
    color: #FFF;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* --- ESTILOS NUEVO LOGIN ----*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,300;0,400;0,700;1,400;1,700&display=swap');

body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: 'Fira Sans', sans-serif !important;
}
#fondo_login {
    background-image: url(login.jpg);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    right: 0px;
    z-index:0;
}
.logo_index {
    width: 374px;
    height: 72px;
    margin: 150px auto 0;
    position: relative;
    background: url(logo_menu_white.png) no-repeat left top;
}
.box_index {
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background-position: 0% 0%;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    height: auto;
    position: relative;
    margin: 50px auto 60px;
    background-clip: padding-box;    
    border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    background: rgb(126,159,140);
    background: -moz-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
}
.acceso_usuario {
    width: 100%;
    height: 290px;
    top: 20px;
    left: 20px;
}
.titulo_login {
    margin: 0px auto 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px black;
}
.txt_login {
    font-size: 15px;
    font-style: italic;
    color: #fff;
    text-align: left;
    line-height: 35px;
    position: relative;
    width: 100%;
    height: 80px;
    margin: 10px auto;
}
.txt_login_bajada {
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 10px auto;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.input_login {
    border-left: 1px solid #15243b;
    border-right: 1px solid #15243b;
    border-top: 1px solid #0d1827;
    border-bottom: 1px solid #15243b;
    background-position: 0% 0%;
    width: 100%;
    text-indent: 30px;
    height: 37px;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 1px black;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
    background-color: #2b3e5d;
    background-repeat: repeat;
    background-attachment: scroll;
}
.input_login:focus {
    outline: 0;
    background-color: #32486d;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}
.btn_estilo_1_big {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color: #77b55a;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
    font-family: 'Fira Sans', sans-serif !important;
}

.btn_estilo_1_big:hover {
    background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.btn_estilo_1_big:active {
    position: relative;
    top: 1px;
}
#header {
    width: auto;
    height: auto;
    position: relative;
    margin: 0px auto 30px;
}
.box_logo {    
    width:300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    color: #fff;
    background: #fff;
    padding: 10px;
    border-radius: 0px 0px 60px 60px;
    box-shadow: 0 8px 6px -6px grey;    
}
#box_usuario {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #001714;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
}
.box_info_usuario { 
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow:1px 1px 2px #000;
}
/* -- CONTENEDORES --*/
   
#row {
    width:100%;
    display:flex;
    height:fit-content;
    position:relative;
}
@media (max-width: 1024px) {
#row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
#row_inside {
    width:100%;
    position:relative;
    display:inline-flex;
}
@media (max-width: 1024px) {
#row_inside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
@media (max-width: 767px){
.columna_sidebar {
    width: 100%;
    padding: 10px;
    border-bottom: 5px solid #83ce52;
    background: #00322a;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background: rgb(126,159,140);
    background: -moz-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
}
}
@media (min-width: 768px){
.columna_sidebar {
    width: 15%;
    padding: 10px;
    border-bottom: 5px solid #83ce52;
    background: #00322a;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background: rgb(126,159,140);
    background: -moz-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
}
}
@media (min-width: 767px){
.columna_contenido {
    width: 85%;
    padding:30px;
    background:#fff;
}
}
@media (max-width: 768px){
.columna_contenido {
    width: 100%;
    padding: 30px;
    background:#fff;
}
}
@media (min-width: 767px){
.columna_contenido_inside {
    width: 100%;
    padding:30px;
    background:#fff;
}
}
@media (max-width: 768px){
.columna_contenido_inside {
    width: 100%;
    padding: 30px;
    background:#fff;
}
}
.columna_posicion {
    position: relative;
    
}
.columna_posicion_inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 50px;
}
@media (max-width: 767px){
.columna_tablas 
{
    margin:10px;
    padding: 10px;
    border-bottom: 5px solid #83ce52;
    background: #00322a;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background: rgb(126,159,140);
    background: -moz-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
}
}
@media (min-width: 768px){
.columna_tablas {
    padding: 20px;
    margin:10px;
    border-bottom: 5px solid #83ce52;
    background: #00322a;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    background: rgb(126,159,140);
    background: -moz-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    background: radial-gradient(circle, rgba(126,159,140,1) 0%, rgba(0,61,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    border-radius:10px;
}
}
@media (max-width: 767px){
.columna_tablas_bw 
{
    margin:10px;
    padding: 10px;
    border-bottom: 5px solid #83ce52;
    background: #fff;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
}
}
@media (min-width: 768px){
.columna_tablas_bw 
{
    width:100%;
    padding: 20px;
    margin:10px;
    border-bottom: 5px solid #83ce52;
    background: #fff;
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    border-radius:10px;
}
}
.style3 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif !important;
    padding: 10px 0 5px;
    background: #002920;
    border-radius: 10px 10px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e9f8c",endColorstr="#003d30",GradientType=1);
    -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px rgb(255 255 255 / 30%), inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 2px 10px rgb(0 0 0 / 50%);
    border-left: 1px solid #172b4e;
    border-right: 1px solid #172b4e;
    border-top: 1px solid #172b4e;
    border-bottom: 1px solid #142647;
    text-align:center;
}
/*--- BOTONES --*/

.btn {
    text-align:center;
    text-transform: uppercase;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color: #77b55a;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
    font-family: 'Fira Sans', sans-serif !important;
    padding: 8px 10px;
    display:block;
    margin:5px auto;
    width:auto;
}
.btn:hover {
    background: linear-gradient(to bottom, #548a3a 5%, #98e077 100%);
}

.btn_tablas {
    text-align:center;
    text-transform: uppercase;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    background-color: #77b55a;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
    font-family: 'Fira Sans', sans-serif !important;
    padding: 8px 10px;
    display:block;
    margin:5px auto;
    width:auto;
}
.btn_tablas:hover {
    background: linear-gradient(to bottom, #548a3a 5%, #98e077 100%);
}

/* --- TABLAS --- */
.info_td {
    color: #fff;
    font-size: 14px;
    font-weight:300;
    padding: 20px 0px 5px;
    text-align: center;
    border-bottom: 1px dotted #fff;
}
tbody, tr, td 
{
    display:block;
}
td img 
{
    width:100%;    
    height:auto;
    object-fit: cover;
    object-position: center center;
    position:relative !important;
}
select 
{
    font-size: 11px;
    font-family: 'Fira Sans', sans-serif !important;
}
.select-box 
{
    box-shadow: 0px 10px 14px -7px #003d30;
    background: rgb(2,174,161);
    background: linear-gradient(0deg, rgb(126 159 140) 0%, rgb(183 183 183) 100%);
    border-radius: 4px;
    border: 1px solid rgb(0 61 48);
    color: #fff;
    font-size: 16px;
}
.select-box option 
{
    background:#fff;
    color:Black;
}