.stn-list {
  width: 38%;
  margin-right: 0px;
  float: right;
}

.stn-rep,
.stn-par {
  clear: both;
  width: 100%;
  margin-right: 0px;
}

.maximize {
  clear: both;
  position: absolute;
  top: 10px;
  right: 10px;
}

.stn-rep h3,
.stn-par h3 {
  margin: 0;
  padding: 0 0 0 2em;
  font-weight: normal;
  font-family: 'gobCL', sans-serif;
  color: #60a3d2 !important;
}

.stn-general {
  border: none;
  width: 100%;
}

#map_canvas {
  width: 100%;
  height: 346px;
}

.stn-head {
  width: 60%;
  height: 346px;
  float: left;
}

.stn-header {
  width: 100%;
  height: 30px;
  clear: both;
  color: white;
  font-size: 120%;
  text-transform: uppercase;
  background-color: #6ab5cd;
  margin: 0;
  padding: 0;
}

.stn-header h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.stn-head.online .stn-header{
  background-color: #60a3d2;
}

.stn-img {
  margin: 0;
  padding: 0;
}

.stn-img img {
  width: 100%;
  height: 100%;
}

.stn-actions {
  list-style-type: none;
}

.stn-actions li {
  display: inline;
}

table.nice tr.level5 td.status{background-color: #ee4422 !important;width:1em;}
table.nice tr.level4 td.status{background-color: #ff6666 !important;width:1em;}
table.nice tr.level3 td.status{background-color: #f8a323 !important;width:1em;}
table.nice tr.level2 td.status{background-color: #f0ce4a !important;width:1em;}
table.nice tr.level1 td.status{background-color: #58be58 !important;width:1em;}
table.nice tr.level0 td.status{background-color: #b4b4b4 !important;width:1em;}

table.nice {
  width: 99%;
  font-size:12px;
  font-family:'gobCL',sans-serif;
  border: 1px solid #006CB7 !important;
  border-collapse: collapse;
}

table.nice th,
table.nice td {
	border: 1px solid white !important;
    /*padding:0 10px;*/
  text-align: left;
  padding-left: 5px;
}

table.nice thead,
table.nice tbody {
  border-bottom: 1px solid white;
}

table.nice tfoot {
  border-top: 1px solid white;
}

table.nice tbody tr.odd td,
table.nice tbody tr.odd th {
  background-color: #EEF8FF;
}

table.nice tbody tr.even td,
table.nice tbody tr.even th {
  background-color: #E4EEF4;
}

table.nice .right {
	text-align: right;
	/*padding-right: 10px;*/
}

table.nice .left {
	text-align: left;
	/*padding-left: 10px;*/
}

table.nice .center {
	text-align: center;
}

table.nice thead tr th,
table.nice thead tr td,
table.nice tfoot tr th,
table.nice tfoot tr td {
	background-color: #F4F2B8;
	/*padding-left: 10px;*/
	color: #006CB7;
}

table.nice tbody tr th {
	color: #006CB7;
}

table.nice tbody tr:hover td,
table.nice tbody tr:hover th {
	background-color: #F6F6F6 !important;
	text-decoration: underline;
	cursor: pointer;
}

table.nice tr.separada {
	border-bottom: 2px solid gray;
}

table.redes td {
	text-align: right;
}

.showhim .showme { 
display: none;
overflow: visible;
}

.showhim:hover {
position:relative;
}

.showhim:hover .showme {
	display: block;
 	position: absolute;
    /*top: 0px; left: 0;*/
 	padding: 5px; margin: 10px; z-index: 100;
 	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	text-align: justify;
	color: #006cb7;
}

.helpbox {
	padding: 5px; margin: 10px;
 	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	text-align: justify;
	color: #006cb7;
}

.mensajeStn {
  border: 1px solid transparent;
  background-color: #f0f0f0;
  margin: 0 20px 10px 10px;
  padding: 0 20px;
}

#maximize-map-label,
#maximize-map-icon,
#map_form label,
#map_form input[type="text"],
#map_form input[type="checkbox"] {
	float: left;
	display: block;
}

#maximize-map-label,
#map_form label {
	text-align: right;
}


.clear {
	clear: both;
}

#sb-body {overflow: auto !important; border: 0 !important; padding-right: 17px !important; background: none !important}
