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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html { 
	height: 100%; 
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	border-color:black;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}
.tdicon{
	width:25%; 
	height:35px;
	float:right;
}
.tdtext{
	width:75%; 
	height:35px;
	float:left;
	text-align:center;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#siteinfo {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
	text-align: left;
	display: block;
	text-shadow: 0px 1px 1px #fff;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body { 
	width: 100%; 
	height: 96%; 
	margin: 0px; 
	padding: 0px; 
}
  	.left{
		float:left;
		width:20%;

	}
	.right{
		float:right;
	}
  #map_canvas { 
	width:100%; 
	height:100%
	}
#page {
	background: #fff;
}

/* Headings */

h1 {
font: normal bold 35px Allerta Stencil;
color: #3299bb;
text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
}
h1 a {
color: #3299bb;
}
h2 {
font: normal bold 35px Harabara;
color: #00ABF4;
text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
}
h3 {
font: normal bold 25px Arial;	
color: #FFFFFF;
text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
}
h4{
	color: #00ABF4;
}

p{
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Forms */

input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

input[type=radio] {
    padding-left:5px;
    padding-right:5px;
    border-radius:15px;

    -webkit-appearance:button;

    background-color:#0b0095;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden;

    width:15px;
    height:15px;
}

input[type=radio]:checked {
    background-color:#000;
    border-left-color:#06F;
    border-right-color:#06F;
}

input[type=radio]:hover {
    box-shadow:0px 0px 10px #1300ff;
}
 
label {
    display: block;
    background: #16baae;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 10px;
	border-radius: 10px;
    color: white;
    font-weight: bold;
	height:35px;
}
label1{
    display: block;
    background: #16baae;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 10px;
	border-radius: 10px;
    color: white;
    font-weight: bold;
}
.desactiva{
	background: #C0C0C0;
	height:35px;
}
.activa{
	background: #FF0000;
	height:35px;
}


/* Links */
a {
	color: white;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/*Footer*/

footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #000000;
	display: block;
	background-color: #cbcac0;
}
footer ul {
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
footer  li {
	list-style-image: none;
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	text-transform: capitalize;
}

#footer-left {
	float: left;
	width: 60%;
	text-align: left;
	position: relative;
}
#footer-right {
	float: right;
	width: 40%;
	text-align: right;
	position: relative;
}
footer a {
	color: #1982d1;
	text-decoration: none;

}
footer a:hover {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
}
footer #devlink {
	margin-bottom: 2px;
	font-weight: bold;
}
footer #devlink a {}
footer #devlink a:hover {}
footer #credits {
	display: none;
}