#map {
	border:1px solid gray;
	z-index: 0;
}

#map2 {
	width:800px;
	height:585px;
	border:1px solid gray;
	z-index: 0;
}

.btns {
	width: 929px;
	height: 39px;
	overflow: hidden;
	background: url(../img/btn_background.gif) repeat-x;
	clear: both;
}

.btn {
	float: left;
	width: 170px;
	height: 39px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding-top: 15px;
	color: #424242;
	
}

.btn_sep {
	float: left;
	width: 2px;
	height: 39px;
	background: url(../img/btn_fillright.gif) repeat-x;
}

.btn_on {
	background: url(../img/btn_background_on.gif) repeat-x !important;
	color: white;
}

#temp {
	width:386px;
	height:135px;
	border:1px solid black;
	position: absolute;
	top:400px;
	left:0px;
	background: url(../img/background_blanco.gif) repeat-x;
	display: none;
	overflow:hidden;
}

#temp_close {
	float:right;
	margin-right: 3px;
	margin-top: 3px;
}

#temp_content {
	float:left;
	margin-left: 10px;
	margin-top: 8px;
	font-size: 10px;
	font-family: verdana;
}

#temp_content td {
	font-size: 10px;
	font-family: verdana;
}

#logom {
	position: absolute;
	top:35px;
	left:915px;
	width: 113px;
	height: 64px;
	display:none;
}

#panel {
	width:386px;
	height:135px;
	border:1px solid black;
	position: absolute;
	top:400px;
	left:0px;
	background: url(../img/background_negro.gif) repeat-x;
	display: none;
	overflow:hidden;
}

#panel_close {
	float:right;
	margin-right: 3px;
	margin-top: 3px;
}

#panel_content1 {
	float:left;
	width:140px;
	margin-left: 20px;
	margin-top: 20px;
}
#panel_content2 {
	float:left;
	width:200px;
	margin-left: 15px;
	margin-top: 25px;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#inci {
	width:386px;
	height:135px;
	border:1px solid black;
	position: absolute;
	top:400px;
	left:0px;
	background: url(../img/background_blanco.gif) repeat-x;
	display: none;
	overflow:hidden;
}

#inci_close {
	float:right;
	margin-right: 3px;
	margin-top: 3px;
}

#inci_content1 {
	float:left;
	width:100px;
	margin-left: 20px;
	margin-top: 20px;
}
#inci_content2 {
	float:left;
	width:200px;
	margin-left: 0px;
	margin-top: 20px;
	color:black;
	font-size:12px;
}

#cam {
	width:384px;
	height:288px;
	border:1px solid black;
	position: absolute;
	top:250px;
	left:0px;
	background: url(../img/background_blanco2.gif);
	display: none;
	overflow:hidden;
}

#cam_close {
	margin-left: 363px;
	margin-top: -285px;
}

#cam_content {
	margin-left: 0px;
	margin-top: 0px;
}

#loading {
	position: absolute;
	top:400px;
	left:400px;
	width:386px;
	height:135px;
	border:1px solid black;
	background: url(../img/background_negro.gif);
	display: none2;
	overflow:hidden;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#offline {
	-moz-border-radius:10px;
	-webkit-border-radius: 15px;
	border: 5px solid #dedede;
	filter:alpha(opacity=80);
	opacity:0.8;
	font-size:16px;
	font-weight:bold;
	padding:10px 10px 10px 0px;
	color:gray;
	z-index:5;
	background-color:white;
	position:absolute;
	top:180px;
	left:150px;
	display:none;
	width:430px;
}