*{margin:0;}    
.tinyMCE div {text-align:center}

body {
	font: 1.5em Arial, Helvetica, sans-serif;
}
a {
	color: #669;
	text-decoration: none;
        font-size: 1em;
}
a:hover {
	text-decoration: underline;
        color:#00F ;
}
h1 {
	font: bold 26px/100% Arial, Helvetica, sans-serif;
}

.liga {
    color: #fff;
    font-weight: bold;
    text-shadow:1px 1px 0 rgba(0,0,0,.3);
}

.liga:hover {
    color:yellow;
    font-weight: bold;
}

.liga:visited{
    color: #fff;
    text-shadow:1px 1px 0 rgba(0,0,0,.3);
}

.ligaBoton {
    color: #fff;
    font-weight: bold;
    text-shadow:2px 2px 0 rgba(0,0,0,.3);
    display: block;
    background-color: #a9946e;
    margin: 5px;
    padding: 10px;
    text-align: center;
    width: auto;
    min-width: 150px; 
}

.ligaBoton:hover {
    color: #ffee00;
    font-weight: bold;
    background-color: #e28f00;
}

.ligaBoton2{
    color: #fff;
    font-weight: bold;
    text-shadow:2px 2px 0 rgba(0,0,0,.3);
    display: block;
    background-color:#d3ab83;
    padding: 9px;
    margin: 5px;
    text-align: center;
    width: auto;
    min-width: 50px;
    float: inside;
}

.ligaBoton2:active{
    color: #fff;
}

.centrar{
        width: 80%;
        height: 50%;
        margin-left: auto;
        margin-right: auto;

}

.ligaDocto {
    color: #003399;
    text-shadow:1px 1px 0 rgba(50,50,50,.1);
    background-color: #dddddd;
    padding:5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: auto;
    float: none;
}
.LigaArchivo{
    background-image: url("../img/SubirArchivo.png");
    background-repeat: no-repeat;
    padding: 3px;
    padding-left: 17px;
    text-align: right;
    width: 110px;
    margin-left: auto;
}
.LigaArchivo:hover{
    background-color: #ffff66;
    color: #003399;
}

.Enfasis{
    display: compact;
    background-color:#FFF;
    /*border:1px solid #888888;*/
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    /*border-radius:4px;*/

    
}

.lav-tit{
    background-color: #365B6D !important;
    color: #ffffff;
}
.lav-menu{
    background-color: #41C1BA;
}
.lav-btn{
    background-color: #41C1BA !important;
    color: #ffffff !important;
}

.lav-btn-can{
    background-color: red !important;
    color: #ffffff  !important;
}

/************************************************************************************
ESTRUCTURA
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
#header {
	height: 180px;
}
#content {
	width: 77%;
	float: left;
}
#sidebar {
	width: 25%;
	float: right;
}
#footer {
	clear: both;
        width:100%;
}



/* ----------------------------------------------------------------*/
/* borde & guideline (puedes ignorarlo) */
#content {
        background-color: white;

}
#sidebar {
	background: #fff;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {
	/*border: solid 1px #ccc;*/
}


article{
	display: inline-block;
}

new{
	display: inline-block;
}

aviso{
	display: inline-block;
}

seccion{
	display: inline-block;
}

body{
background-color: #ebe4e4;
	color:#000;
	font-family:Arial;
	font-size:1.5em;
	margin:0;
	/*text-shadow:1px 1px 0 rgba(0,0,0,.3);*/
}
.avatar,.personales{
	float: left;
}
.avatar img{
	border:5px solid white;
	margin-left:30px;
}
#contenedor{
	background:#fff ;
	margin:0 auto;
}
#datos{
	border:10px solid black;
	display: inline-block;
	max-width:1000px;
        width: 80%;
	padding:20px;
}
#datos a{
	color:whitesmoke;
}

#paginacion{
    padding: 10px;
    text-align: center;
    margin: auto;
}
#paginacion a{
    border: 1px solid;
    padding: 5px;
    margin: auto;
}
#paginacion a:hover{
    background-color: #fff;
}

