/*  QUITAR MARGENES DEL BODY */

body {
    margin: 0px;
}

/* PAGINA DE ACCESO */

/* TABLA PASSWORD */
.tpass {
    border-style:  solid;
    border-width: 1px;    
    border-color: lightgrey ;
    border-collapse: collapse;
    background-color:  transparent;
    font-family: Arial Narrow;
    font-size: 16px;
    margin: auto;
    }

.tpass th {
    padding: 10px;    
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    text-align:  left;
    background-color: #f2f2f2;
    border-style:  solid ;
    border-width: 1px;  
    border-color: lightgray;
    }

.tpass td {
    padding: 10px;
    border-style:  solid;
    border-width: 1px;    
    border-color: lightgrey ;
    }

p {
    margin: 5px;
}

/* PAGINA PRINCIPAL */

/* CABECERA */
.cabecera{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #f2f2f2;
    background-color: darkorange;
    border-color: darkorange;
    border-style: solid;
    border-width: 1px;    
    padding-top: 2px;    
    padding-bottom: 2px;
    position: relative;
    }

.contenedor-fijo{
    width: 100%;
    height: 80px;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
}

.contenedor-menu {
    position:absolute;
    width:40%;
    border: none;
    overflow-x: auto;
    background-color: lightgray;
    margin-bottom: 10px;
    visibility:hidden; 
}

.amenuweb{
     background-color: brown; 
     color: white;
     display:  inline-block;
     margin: 5px;
     font-family:arial;
     font-size: 12px;
     text-align: center;
     width: 100px;
     padding: 15px;
     line-height: 1.3em;
     text-decoration: none;
     
 }
 .amenuweb:hover {
     background-color: darkgray;
 }

.aupdate{
     background-color: lightgray; 
     font-family:arial;
     font-size: 10px;
     text-align: center;
     margin: 2px;
     display:  inline-block;
     width: 80px;
     padding: 10px;
     text-decoration: none;
     
 }

.contenedor-tareas{
    border-style: none;
    background-color: transparent;
    width: 100%;
    /* overflow-style: auto;    */
}


.contenedor-submenu{
    text-align:center;
    border-style: none;
    background-color: transparent;
    width: 100%;
}

.contenedor-subtareas{
    border-style: none;
    background-color: transparent;
    width: 100%;
    height: 600px;    
}

/* CONSOLAS DE ABONOS USUARIO PUBLICACIONES */

/* TITULOS */
h1{
    width: 90%;
    font-size: 20px;
    color:  brown;
    margin: auto;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey ;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Arial Narrow;
    font-weight: bold;
}

.tituloregistro {
    width:90%;
    margin: auto;
    display:block;
    background: lightgray;
    text-align: center;
    font-size:12px;
    font-family: Arial;
    font-weight: bold;
    padding:10px;
}

/* TABLA DE FILTRO DE BUSQUEDA */
.tbuscar {
border-style:  solid;
border-width: 1px;    
border-collapse: collapse;
border-color: lightgrey ;
background-color:  transparent;
font-family: Arial Narrow;
font-size: 16px;
width: 90%;
margin: auto;
}

.tbuscar th {
padding: 10px;    
font-weight: bold;
font-family: arial;
font-size: 14px;
text-align:  left;
background-color: darkorange;
color: white;
border-style:  solid ;
border-width: 1px;  
border-color: darkorange;
}

.tbuscar td {
padding: 10px;
text-align:  left;
}

.contenedor-pie{
    width: 100%;
    background-color:  #808080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.tpie{
    width: 90%;
    height: 250px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: auto;
}



/* CONTENEDOR DE BOTONES DE BUSQUEDA Y NUEVO */
.contenedor-botones{
    padding: 10px;
    text-align: center;
    
}

/* CONTENEDOR DE LA GRILLA SCROLL */
.contenedor-grilla {
    width: 90%;
    margin: auto;
    overflow-x: auto;
}

/* TABLA GRILLA */
.grilla {
width: 100%;    
border-style:  solid;
border-width: 1px;    
border-color: lightgrey ;
border-collapse: collapse;
background-color:  transparent;
font-family: Arial Narrow;
font-size: 16px;
margin: auto;
}

.grilla th {
padding: 10px;    
font-weight: bold;
font-family: Arial;
font-size: 14px;
text-align:  left;
background-color: #f2f2f2;
border-style:  solid ;
border-width: 1px;  
border-color: lightgray;
}

.grilla td {
padding: 10px;
border-style:  solid;
border-width: 1px;    
border-color: lightgrey ;
}

table.grilla tr:hover{
    background-color:  lightskyblue ;
}


.trepo {
    border:1px white;
    /* border-collapse:collapse; */
    font-size: 14px;
    font-family: Arial;
    margin: auto;
}

.trepo th {
    background-color: darkgrey;
    padding: 10px;    
    font-weight: bold;
    text-align:  left;
}

.trepo td {
    padding: 10px;
    background-color: lightgrey;
    text-align:  left;
}



/* PAGINA DE NUEVO Y ACTUALIZA REGISTRO */
.tdatos {
border-style:  solid;
border-width: 1px;    
border-collapse: collapse;
border-color: lightgrey ;
background-color:  transparent;
font-family: Arial Narrow;
font-size: 16px;
width: 90%;
margin: auto;
}

.tdatos th {
padding: 10px;    
font-weight: bold;
font-family: arial;
font-size: 14px;
text-align:  left;
background-color: darkorange;
color: white;
border-style:  solid ;
border-width: 1px;  
border-color: darkorange;
}

.tdatos td {
padding: 10px;
text-align:  left;
}

.botondatos {
 background-color: darkorange;
 border: none;
 color:  white;
 padding: 8px;
 font-size: 12px;
 font-weight:  bold;
 width: 150px;
 }
 
 .botonregistro {
 background-color: darkgray;
 border: none;
 color:  white;
 padding: 8px;
 font-size: 12px;
 font-weight:  bold;
 width: 150px;
 }
 
 
 button{
     cursor: pointer;
 }
  
 input{
     font-size: 14px;
     border-color:  #A0A0A0 ;
     border-style: solid;
     border-width: 1px;
     padding: 5px;
 }
 
 select{
     font-size: 14px;
     border-color:  #A0A0A0 ;
     border-style: solid;
     border-width: 1px;
     padding: 5px;
 }
 
.textarea{
     font-size: 14px;
     border-color:  #A0A0A0 ;
     border-style: solid;
     border-width: 1px;
     padding: 5px;
 }
 
  
/* CONFIGURACION PARA MODO RESPOSIVE */ 
@media screen and (max-width:700px ) {
/*     input [type="text"], [type="select"], textarea  {
        width: 100%; 
    }*/
    
    input {
        width: 98%;
    }
    
    textarea{
        width: 98%
    }
    
    select {
        width: 98%
    }
    
    .contenedor-identificar{
        width: 95%;
    }
    
    .contenedor-grilla {
        width: 95%;
        margin: auto;
        overflow-x: auto;
    }
    
    p{
        float: left;
    }

} 

/* ESTILO RESPONSIVE PARA TABLA PIE DE PAGINA */
@media only screen and (max-width: 600px) {
       .tpie {
         text-align: center;  
       }
       .tpie thead {
           display: none;
       }

       .tpie tr:nth-of-type(2n) {
           background-color: inherit;
       }
       
       
       .tpie tr td:first-child {
           font-weight:bold;
           font-size:1.3em;
           width:100%;
       }
       .tpie tbody td {
           display: block;
           text-align:center;
           width:100%;
       }
       .tpie tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
           
       }
}
