@charset "utf-8";
.msgerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-align: center;
}
.escondeboton {
	display: none;

}
/* CSS Document */
.Titulos_tablas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.Encabezado_paso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003275;
	font-weight: bold;
	text-align: center;
}
.Encabezado_login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.Encabezado_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #679B15;
	font-weight: bold;
	text-align: center;
}
.mensajes_confir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
	text-align: center;
}
.link_menu_prin {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #009;
	font-weight: bold;
}
.contenido_tabla {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.SistemaNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.Titulos_Iconos_Menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #679B15;
	font-weight: bold;
}
.centrar_val_tab {
	text-align: center;
	border: 0;
	background: transparent;
}

.num_empleado {
	text-align: left;
	color:#FFF;
	border: 0;
	background: transparent;
}
.msgbaja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00; 
}
.bordecelda {
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}
.sueldo_deseado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #679B15;
	font-weight: bold;
	text-align: center;
}
.caja_texto {
	text-align: right;
}
.sin_borde {
	border: 0;
	background: transparent;
	border-style: dotted;
}
.deshabilitadas {
	background-color: #E1E1E1;
	border: 0;
}
.ajusterecibo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16.5px;
	color: #FFF;
}
.reportenomina {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	color: #000;  
}
.demoface {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003275;
	font-weight: bold;
	text-align: center;
}
#empleado{
	width:80px;
}
.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        /*font-weight:bold;*/
		color:#DF0000
        /*color:white;*/
        /*background:#638cb5;*/
        border:0px;
        width:100px;
        height:35px;
}

/* Formulario login*/
#contenedor_log{
	background:#679B15;
	width:450px;
	height:200px;
	margin:auto;
	
	/* Redondear */
	border-radius:15px;
	-moz-border-radius:15px 15px 0px 0px; 
	-webkit-border-radius:15px 15px 0px 0px; 
	
	/* Espacio interior */ 
	padding: 5px 5px 5px 5px; 
}

#imagen_log{
	float:left;
	display:block;
	width:220px;
	height:200px;
}

#formulario_log{
	margin-top:10px;
	float:left;
	display:block;
	width:220px;
	height:200px;
}

.caja_texto_log{
	height:25px;
	width:200px;
	text-align:left;
	font-size:20px
}

#img_login{
	
	margin-left:30px;
	margin-top:20px;
	
	/* Redondear */
	border-radius:15px;
	-moz-border-radius:15px 15px 0px 0px; 
	-webkit-border-radius:15px 15px 0px 0px; 
}

#logo_qui{
	margin:auto;
	margin-top:100px;
	width:229px;
	height:94px;
}


#id_deptos{
	width:80px;
}

/* Estilos captura de auxiliares */
#lista_clave{
	width:55px;
}

#lista_mayor{
	width:80px;
}
#lista_empleado{
	width:120px;
}
#lista_departamentos{
	width:120px;
}

/* Estilos para ventana poliza */
#imp_comision{
	text-align:right;
}
#imp_iva{
	text-align:right;
}