.actual{
    border: 1px solid gray ;
    padding: 5px;
    margin: 3px;
    color: red;
    background-color: #e5d6b1;  
}

#websites{
	font-size:0;
	text-align:center;
}

#websites new{
        background: #fff;
        border:1px solid #919B9C ;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: black;
	font-size:15px;
	margin:5px;
	padding:0px;
	width:250px;
        height: 275px;
        vertical-align: top;
        box-shadow: 3px 3px 3px #888888;            
}

#websites article{
	background: #fff ;
/*        border:1px solid #ebe4e4;*/
/*	border-radius:10px;*/
        box-shadow: 5px #888888;
	color: black;
	font-size:15px;
	margin:5px;
	padding:10px;
	width:320px;
        height: 240px;
        vertical-align: top;
        margin-bottom: 50px;
}

#websites article:hover{
	background: #ebe4e4;
}


#websites aviso{
	background: #fff;
        font: Curiel ;
	color: black;
	font-size:12px;
	display: inline-block;
        margin:6px;
	padding:2px;
	width:280px;
        height: 160px;
        
             
        vertical-align: top;            
}

.inferior{
	background: #669;
	border-radius: 5px;
	color: #fff;
	font-size:15px;
	margin:5px;
	padding:5px;
	width:250px;
        height: 80px;
        vertical-align: top;
        text-align: left;
        background: rgba(0, 0, 0, 0.1); 
}

.inferior a:hover{
	color: yellow;
}

.Derecho{
    width:250px ;
    float: right;
    background-color: #e3f2f2;
}

.DerechoTitulo{
    background-color: #a5a55e;
    color: white;
    text-shadow:2px 2px 0 rgba(0,0,0,.3);
    text-align: center;
    border-bottom: solid 1px #b77b0e;
}

.DerechoTitulo2{
    background-color: #d2b88a;
    color: #000;
    text-shadow:2px 2px 0 rgba(0,0,0,.3);
    text-align: center;
    border-bottom: solid 1px #b77b0e;
}

.DerechoTexto{
    color: #003580;
    padding-left: 7px;
    font-size: .8em;
}

.Derecho a{
    margin-bottom:10px;
    color: #000;
    font-size: 1.2em;
}

.Derecho a:hover{
    color: #00F;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    text-decoration:underline; 
}




.Visitas{
    font-size: .7em;
    text-align: right;
    padding-right: 3px;
    height: 30px;
}

#websites img {
	-webkit-transition:.2s;
}
#websites article:hover img{
	-webkit-transform:scale(1.05);
}

.detalle{
	background: #FFF;
/*        border:1px solid  #e5d6b1;
	border-radius:10px;*/
	color: black;
	font-size:15px;
	margin-left: 5px;
	padding:0px;
	width:98%;
        min-height: 500px;
}

.doctodetalle{
	background: #FFF;
        border:1px solid  #e5d6b1;
	border-radius:1px;
	color: black;
	font-size:15px;
	margin-left: 5px;
	padding:10px;
	width:98%;
}



.AvisoDetalle{
	background: #fff;
        border:1px solid  #e5d6b1;
	border-radius:10px;
	color: black;
	margin : 5px;
	padding:0px;
	width:98%;
        min-height: 170px;
        
}

.descrip{
	margin:10px;
	padding:10px;
	width:90%;
}

.TituloNoticia{
    height: 50px;
    font-size: .9em;
    font-weight: bold;  
}

#titulo {
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    color: #003399;
    background:  #e5d6b1;
    padding-top: 5px;
    border-bottom: 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow:3px 3px 0 rgba(0,0,0,.3);
}
#titulo2 {
    display: block;
    text-align: center;
    color: blue;
    background: #d2b88a;
    padding-top: 5px;
    margin-top: 5px; 
    border-bottom: 4px solid #9999ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    text-shadow:2px 2px 0 rgba(100,100,0,.2);
}

