html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';content: none;
} /* remember to define focus styles! */

:focus {
	outline: 0;
}/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	line-height: 1.6em;
	background: #eee;
}

#wrapper {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}

a {
	color: #214c68;
}

a:hover {
	text-decoration: none;
}
a:active {
	margin-top: -1px;
}
.wrap {
	width: 920px;
	margin: 0 auto;
}
#headerWrap {
	background: #b6d1e0;
	height: 105px;
}
#header {
/*	width: 920px;*/
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid white;
	position: relative;
}
	#header h1 {
		text-align: center;
		font-size: 150%;
		margin-top: 20px;
		color: #237aac;
	}
	#header .empresa {
		position: absolute;
		width: 238px;
		height:43px;
		margin-top: -30px;
		background: url(../img/logo.png);
		text-indent: -300px;
		overflow: hidden;
	}
	#header #userpanel {
		float: right;
		margin-top: -30px;
		padding-bottom: 10px;
	}
		#userpanel p.usuario {
			background: url(../img/user.png) no-repeat 3px left;
			padding-left: 22px;
		}
		#userpanel p.cerrar {
			background: url(../img/cerrar.png) no-repeat 3px left;
			padding-left: 22px;
		}
	#header #menu {
		clear: both;
		text-align: center;
		background: #a0c0d4;
		border-top: 1px solid #96acb9;
	}
		#header #menu .wrapo {
			border-top: 1px solid #dae7ef;
			border-bottom: 1px solid #7498af;
		}
		#header #menu ul {
			overflow: hidden;
		}
			#header #menu ul li {
				float: left;
				width: 14%;
			}
				#header #menu li.first {
					width: 13.5%;
				} #header #menu li.first a {border-left: 1px solid #bdd3e1;}
				#header #menu li.last {
					width: 13.5%;
				}
				#header #menu ul li a {
					width: 100%;
					display: inline-block;
					border-right: 1px solid #bdd3e1;
					color: white;
					text-decoration: none;
					text-transform: uppercase;
					font-size: 90%;
					font-weight: bold;
					padding: 6px 0;
				}
					#header #menu ul li a:hover {
						text-decoration: underline;
					}
					#header #menu ul li a:active {
						margin-top: -1px;
					}
.fechaHora {
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
}

#main {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	background-color: white;
	/*border: 1px solid #A8A8A8;*/
}

.main-head {
	/*color: white;*/
}

.fila  {
	padding: 15px 10px 15px;
	background: url(../img/fondoFila.png) repeat-x top left;
}
	#txx .fila {
	background: url(../img/fondoFilaTX.png) repeat-x top left;
	}
	.fila.grupo {
	background: #e5e7e9 url(../img/fondoFilaGrupo.png) repeat-x top left;
	}
	.subgrupo .fila {
		background: ;
	}
	.fila:first-child {
		background: none;
	}
	.fila.divisor {
		border-top: 8px solid #d3d3d3;
	}

.fila label {
	display: inline-block;
	width: 235px;
	font-weight: bold;
}
	.fila label:after {
		content: ":";
	}
	.switch label {
		width: auto;
	}
			.fila p label:after {
				content: "";
			}



#txa , #txb {
	float: left;
	width: 49%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f6f6f6;
	margin: 10px 0 40px;
}

#txa {
	margin-right: 0.5%;
}
#txb {
	margin-left: 0.5%;
	float: right;
}

#txx>div.selected {
	border-color: #609111;
}

input {
	width: 140px;
}
input[type=text] , input.texto {
	border: 1px solid #ddd;
	padding: 2px 4px;
	font-size: 105%;
}
input[type=text].inKey {
	border: 1px solid #f70606;
	padding: 2px 4px;
	font-size: 105%;
}

input:focus {
	border: 1px solid #aaa;
}

.label2 {
	margin-left: 40px;
}	
	.label2 label {
		width: auto;
	}
	
.radio.txx {
	margin-left: 164px;
}
.subgrupo {
	clear: both;
	overflow: hidden;
	background:  url(../img/fondoFilaTX.png) repeat-x top left;
}
	.col label {
		width: 70px;
		display: inline-block;
	}
	.subgrupo .col1 input {
		width: 80px;
	}
	.col1 {
		float: left;
		width: 45%;
		padding: 0 2%;
	}
	.col2 {
		float: left;
		width: 45%;
		padding: 1% ;
	}
.dosCol {
	overflow: hidden;
}
	.dosCol label {
		width: 50%;
		float: left;
	}


.grafico {
	width: 70px;
	display: inline-block;
	border: 1px solid #ddd;
	background: white;
}
	.barra {
		display: inline-block;
		background: #97c427;
	}




button {
  -moz-border-radius:      3px;
  -webkit-border-radius:   3px;
  background:              white url('button.png') 0 0 repeat-x; /* Image fallback */
  background:             -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:             -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border:                  1px solid;
  border-color:            #e6e6e6 #cccccc #cccccc #e6e6e6;
  border-radius:           3px;
  color:                   #404040;
  display:                 inline-block;
  font-family:            "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
  font-size:               13px;
  outline                  0;
  padding:                 5px 8px 5px;
  text-align:              center;
  text-decoration:         none;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap; }

  button:hover {
    background:           -moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    border-color:          #99ccff;
    color:                 #333333;
	cursor: 				pointer;	}

  button:active {
    position:              relative;
    top:                   1px; }

  button:active, button:focus {
    background-position:   0 -25px;
    background:           -moz-linear-gradient(0% 170% 90deg, white, #dedede);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
    border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
    color:                 #1a1a1a;
}

.error {
    color:      red;
    font-size:  15px;  
}

.listado{
	border: 1px solid #CCCCCC;
	background: none repeat scroll 0 0 #F6F6F6;
}

.listado tbody tr td,.listado thead tr th {
	border: 1px solid #CCCCCC;
	padding: 3px 7px 3px 7px;
	vertical-align: middle;
	font-size: 13px;
}

.listadon tbody,.alertas tbody{
	background-color: #F6F6F6;
}
	
.listadon tbody tr td,.alertas tbody tr td{
	border:1px solid #CCCCCC;
	padding:3px 7px 3px 7px;
	vertical-align:middle;
	font-size:13px;
}

.lang img {
	border: 2px solid white;
}

.conectado {
	color:green;
	text-align:center;
	font-weight:bold;
}

.desconectado {
	color:red;
	text-align:center;
	font-weight:bold;
}

.remoto {
	color:green;
}

.local {
	color:red;
}

.listado-tit-td {
	color:#6A6A6A;
	font-weight:600;
}

.listado-tit {
	background-color:#7A7A7A;
	color: white;
	font-weight: 600;
}

#iuRut {
	width:140px;
}

.txa-pot,.txb-pot {
	-moz-border-radius:      3px;
	-webkit-border-radius:   3px;
	margin-left: 4px;
	padding: 3px 7px 3px 7px;
	border: 1px solid #A8A8A8;
	background: white;
	cursor: pointer;
}

.txa-pot:hover,.txb-pot:hover {
	color: white;
	background-color: #1B27CB;
	border: 1px solid #545454;
}

.txa-pot-selected {
	color: white;
	background-color: #868687;
	border: 1px solid #545454;
}

.overmac {
	background-color: #1B27CB;
	color: white;
	cursor: pointer;
}

#result-rows {
    text-align: center;
    margin: 10px 0px 10px 0px;
}