html, body {
    background-color:#1C2833;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-size: 12px;
    margin: 0;
    height:100%;
    width: 100%;
}
/* Login */
.Login{
    position: absolute;
    display:none;   
}
/* Version */
.Version{
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-size: 10px;  
}
/* Div Inicio */
.Inicio{
  margin-left: 0px;
  display:none;
  width: auto;
  padding: 0px 0px 0px 0px;
  background-color: #F7F7F7;
  border-radius: 2px;
}

/* Estado de Lecturas*/
.Alta { background:red; color:white}
.Baja { background:cyan;}
/*Estado Clientes*/
.Vencido{color:red;}     
.Activo{background:white;color:black;}
.Proximo{background:blue;color:white;}
.Suspendido{background:yellow;color:black;}
/*procesos*/
.Bajo{background:#F7F9F9;color:black;}     
.Medio{background:cyan;color:black;}
.Alto{background:red;color:white;}
/*Colores*/
.Verde{background:greenyellow;color:black;}     
.Amarillo{background:yellow;color:black;}
.Rojo{background:red;color:white;}

/*revisar*/
.ui-jqgrid .ui-widget-header {
    background-color: #00ADEE;
    background-image: none
}
/********************************************* Jqgrid*/
.ui-jqgrid-view>.ui-jqgrid-titlebar {
	height: 20px;
	line-height: 12px;
	color: #FFF;
	background: #307ECC;
	padding: 6;
	font-size: 12px;
	text-align: left;
	}
.ui-jqgrid .ui-jqgrid-title {
	float: left;
	margin: 0px;
	}
.ui-jqgrid .ui-jqgrid-titlebar-close { 
    position: relative;
    top: auto;
    margin: 0;
    float: left;
}
/********************************************* Fondo*/
#Fondo {
    background-image: url("../imagenes/background/background.jpg");
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}