﻿p, h1, h2, h3, h4
{
	margin:0;
	padding:0;
	border:none;
}
html,body
{
	  margin:0;
      padding:0;
      height:100%;
      border:none
}

.zln8b
{
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}
.zln8
{
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-weight:normal;
}
.zln10ab
{
	font-weight: bold;
	font-size: 10pt;
	color: #475b90;
	font-family: arial;
}
.zctfb
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: verdana;
	background-color: white;
}
.zpg
{
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	font-size: 8pt;
	margin: 5px 7px;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	font-family: tahoma;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(imagenes/fondoPanel.gif);
	background-repeat: repeat-x;
	z-index: 1000;
}
.flota
{
	background-color: Transparent;
	width:700px;	
	height:40px;
	padding: 5px 0px 3px 0px;
	z-index: 2000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}
.zpglight
{
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	font-size: 8pt;
	margin: 5px 7px;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	font-family: tahoma;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(imagenes/fondoPanel.gif);
	background-repeat: repeat-x;
	z-index: 1000;
}
.zgricin
{
	border-right: #40515f 1px solid;
	border-top: #40515f 1px solid;
	font-size: 8pt;
	margin: 5px 7px;
	border-left: #40515f 1px solid;
	border-bottom: #40515f 1px solid;
	font-family: tahoma;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(imagenes/fondoPanel.gif);
	background-repeat: repeat-x;
	z-index: 1000;
}
.zwater
{
	font-weight: normal;
	font-size: xx-small;
	color: gray;
	font-family: tahoma;
	border-right: black 1px solid;
	padding-right: 1px;
	border-top: black 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: black 1px solid;
	padding-top: 1px;
	border-bottom: black 1px solid;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

/* Accordion */
.accordionHeader
{
	color: black;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-align: right;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.accordionHeaderSelected
{
	color: black;
	background-color: transparent;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-align: right;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.accordionContent
{
	background-color: transparent;
	border-top: medium none;
	padding: 5px;
	padding-top: 10px;
	text-justify: newspaper;
	font-size: 8pt;
	color: black;
	font-family: tahoma;
	text-align: justify;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(imagenes/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.botonSalir
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: arial;
	letter-spacing: 8px;
	background-color: #4a5fa0;
	text-align: center;
	text-decoration: none;
}
#keyboardInputMaster {
  position:absolute;
  border:2px groove #dddddd;
  color:#000000;
  background-color:#dddddd;
  text-align:left;
  z-index:1000000;
  width:auto;
}

#keyboardInputMaster thead tr th {
  text-align:left;
  padding:2px 5px 2px 4px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr th select,
#keyboardInputMaster thead tr th label {
  color:#000000;
  font:normal 11px Arial,sans-serif;
}
#keyboardInputMaster thead tr td {
  text-align:right;
  padding:2px 4px 2px 5px;
  background-color:inherit;
  border:0px none;
}
#keyboardInputMaster thead tr td span {
  padding:1px 4px;
  font:bold 11px Arial,sans-serif;
  border:1px outset #aaaaaa;
  background-color:#cccccc;
  cursor:pointer;
}
#keyboardInputMaster thead tr td span.pressed {
  border:1px inset #999999;
  background-color:#bbbbbb;
}

#keyboardInputMaster tbody tr td {
  text-align:left;
  margin:0px;
  padding:0px 4px 3px 4px;  
}
#keyboardInputMaster tbody tr td div {
  text-align:center;
  position:relative;
  height:0px;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout {
  height:auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table {
  height:20px;
  white-space:nowrap;
  width:100%;
  border-collapse:separate;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
  vertical-align:middle;
  padding:0px 5px 0px 5px;
  white-space:pre;
  font:normal 11px 'Lucida Console',monospace;
  border-top:1px solid #e5e5e5;
  border-right:1px solid #5d5d5d;
  border-bottom:1px solid #5d5d5d;
  border-left:1px solid #e5e5e5;
  background-color:#eeeeee;
  cursor:default;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.last {
  width:99%;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.alive {
  background-color:#ccccdd;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.target {
  background-color:#ddddcc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.hover {
  border-top:1px solid #d5d5d5;
  border-right:1px solid #555555;
  border-bottom:1px solid #555555;
  border-left:1px solid #d5d5d5;
  background-color:#cccccc;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.pressed,
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td.dead {
  border-top:1px solid #555555;
  border-right:1px solid #d5d5d5;
  border-bottom:1px solid #d5d5d5;
  border-left:1px solid #555555;
  background-color:#cccccc;
}

#keyboardInputMaster tbody tr td div var {
  position:absolute;
  bottom:0px;
  right:0px;
  font:bold italic 11px Arial,sans-serif;
  color:#444444;
}

.keyboardInputInitiator {
  margin-left:3px;
  vertical-align:middle;
  cursor:pointer;
}
.modalBackground {   
  background-color:Gray;   
  filter:alpha(opacity=50);   
  opacity:0.5;   
}  