/**************************** CUERPO DE LA PAGINA ****************************/
html {
	background-color: rgb(240, 240, 240);
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

html,body {
	margin: 0;
	padding: 0
}

/**************************** CONTENEDOR DE LA PAGINA **************************/
.contenedor {
	width: 100%;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: rgb(240, 240, 240);
	font-size: 1.0em;
}

/**************************** ESQUINAS CON BORDES REDONDEADOS ****************************/
.esquina-superior-gris-centro {
	width: 100%;
	height: 10px;
	background: transparent url(../imagenes/porcentaje/fondo_gris.png)
		repeat-x;
}

.esquina-superior-gris-izq {
	width: 10px;
	height: 10px;
	background: transparent url(../imagenes/porcentaje/gris_top_left.gif)
		repeat-x;
	float: left;
}

.esquina-superior-gris-der {
	width: 10px;
	height: 10px;
	background: transparent url(../imagenes/porcentaje/gris_top_right.gif)
		repeat-x;
	float: right;
}

.esquina-inferior-gris-centro {
	width: 100%;
	height: 10px;
	padding-bottom: 20px;
	background: transparent url(../imagenes/porcentaje/fondo_gris.png)
		repeat-x;
}

.esquina-inferior-gris-izq {
	width: 10px;
	height: 10px;
	background: transparent url(../imagenes/porcentaje/gris_bottom_left.gif)
		repeat-x;
	float: left;
}

.esquina-inferior-gris-der {
	width: 10px;
	height: 10px;
	background: transparent
		url(../imagenes/porcentaje/gris_bottom_right.gif) repeat-x;
	float: right;
}

.esquina-superior-blanco-centro {
	clear: both;
	width: 100%;
	height: 10px;
	background: white;
}

.esquina-superior-blanco-izq {
	background: url(../imagenes/porcentaje/blanco_top_left.gif) repeat-x;
	float: left;
	width: 10px;
	height: 10px;
}

.esquina-superior-blanco-der {
	background: url(../imagenes/porcentaje/blanco_top_right.gif) repeat-x;
	float: right;
	width: 10px;
	height: 10px;
}

.esquina-inferior-blanco-centro {
	padding-top: 10px;
	clear: both;
	width: 100%;
	height: 10px;
	background: white;
	overflow: hidden;
}

.esquina-inferior-blanco-izq {
	background: url(../imagenes/porcentaje/blanco_bottom_left.gif) repeat-x;
	width: 10px;
	height: 10px;
	float: left;
}

.esquina-inferior-blanco-der {
	background: url(../imagenes/porcentaje/blanco_bottom_right.gif) repeat-x
		;
	width: 10px;
	height: 10px;
	float: right;
}

/**************************** ENCABEZADO DE LA PAGINA ****************************/
.encabezado-margen {
	width: 100%;
	background: rgb(200, 200, 200);
}

.encabezado {
	width: 99%;
	min-height: 130px /*Non-IE6*/;
	height: auto !important /*Non-IE6*/;
	height: 130px /*IE6*/;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
}

/**************************** ENCABEZADO SUPERIOR ****************************/
.encabezado-superior {
	width: 100%;
	height: 130px;
	background: rgb(218, 218, 218);
	font-size: 1.0em;
	overflow: hidden;
}

/****************************  ENCABEZADO INFERIOR ****************************/
.encabezado-inferior {
	width: 100%;
	min-height: 30px /*Non-IE6*/;
	height: auto !important /*Non-IE6*/;
	height: 30px /*IE6*/;
	background: rgb(225, 225, 225);
	font-size: 1.0em;
}

.encabezado-inferior ul {
	float: left;
	width: 40%;
	list-style: none;
	padding: 8px 0 3px 10px !important /*Non-IE6*/;
	padding: 8px 0 3px 10px /*IE6*/;
}

.encabezado-inferior ul li {
	display: inline;
	padding: 0 0 0 10px;
	background: transparent url(../imagenes/porcentaje/flecha.gif) no-repeat
		0 50%;
	font-size: 110% !important /*Non-IE6*/;
	font-size: 100% /*IE6*/;
}

.encabezado-inferior ul a {
	color: rgb(125, 125, 125);
	font-weight: bold;
	text-decoration: none;
}

.encabezado-inferior ul a:hover {
	color: rgb(255, 255, 255);
}

/**************************** LOGOTIPOS  ****************************/
.logo_normal {
	width: 165px;
	height: 54px;
	position: absolute;
	z-index: 1;
	margin: 10px 0 0 15px;
	background: url(../imagenes/logos/logo_normal.png);
}

.logo_qualitas {
	width: 258px;
	height: 116px;
	position: absolute;
	z-index: 1;
	margin: 10px 0 0 15px;
	background: url(../imagenes/logos/logo_qualitas.png);
}

.logo_sitio {
	width: 300px;
	height: 70px;
	z-index: 1;
	margin: 27px 0 0 95px;
	overflow: hidden;
	float: right;
}

.logo_sitio h1 {
	font-family: "trebuchet ms", arial, sans serif;
	font-weight: normal;
	font-size: 290% !important /*Non-IE6*/;
	font-size: 260% /*IE6*/;
}

.logo_sitio h2 {
	font-family: verdana, arial, sans serif;
	margin-top: -5px;
	padding-bottom: 2px;
	color: rgb(125, 125, 125);
	height: 20px;
	font-weight: normal;
	font-size: 130% !important /*Non-IE6*/;
	font-size: 120% /*IE6*/;
}

.logo_sitio a {
	text-decoration: none;
	color: rgb(125, 125, 125);
}

.logo_sitio a:hover {
	text-decoration: none;
}

/**************************** BARRA DE NAVEGACION ****************************/
.barra_navegacion {
	white-space: nowrap /*IE hack*/;
	float: left;
	width: 100%;
	background-color: rgb(225, 225, 225);
	font-family: tahoma, arial, sans-serif;
	font-size: 130% !important /*Non-IE6*/;
	font-size: 120% /*IE6*/;
	font-family: tahoma, arial, sans-serif;
	font-size: 130% !important /*Non-IE6*/
}

.barra_navegacion ul {
	list-style-type: none;
}

.barra_navegacion ul li {
	float: left;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	background-color: rgb(225, 225, 225);
}

.barra_navegacion ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 3.1em;
	line-height: 3.1em;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100, 100, 100);
	border-right: solid 0px rgb(215, 215, 215);
}