#titulo3 {
    display: block;
    text-align: center;
    color: blue;
    background: #e5d6b1;
    padding: 10px;
    margin-top: 1px; 
    border-bottom: 4px solid #9999ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    text-shadow:2px 2px 0 rgba(100,100,0,.2);
    font-size: 1.5em;
}

#titulo4 {
    display: block;
    text-align: center;
    color: blue;
    //background: #e5d6b1;
    padding: 10px;
    margin-top: 1px; 
    border-bottom: 4px solid #9999ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    text-shadow:2px 2px 0 rgba(100,100,0,.2);
    font-size: 1.5em;
}



.pie {
    font-size: .7em;
    text-align: right;
    padding-right: 10px;
    vertical-align: text-bottom;
    vertical-align: bottom;
}


.btn-nuevo{
    display: block;
    background-color: #f1eeee;
    width: 120px;
/*    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;*/
    margin-left: auto;
   text-shadow:2px 2px 0 rgba(100,100,0,.2);
   color: black;
   padding: 5px;
   font-size: 1.1em;
   border: 1px solid #cccccc  ;
   height: 34px;
}
.btn-nuevo:hover{
    display: block;
    background-color: #9999ff;
   margin-left: auto;
   border: 1px solid #003580;
   color: yellow;
}

.TablaBasica{
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;    
}

.Problemarios{
    min-width: 150px;
}

.imagenfuente{
    min-width: 49%;
}


.ColumnaEstadi1{
    min-width: 220px;
    width: 35%;
}
.ColumnaEstadi2{
    min-width: 220px;
    width: 60%;
    vertical-align: top;
}

.Sup2Col1{
    border: 1px solid #003580;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-weight: bold;
    color: #00F;
    font-size: .9em;
    margin: 0px;
    padding: 10px;
    background: #cccccc;
}
.Sup2Col2{
    background: #cccccc;
    float: right;
    border: 1px solid #003580;
    vertical-align: top;
    margin-left: auto ;
    font-size: .9em;
    margin: 0px;
    padding: 10px;
}

.BitFolio{
        width: 50px;
        padding: 3px;
        font-size: .9em;
        text-align: center;
       /* font-size: 1.3em;*/ 
    }
.BitFecha1{
        width: 150px;
        padding: 3px;
        font-size: 1em;
       /* font-size: 1.3em;*/ 
    }
.BitTitulo{
        width: 70%;
       /* font-size: 1.3em;*/ 
        font-size: 1em;
        padding: 3px;
}

.BitBoton1{
    border: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}    
.BitBoton1:hover{
    background-color: #cccccc;
}    
 
.BitBoton1min{
    border: 1px solid #cccccc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -moz-border-top-right-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
}    
.BitBoton1min:hover{
    background-color: #cccccc;
}    

