﻿body 
{
  font-size: 100%;
  width: 100%;
  height:100%;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #f8f8f8;
  font-size: 10pt;
  color: black; 
}

.txtUser
{
    font-family: 'Helvetica Neue', Arial, sans-serif; 
    background-color:#FFF;
    color:#555553;    
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	padding: 2px 0px 2px 2px;
	margin: 3px 1px 2px 0px;
	border: 1px solid goldenrod; 
	height: 18px;
	font-size:9pt;
	text-transform: uppercase; 
}

.txtUser:focus
{    
    background-color:#DEBC74;
    color: #222222;
    font-weight:bold;
    -moz-box-shadow: 0 0 5px #DEBC74;
	-webkit-box-shadow: 0 0 5px #DEBC74;
	box-shadow: 0 0 5px #DEBC74;	
	border: 1px solid #DEBC74;
}

.txtPwd
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    background-color:#FFF;
    color:#555553;    
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	padding: 2px 0px 2px 2px;
	margin: 3px 1px 2px 0px;
	border: 1px solid goldenrod; 
	height: 18px;
	font-size:9pt;
	text-transform: uppercase; 
}

.txtPwd:focus
{    
    background-color:#DEBC74;
    color: #222222;
    font-weight:bold;
    -moz-box-shadow: 0 0 5px #DEBC74;
	-webkit-box-shadow: 0 0 5px #DEBC74;
	box-shadow: 0 0 5px #DEBC74;	
	border: 1px solid #DEBC74;
}

.topBar
{       
    width:100%; 
    background-color:white;       
    height:40px;      
}

.logo 
{
    position: absolute;
    width:100%;
    top:0;
    margin-top: 5px;
    left:50px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
}

.logomenu 
{
    position: absolute;
    width:100%;
    background-image: url('../Images/Logo_Mesa.png');
    background-repeat: no-repeat;
    top:0;
    left:50px;
}

.TituloPagina  
{
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size:12pt;
     font-weight:bold;
     color: black;     
     text-align: center;  
     margin-top:5px;
     z-index:102;           
}

.userLogin  
{
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size:9pt;     
     color: black;    
     text-align:right; 
     position:absolute;
     top:10px; right:60px;  
     z-index:104;   
}

.progressBar{
    width: 220px;
    background-color: #F9F2B0;
    colorexplore: #000; /* #894A3D;*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 2px solid black;
    font-size:12pt;
    color: #000000;
    font-weight:bold;
}

.modalBackground {
    background-color: #555555;
    filter:alpha(opacity=70);
    opacity:0.7;        
    width:100px;
    height:100px;
 }

 .modalPopup {
    background-color: white; 
    border-width:2px;
    border-style: solid;
    border-color:Black;
    padding:3px;
    width:300px;
 }
.mpHostorial {
    background-color: white; 
    padding:5px;
    border-width:2px;
    border-style: solid;
    border-color:  black;
    width:400px;
    height:350px
}

.Texto, .TextoNumero{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    background-color:#fff;
    color:#555553;    
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
	padding: 2px 0px 2px 2px;
	margin: 3px 1px 2px 0px;
	border: 1px solid #BBC6C8; 
	height: 18px;
	font-size:9pt;
	/*text-transform: uppercase; */
}

.TextoNumero{
	text-align: right;   
}





.Texto:focus, .TextoNumero:focus
{    
    background-color:#FFFCED;
    color: #555553;
    font-weight:bold;
    -moz-box-shadow: 0 0 5px #DEBC74;
	-webkit-box-shadow: 0 0 5px #DEBC74;
	box-shadow: 0 0 5px #DEBC74;	
	border: 1px solid #DEBC74;
}


.EtiqNormal{
    color: #74AA50;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:9pt;
    font-weight:bold;
}


.EtiqError{    
    color:#CC3300;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;     
	font-size:8pt;
}



.boton 
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 2px solid #F0BE39; 
	font-size: 10pt; 
	font-weight: bolder; 
	color: #000; 
	cursor: hand;
	background-color: #F0BE39;
}

.boton:hover{
	border: 2px solid black;
	background-color: black;  	
	color: #fff;
}
/*
Table
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-collapse: collapse;
    font-size: 10pt; 
    }
*/

.grdMenu{
    background-color: #fff;   
    border:2px;    
    border-right: 2px solid #676E1A;
}

.grdHead {
    background-color: #F0BE39;
    color: black;
    font-family: 'Helvetica Neue', Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    border: 1px solid White;
    padding-bottom: 5px;
    padding-top: 5px;
}

.row1{
    background-color: White;
    font-size:8pt;
    font-family: 'Helvetica Neue', Arial;
    color: #000000;
    text-decoration: none;
    border: #b2b2b2 1px solid;
}