.barra_navegacion ul li ul {
	display: none;
	border: none;
}

.barra_navegacion ul li:hover {
	position: relative;
}

.barra_navegacion ul li:hover a {
	background-color: rgb(235, 235, 235);
	text-decoration: none;
}  /*Color main cells hovering mode*/
.barra_navegacion ul li:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 1000;
	top: 3.0em;
	margin-top: 0.1em;
	left: 0;
	padding: 0px 16px 0px 16px;
	border-top: solid 1px rgb(215, 215, 215);
}

.barra_navegacion ul li:hover ul li a {
	white-space: normal;
	display: block;
	width: 10.0em;
	height: auto;
	line-height: 1.3em;
	margin-left: -17px;
	padding: 4px 16px 4px 16px;
	border-right: solid 1px rgb(215, 215, 215);
	border-left: solid 1px rgb(215, 215, 215);
	border-bottom: solid 1px rgb(215, 215, 215);
	background-color: rgb(235, 235, 235);
	font-weight: normal;
	color: rgb(100, 100, 100);
}  /*Color subcells normal mode*/
.barra_navegacion ul li:hover ul li a:hover {
	background-color: rgb(225, 225, 225);
	text-decoration: none;
}  /*Color subcells hovering mode*/ /* Submenu (IE6 hovering) */
.barra_navegacion table {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: -1px;
	border-collapse: collapse;
}

.barra_navegacion ul li a:hover {
	position: relative /*Sylvain IE hack*/;
	z-index: 1000 /*Sylvain IE hack*/;
	background-color: rgb(235, 235, 235);
	text-decoration: none;
}

.barra_navegacion ul li a:hover ul {
	display: block;
	width: 10.0em;
	position: absolute;
	z-index: 1000;
	top: 3.1em;
	t\op: 3.0em;
	left: 0px;
	marg\in-top: 0.1em;
	border-top: solid 1px rgb(215, 215, 215);
}

.barra_navegacion ul li a:hover ul li a {
	white-space: normal;
	display: block;
	w\idth: 10.0em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px 4px 16px;
	border-right: solid 1px rgb(215, 215, 215);
	border-left: solid 1px rgb(215, 215, 215);
	border-bottom: solid 1px rgb(215, 215, 215);
	background-color: rgb(235, 235, 235);
	font-weight: normal;
	color: rgb(100, 100, 100);
}

.barra_navegacion ul li a:hover ul li a:hover {
	background-color: rgb(225, 225, 225);
	text-decoration: none;
}

/**************************** BLOQUE PRINCIPAL ****************************/
.principal {
	width: 99%;
	padding: 10px 0 20px 0;
	background-color: rgb(200, 200, 200);
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
}

.principal-margen {
	width: 100%;
	background: rgb(200, 200, 200);
}

.principal a {
	color: rgb(70, 122, 167);
	font-weight: bold;
	text-decoration: none;
}

.principal a:hover {
	color: rgb(42, 90, 138);
	text-decoration: underline;
}

.principal a:visited {
	color: rgb(42, 90, 138);
}

