 body {
	margin: 0;
	padding: 0;
	background-color:#EEEEEE;
    }
	 body,td{
	 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#FFFFFF;
	 }
input,option,select{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		border:1px solid #000000;
		background-color:#AAAAAA;
}
.submit{
		background-color:#888888;
		color:#FFFFFF;
}
.mandatory{
		background-color:#DDDDDD;
}
#outer {
	  position: absolute;
	  top: 50%;
      width: 100%;
      height: 420px;
	  margin-top:-210px;
	  background-image:url(img/bgGradient.jpg);
	  border-top:1px solid #AEAEAE;
	  border-bottom:1px solid #AEAEAE;
}
#inner{
		width:760px;
		height:420px;
		position:absolute;
		left:50%;
		margin-left:-380px;
		margin-top:10px;
		
}
#main{
	width:760px;
	height:396px;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;

}
#mainContent{
top:15px;
	position:relative;
	left:190px;
	text-align:left;
	margin-bottom:5px;
	height:358px;
	width:570px;
	overflow:auto;
}
#mainContentEditable{
	width:520px;
}
#mainMapa{
	width:760px;
	height:396px;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
}
#mainContentMapa{
	position:relative;
	left:170px;
	text-align:left;
	height:396px;
	width:591px;
	overflow:hidden;
}
#mainTitle{
	position:absolute;
	top:377px;
	right:0px;
}
#menu{
	position:absolute;
	width:760px;
	height:12px;
	text-align:left;
}
#counter{
float:right;
}
.clear{
	clear:none;
}
img{
	border:0px;
}

a:link{
	color:#FFFFFF;
}
a:visited{
	color:#FFFFFF;
}
a:hover{
	color:#FFFFFF;
}