.row2 {
    background-color: White;
    font-size: 8pt;
    color: #000000;
    font-family: 'Helvetica Neue', Arial;
    text-decoration: none;
    border: #b2b2b2 1px solid;
    border-right: #b2b2b2 1px solid;
    border-left: #b2b2b2 1px solid;
}
.Select{
   background-color:#BEFFFF;
   font-size:8pt;
  }

.encabezado 
{
    border: 1px solid #000000; /*#5C3D31*/
    color: black;
    background-color: #FFC600;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.Etiquetado
{
    border-top:#232650 1px solid; 
    border-bottom:#232650 1px solid;
    margin:20px auto 20px auto; 
    padding:1px 10px 0px 0px; 
    width:16%; 
    font-size:0.90em;
    background: white; 
}
.Etiquetado code
{
    font-size:120%;
}
.Etiquetado h3
{
    font-weight:bold; 
    width:600px;     
    padding:0px 0px 0px 10px; 
    margin-top:0px; 
    margin-bottom:0px;
}
#linkSel
{
    color: #848741;
}

#linkDes
{
    color: #848741;
}


/** page structure **/
#content{
  max-width: 1000px;  
  background: #fff;
  padding: 25px 65px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align:center;
}



#navbar 
{   
  max-width: 1000px;
  margin: 0 auto;  
}

.menubtn {
  position: relative; 
  z-index: 101;
  color: #274a61;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top: 15px;
  padding: 25px;
  background-image: url('../Images/menu.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

    .menubtn:hover, .openmenu .menubtn {
        color: #bdd43e;
        background-color: #FFC600;
    }

.salir {
  position:absolute; z-index:105;top:0px; right:8px;
}



/** toggle menu **/
body.openmenu {
  /*position: fixed;*/
  overflow: hidden;
}

#pgcontainer 
{  
  position: absolute;
  width:100%; 
  padding: 0;
  margin: 0;
  left:0;
  top:0;  
}
#pgcontent 
{  
  background-color:#fff;
  width:100%;   
  text-align:center;  
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}

.openmenu .overlay {
  top: 0;
}


#menu {
    height: 100%;
    width: 0;
    background: #FFFFFF;
    background-image: url('../Images/Logo_Mesa.png');
    background-size: 200px 40px;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: hidden;
}
#menu ul 
{  
  margin-top: 40px;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#menu ul li {
  display: block;
}
#menu ul li a {
  display: block;
  min-width: 150px;
  padding: 8px 8px;
  color: #000;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#menu ul li label 
{
    display: block;
    min-width: 150px;
    height: 40px;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}
#menu li a:hover {
    color: black;
    background: #FFC600;
    cursor:pointer;
}


.tooltip {
    display: inline;
    position: relative;
  }
  .tooltip:hover:after {
    bottom: 26px;
    content: attr(title); /* este es el texto que será mostrado */
    left: 20%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    background: rgba(255,255,255, 0.2); /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-family: Georgia, Arial;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 150px;
  }
  .tooltip:hover:before {
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(255,255,255, 0.2) transparent;
    border-width: 6px 6px 0 6px;
  }
/******Style paginacion*/
.pagerstyle {
    font-size: x-small;
    text-align: right;
    background: #D0DEF0 url(../Images/toolbarbck.gif) repeat-x scroll left top;
    background-position: bottom left;
}
/* url('../Images/menu_on.png');*/
        .gopag 
        {
            font-size:x-small;
            width:20px;
        }

        .pagprev
        {
            background:transparent url(../Images/previous.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }
        
        .pagnext
        {
            background:transparent url(../Images/next.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }

        .pagfirst
        {
            background:transparent url(../Images/first.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }
        
        .paglast
        {
            background:transparent url(../Images/last.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }
        
 /******termina style paginacion*/


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid #333333;
padding: 2px;
background-color: #FFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 color: #333333;
 font-size:10pt;
 /*font-weight:bold;*/
}


.nota{
	margin:11px 20px 11px 20px; padding:8px; border: 1px solid #ddd; background-color:#f0f0f0; font-size: 9pt; clear: both;
}


.note {
    font-family: helvetica, Arial;
    font-size: 15px;
    font-weight: bold;
    /*font-weight:  bold;*/
    color: #ffffff;
    background: #000000; /*#5C3D31*/
    margin: 0 0 25px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    border: 2px solid black;
    box-shadow: black 1px 1px inherit;
}

#btnAceptar{
    margin-right: 21px;
}

.EncabezadoSINISE {
    background-color: White;
    border: 1px solid White;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17pt;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

#imgbtnSalir{
    width: 40px;
    height: 40px;
}

#imgbtnSalir:hover {
    background-color: #FFC600;
}

.TablaProgreso {
    border: solid 3px Black;
    background-color: #BCF5A9; /*#e6e4da;*/
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1C1C1C; /*#61380B;*/
    font-size: 14pt;
}