/**************************** BLOQUE DE CONTENIDO ****************************/
.contenido {
	display: inline; /*Fix IE floating margin bug*/;
	float: left;
	width: 100%;
	background-color: rgb(200, 200, 200);
	font-size: 1.0em;
	overflow: visible !important /*Non-IE6*/;
	overflow: hidden /*IE6*/;
}

.contenido h1 {
	margin: 0;
	padding: 5px 50px 12px 20px;
	border-bottom: solid 1px rgb(215, 215, 215);
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 220% !important /*Non-IE6*/;
	font-size: 200% /*IE6*/;
}

.contenido h5 {
	margin: 1.0em 0 -0.5em 0;
	padding: 0 20px 0 20px;
	color: rgb(75, 75, 75);
	font-weight: bold;
	font-size: 140% !important /*Non-IE6*/;
	font-size: 125% /*IE6*/;
}

.contenido h6 {
	margin: 0.4em 0 0.5em 0;
	padding: 0 20px 0 20px;
	color: rgb(50, 50, 50);
	font-weight: normal;
	font-size: 130% !important /*Non-IE6*/;
	font-size: 115% /*IE6*/;
}

.contenido ul {
	margin: 1.4em 0 1.0em 0;
	padding: 0em 20px 0em 20px;
	list-style: none;
}

.contenido ul li {
	margin: 0 0 0.3em 2px;
	padding: 0 0 0 12px;
	background: url(../imagenes/porcentaje/cuadrado.gif) no-repeat 0 0.5em;
	line-height: 1.3em;
	font-size: 131% !important /*Non-IE6*/;
	font-size: 115% /*IE6*/;
}

/**************************** BLOQUE DE CONTENIDO CELDA ****************************/
.contenido-celda {
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
}

.contenido-celda h1 img {
	margin-right: 10px;
	cursor: pointer;
}

.contenido-celda fieldset {
	width: 95%;
	float: left;
	border: solid 1px rgb(220, 220, 220);
}

.contenido-celda fieldset p {
	width: 95%;
	height: 20px;
	clear: both;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
}

.contenido-celda fieldset div.calendario {
	width: 95%;
	height: 20px;
	clear: both;
	clear: both;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
}

.contenido-celda fieldset legend {
	margin: 0 0 0 5px !important /*Non-IE*/;
	margin: 0 0 20px 5px /*IE6*/;
	padding: 0 2px 0 2px;
	color: rgb(80, 80, 80);
	font-weight: bold;
	font-size: 131%;
	text-transform: uppercase;
}

.contenido-celda label {
	width: 30%;
	height: 20px;
	font-size: 120%;
	float: left;
}

.contenido-celda select {
	width: 50%;
	padding: 2px;
	border: solid 1px rgb(200, 200, 200);
	font-size: 100%;
	float: left;
}

.contenido-celda input {
	width: 50%;
	height: 20px;
	font-size: 120%;
	float: left;
	border: solid 1px rgb(200, 200, 200);
	background-color: rgb(255, 255, 255);
}

.contenido-celda textarea {
	width: 50%;
	border: solid 1px rgb(200, 200, 200);
	font-size: 100%;
	float: left;
}

.contenido-celda input.button {
	width: 10em;
	height: 2em;
	font-size: 110%;
	border: solid 1px rgb(150, 150, 150);
	text-align: center;
	color: rgb(80, 80, 80);
	background: rgb(230, 230, 230);
	float: left;
	margin-right: 5px;
}

.contenido-celda input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80, 80, 80);
	background: rgb(220, 220, 220);
	color: rgb(150, 150, 150);
}

/****************************  REPORTES : LIGA DE REPORTE ****************************/
.ligaReporte {
	float: left;
	padding-right: 10px;
	text-decoration: none;
}

/****************************  REPORTES:  TABLA Y SCROLLER ****************************/
.contenido-celda table.tabla {
	width: 100%;
	border: solid 1px rgb(200, 200, 200);
	font-size: 100%;
	float: left;
	clear: both;
}

.contenido-celda table.tabla tbody th {
	font-weight: bolder;
	font-size: 120%;
}

.contenido-celda table.tabla input {
	width: 100%;
	border: solid 1px rgb(200, 200, 200);
	font-size: 100%;
	float: left;
	clear: both;
}

.barra_escroller {
	width: 100%;
	float: left;
}

/**************************** REPORTES: TRANSACCION BANCARIA ****************************/
.pagopp {
	height: 3.0em;
	padding: 2px 7px 2px 7px;
	background-color: #ffff99;
	vertical-align: middle;
	text-align: center;
}

.pagopr {
	height: 3.0em;
	padding: 2px 7px 2px 7px;
	background-color: #ccffcc;
	vertical-align: middle;
	text-align: center;
}