.BitPanel2{
    width: 49%;
    display: inline-block;
}
.BitPanel3{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.BitParametro1{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.BitCajaCaptura{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.BitCajaCaptura2{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.BitPanelvarios{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.BitRegTT{
    text-align: center;  
    padding-top: 5px;
    padding-bottom: 5px;    
    color: #FFF;
}

.BitRegCIzq{
    display: inline-table;
    width: 23%;
    vertical-align: top;
}
.BitRegCDescrip{
    display: inline-table;
    width: 22%;
    vertical-align: top;
}
.BitRegCNota{
    display: inline-table;
    width: 22%;
    vertical-align: top;
}
.BitRegCStatus{
    display: inline-table;
    width: 9%;
    vertical-align: top;
}

.BitRegCSub{
    display: inline-table;
    width: 31%;
    vertical-align: top;
}

.BitInfCTT{
    text-align: center;  
    padding-top: 5px;
    padding-bottom: 5px;    
    color: #FFF;
}

.BitInfCIzq{
    display: inline-table;
    width: 10%;
    vertical-align: top;
}
.BitInfCTitulo{
    display: inline-table;
    width: 20%;
    vertical-align: top;
}
.BitInfCStatus{
    display: inline-table;
    width: 9%;
    vertical-align: top;
}

.BitInfCObserva{
    display: inline-table;
    width: 60%;
    vertical-align: top;
}

.BitInsCFecha{
    display: inline-table;
    width: 10%;
    vertical-align: top;
}
.BitInsComentario{
    display: inline-table;
    width: 58%;
    vertical-align: top;
}

.ProEncabeza{
    text-align: center;  
    color: #FFF;   
    font-weight: bold;
    background-color: #D893A1;
}
.ProFolio {
    display: inline-table;
    width: 5%;
    vertical-align: top;   
}
.ProFecha {
    display: inline-table;
    width: 10%;
    vertical-align: top;
}
.ProTitulo {
    display: inline-table;
    width: 40%;
    vertical-align: top;
}
.ProUsuario {
    display: inline-table;
    width: 10%;
    vertical-align: top;
}
.ProAccion {
    display: inline-table;
    width: 200px;
    vertical-align: top;
}
.ProBoton{
    font-size: 0.8em;
    width: 70px;
    text-align: center;
}
.ProBoton:hover{
    background-color: #a5a55e;
    
}

.ErrorCodigo {
    display: inline-table;
    width: 10%;
    vertical-align: top;   
}
.ErrorModulo {
    display: inline-table;
    width: 10%;
    vertical-align: top;
}
.ErrorTitulo {
    display: inline-table;
    width: 15%;
    vertical-align: top;
}
.ErrorDescrip {
    display: inline-table;
    width: 30%;
    vertical-align: top;
}
.ErrorEstatus {
    display: inline-table;
    width: 10%;
    vertical-align: top;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/


/* para 980px o menos */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 30%;
	}
        
        .Derecho {
            border: 2px;    
            width: 98%; 
            float: none;
        }
        .Sup2Col1{
        width: 650px;
        }
    .BitTitulo{
        width: 80%;
    }
    .BitBoton1{
        width: 49%;
    }    
    .BitParametro1{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
        margin: 5px;
    }
    .BitCajaCaptura2{
        width: 100%;
    }    
  
  
    
}

@media screen and (max-width:800px){
    .derecho {
        width: 98%; 
        float: none;
    }
    .Sup2Col1{
        width: 550px;
    }
    .BitPanel2{
        width: 100%;
        display: inline-block;
    }
    .BitPanel3{
        width: 100%;
        display: inline-block;
    }
    .BitPanelvarios{
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .ProFolio {
        font-size: .8em ;
    }
    .ProFecha{
        font-size: .8em;        
    }
    .ProTitulo{
        font-size: .8em;
        width: 30%
    }
    .ProUsuario{
        font-size: .8em;                
        width: 10%
    }
    .BitRegCDescrip{
        width: 50%;
    }
    .BitRegCNota{
        display: none
    }

}

/* para 700px o menos */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}

        .derecho {
            width: 98%; 
            float: none;
        }
        table{
            width: 100%;
        }
        .Sup2Col1{
            width: 100%;
        }
        .BitBoton1{
            width: 49%;
        }    

    .BitTitulo{
        width: 50%;
    }
    .ProAccion{
        width: 10%;
    }
    .BitRegCStatus{
        font-size: .8em;
    }
    
}

@media screen and (max-width:550px){
    .BitTitulo{
        width: 30%;
    }
    .BitCajaCaptura{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin: 2px;
        padding: 3px;
    }
}
@media screen and (max-width:480px){
    #datos{
            display: block;
            text-align:center;
    }
    .avatar,.personales{
            float: none;
    }
    .avatar img {
            margin:10px 0;
    }
    .Resumen1{
        height: 55px;
    }
    .Resumen2{
        height: 150px;
    }


    #header {
            height: auto;
    }
    h1 {
            font-size: 1em;
    }
    #sidebar {
            /*display: none;*/
            width: auto;
            float:none;
    }

    #content {
    width: 100%;
    }
    #contenedor{
    background:#fff ;
    margin:0 auto;
    width: 100%;
    }

    .detalle{
        width: 100%;
    }
    .derecho {
        width: 98%; 
        float: none;
    }
    .btn-nuevo{
        margin-top: 50px;
    }
    .LigaArchivo{
        width: 130px;
    }
    .LigaArchivo:hover{
        background-color: #ffff66;
    }
    .TablaBasica{
        width: 100%;
    }
    .ligaBoton{
        min-width: 100%;
        width: 100%;
        border-bottom: solid 1px #888888;
        text-shadow:2px 2px 0 rgba(0,0,0,.3);
    }
    .ligaBoton2{
        min-width: 100%;
        width: 100%;
        border-bottom: solid 1px #888888;
        text-shadow:2px 2px 0 rgba(0,0,0,.3);
    }

    .TituloNoticia{
        height: 40px;
        font-size: .8em;
    }

    .BitBoton1{
        width: 100%;
    }    
    .BitPanelvarios{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}




