html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none no-repeat 0 0;
	color: #484848;
	font-weight: normal;
}
article, aside, figure, footer, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}
html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
body {
	font-size: 68%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	overflow:hidden;
	height:100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 > img {
	vertical-align: middle;
	margin: 5px 97px 5px;
	opacity:.5;
	display: none;
}
h2 {
	text-transform: uppercase;
	float: left;
	font-size: 100%;
	text-align: center;
}
h3 {
	text-align: center;
	line-height: 13px;
	height: 30px;
	width: 100px;
	margin: 5px auto;
}
a {
	text-decoration: none;
	outline: none;
}
header {
	display:none;
	position:relative;
	z-index:10;
	margin: 0;
	height:90px;
	text-align:center;
}
#contents {
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
form{
	cursor: pointer;
}
#svgintro {
	margin: 0;
	width: 100%;
	height: 99%;
	background: #fefefe;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
.handler{
	cursor:move;
}
.layer{
	cursor:pointer;
	padding: 7px;
	margin: 2px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 94, 168, 0.7);
	/*background:#484848;*/
	font-size:13px;
}
.layer label{
	cursor:pointer;
	color:#FFFFFF;
}
.layer input{
	cursor:pointer;
	display:none;
}
.checked{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.layeroff{
	opacity:.7;
}
#control_svg{
	z-index:10;
	position:absolute;
	top:32px;
	display:none;
	opacity: 0.3;
}
#control_svg:hover{
	opacity:1;
}
#control {
	padding:5px;
	display: none;
	position:absolute;
	opacity:1;
	width: 600px;
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	-moz-box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	z-index:100!important;
}
.ui-accordion .ui-accordion-header {
	width: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 5px;
	opacity:0.9;
}
.compass {
	fill: #eee;
	stroke: #999;
	stroke-width: 1;
}
g.reset {
	cursor:pointer;
	opacity: 0.5;
}
g.reset:hover {
	opacity: 0.7;
}
g.reset rect {
	fill: #666;
}
g.reset text {
	fill: #fff;
	font-size: 13px;
}
.button {
	cursor:pointer;
	fill: #fff;
	stroke: #aaa;
	stroke-miterlimit: 6;
	stroke-linecap: round;
}
.button:hover {
	fill: #92ccfa;
	stroke: #005ea8;
}
.plus-minus {
	fill: #333;
	pointer-events: none;
}
#draghand{
	color:#005ea8;
	padding:10px 10px 10px 50px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	background: url(../img/drag-icon.png);
	background-color: rgba(255,255,255,.8);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left center;
}
div.nosup{
	width:450px;
	background:#333 url(../img/alerta.png) no-repeat center center;
	padding:5px 5px 5px 50px;
	margin:5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:auto;
	color:#fff;
}
div.nosup h2{
	color:#fff;
	font-size:140%;
	line-height:20px;
	text-align:center;
	margin:10px;
}
div.nosup div{
	padding:30px;
	color:#fff;
	
}
div.nosup a{
	color:#fff;
	border-bottom: 1px dotted #fff;
}
/*****************footer*/
 footer{
 	border-top:1px solid #ccc;
 	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	background-color: rgba(0,94,168,0.5);
	height: 45px;
	 box-shadow: 0px  -3px  8px  1px rgba(0, 0, 0, 0.4) 
 }
 footer h3{
 	float: left;
	width: auto;
	text-align: left;
	padding: 5px 5px 5px 60px;
	line-height:25px;
	font-size: 15px;
	background: url(../img/actividad.png);
	 background-repeat: no-repeat;
	 background-size: 33px;
	 background-position: 15px;
	 color: #fff;
	 font-weight: normal;
 }
div.ui-dialog{
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	-moz-box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
 }
 #btnsDlgs{
 	float:right;
 	margin:5px 15px;
 }
 footer ul li{
 	display:inline;
 	list-style-type: none;
 	margin: 0 5px;
 }