.tdeclinada {
	background-color: #ff0000;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}

/**************************** APLICACIONES : MAPA SATELITAL ****************************/
.imagen_de_mapa_satelital {
	width: 100%;
	height: 480px;
	height: 100%;
}

.liga_imagen_de_mapa {
	color: rgb(70, 122, 167);
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

/**************************** APLICACIONES : ALARMA ****************************/
.tarjeta_cobro_web {
	width: 30px;
}

.terminalFechaDemora {
	background-color: rgb(153, 102, 254);
}

.terminalFechaOk {
	background-color: rgb(221, 221, 221);
}

.terminalFechaConectadoDemora {
	background-color: rgb(0, 128, 0);
}

.terminalFechaConectadoOk {
	background-color: rgb(204, 254, 153);
}

.terminalReporteNull {
	background-color: rgb(254, 254, 153);
}

.terminalReporteNotNull {
	background-color: rgb(254, 204, 0);
}

.terminalFHT1 {
	background-color: rgb(254, 254, 153);
}

.terminalFHT1A {
	background-color: rgb(254, 254, 153);
}

.terminalFHT2Ok {
	background-color: rgb(254, 254, 153);
}

.terminalFHT2S1 {
	background-color: rgb(254, 153, 51);
}

.terminalFHT2S2 {
	background-color: rgb(254, 0, 102);
}

.terminalFHT2S3 {
	background-color: rgb(51, 153, 254);
}

.terminalFechaDesconectadoNull {
	background-color: rgb(254, 204, 204);
}

.terminalFechaDesconectadoNotNull {
	background-color: rgb(254, 0, 0);
}

.terminalInfo {
	background-color: rgb(204, 204, 204);
}

/**************************** APLICACIONES : GRUAS ****************************/
.cssGruaVerde {
	background-color: rgb(0, 255, 0);
}

.cssGruaAmarillo {
	background-color: rgb(255, 255, 0);
}

.cssGruaRojo {
	background-color: rgb(255, 0, 0);
}

/**************************** APLICACIONES : MONITOR ****************************/
.basetotal {
	background-color: #730F73;
	color: #ffffff
}

.online {
	background-color: #009900;
	color: #ffffff
}

.busy {
	background-color: #FFAB00;
}

.offline {
	background-color: #FF0000;
	color: #ffffff
}

/**************************** PIE DE PAGINA ****************************/
.pie_de_pagina {
	clear: both;
	width: 100%;
	padding: 1.0em 0 1.0em 0;
	background-color: rgb(225, 225, 225);
	font-size: 1.1em !important /*Non-IE6*/;
	font-size: 1.0em /*IE6*/;
	overflow: visible !important /*Non-IE6*/;
	overflow: hidden /*IE6*/;
}

.pie_de_pagina p {
	clear: both;
	line-height: 1.3em;
	text-align: center;
	color: rgb(125, 125, 125);
	font-weight: bold;
	font-size: 110%;
}

/**************************** RESETEO DE FLOATS ****************************/
.contenedor:after,.encabezado:after,.encebazado-superior:after,.encabezado-inferior:after,.barra_navegacion:after,.principal:after,.contenido:after,.contenido div:after,.subcontenido:after,.subcontenido div:after,.pie_de_pagina:after
	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**************************** FORMAS CON TAMANOS DIFERENTES****************************/
.formacompleta {
	width: 98%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.formacompleta fieldset {
	width: 100%;
}

.formamitad {
	width: 48%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}
	
.formadostercios {
	width: 63%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.formauntercio {
	width: 32%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.forma_no_padding {
	width: 98%;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: left;
}

.forma_radio {
	width: 100%;
}

.forma_radio input {
	border: 0px;
	width: 20px;
}

.css_cristal_verde{ color: #000000; background-color: #00FF01;}
.css_cristal_amarillo{ color: #000000; background-color: #FFFF00;}
.css_cristal_rojo{ color: #FFFFFF; background-color: #FE0000;}
.css_cristal_rojo a { color: #FFFFFF; text-decoration: underline;}
.css_cristal_mas_barato {color: #000000; background-color: #00FF01;}
.css_cristal_mas_caro {color: #000000; background-color: #FFFF80;}
.css_cristales_true  {color: #000000; background-color: #00FF01;}
.css_cristales_false {color: #000000; background-color: #FFFF80;}

.combo_sugestion {
	float: left;
}

.formamitad  fieldset span div div div input {
	width: 20px;
	height: 2em;
	font-size: 110%;
	border: solid 1px rgb(150, 150, 150);
	color: rgb(80, 80, 80);
}


.formamitad  fieldset span div div div input.clase_input_seleccion {
	width: 200px;
	height: 2em;
	font-size: 110%;
	border: solid 1px rgb(150, 150, 150);
	color: rgb(80, 80, 80);
}

.scroll_back {
	background-color: yellow;
}