/* ----------------------------------- mio -----------------------------------------*/
body{
    background: #dddddd;
     background-image: url("../img/bg2.png");
}

.Titulo{
    font-size: 3em;
    margin-top: 100px;
    color: #003580;
    text-align: center;
}

.Titulo4{
    font-size: 1.2em;
    margin-top: 0px;
    color: #003580;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #e5d6b1;
}

.Titulo5{
    font-size: 1.2em;
    margin-bottom: 4px;
    padding: 3px;
    color: #003580;
    text-align: center;
    border-bottom: 10px double silver;
    height: 50px;
}

.NotiImagen
{
    height: auto;
    width: 60px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
    text-align: left;
    
}
.ArtImagen
{
    
    height: 40px;
    width: 70px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    float: left; 
    margin-right: 8px;
    overflow: hidden;
    
}
.BgInferior
{
    width: auto;
    float: none;
    margin-top: 20px;
    padding: 10px;
    background-image: url("../img/bginferior.png");
   //background: #ffffcc;
    color:#000;
    border-top: 1px solid #b77b0e;
    font-size: .9em;
background-position: center top;
    background-size: 100% auto;    
    
}
.t-tarea {
    width: 100%;
}
.t-tarea > tbody > tr > td{
    border-bottom: 1px dashed #d4d4d4;
    padding: 5px;
    padding-left: 0px
}
.btn-edit{
    background-color: #ffe428;
    border: 1px solid #ffe428;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    transition: 200ms;
}    
.btn-edit:hover{
    transition: 300ms;
    background-color: #fff;
    text-decoration: none;
}  
.btn-delete{
    background-color: #f35f5f;
    border: 1px solid #f35f5f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    transition: 200ms;
}    
.btn-delete:hover{
    transition: 300ms;
    background-color: #fff;
    text-decoration: none;
}  
.t-content:hover{
    transition: 100ms;
    background-color: #fff;
}
.t-title > th{
    text-align: left;
}


/*Tabla de contenido*/
.w-49 {
    width: 49%;
}
th{
    font-size:.7em !important;
}
td{
    font-size: .9em !important;

}
.md-form input[type=number]{
    font-size: .9em !important;
    text-align: center;
}
@media (max-width: 993px) {
    div#fecha, div#folio{  
        text-align: left !important;
    }
}
/* CHECK BOX */
/* input[type="checkbox"] {
    display: none;
} */

/* input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
} */

input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"].modern-blue+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #33b5e5;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .18s, border-color .08s;
    transition: all .18s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.overlay {
    height: 100%;
    width: 100%;
    margin-left: -100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0, 0.9);*/
    background-color: #00617d;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    /*color: #818181;*/
    color:#fff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
  .icon-menu-mobile{
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    z-index: 1;
    bottom: 10px;
    left: 20px;
    background: #00617d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    color: #e6e6e6;
  }

.table-recolecta > tbody > tr:nth-child(odd) {
	background: #ffffff;
}
.table-recolecta > tbody > tr:nth-child(even) {
	background: #eee;
}

.nav-link:hover{
    background-color: #0e8e81 !important;
    color: white !important;
}
.dropdown-item:hover{
    background-color: #2bbbad !important;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color:white !important;
}
.dropdown .dropdown-menu{
    padding: 5px .5rem;
}
.navbar .dropdown-menu a{
    padding:2px 10px !important;
}