@charset "UTF-8";
/* CSS Document */
body {
	background:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
	* html #image-style { 
    background-image: none; 
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src="filename.png", sizingMethod="scale"); 
}
.header {
	background:transparent;
	width:990px; height:40px;
	margin:0 auto;
}
.head-link {
	background:#0099FF none repeat scroll 0 0;
	border-right:2px solid #99FF00;
	float:right;
	margin:7px 8px 0 0;
	padding:5px;
	font-size:14px;
}
.head-link a, .head-link a:hover {
	color:#FFF;
	text-decoration:none;
}
.head-link:hover {
	background:#33F;
}


.content-container {
	background:#e0f062 url(bg.gif) repeat-x;
	height:550px;
	min-width:970px;
}

.content {
	width:970px; height:550px;
	margin:0 auto;
}

.content-left {
	float:left;
	width:255px;
	height:550px;
}

.content-right {
	float:right;
	width:700px;
	height:550px;
}

#map_canvas {
	width:700px;
	height:550px;
	}

h1 {
	color:#F09;
	font-size:29px;
	text-align:right;
	font-family:sans-serif;
	margin:0;
}

.desc{
	color:#323232;
	float:right;
	font-size:11px;
	margin-top:5px;
	text-align:right;
	width:200px;
}
.desc a {
		color:#323232;
}
.desc a:hover{
	background-color:#F2F754;
}
.info {
	background:#1A3239 none repeat scroll 0 0;
	border:1px solid #2E565F;
	color:#999999;
	font-size:13px;
	margin:20px auto 0;
	padding:5px 10px;
	width:892px;
}
#titulo-info {
	color:#FF31A7;
	font-weight:bold;
}
.footer {
	height:75px;
	margin:23px auto 0;
	width:970px;
	background:url(footerbg.gif) repeat-x;	
}

.footer a{
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
.footer a:hover{
	color:#FF31A7;
}
#disclaimer-link {
	color:#CCC;
}
.disclaimer {
	font-size:14px;
	padding:6px;
	color:#000;
}
.disclaimer-container {
	text-align:center;
	margin-top:-10px;
	width:600px;
	margin:-20px auto 0;
	font-size:10pt;
	color:#CCC;
}
.disc-h1 {
	font-weight:bold;
	color:#000;
	text-align:left;
}
.linke {
	background:url(linkbg.gif) repeat-x ;
	height:28px;
	float:left;
	margin:20px 0 0 10px;
	padding:3px 0 0 7px;
}
.linke-fin {
	background:url(linkfin.png);
	height:28px;
	width:12px;
	float:left;
	margin:20px 0 0 0px;
}