@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
list-style:none;
text-decoration:none;
vertical-align:middle;
}

a { color:#FFF; }

body { overflow:auto; margin:0 auto; background-color:#c1c1c1; background-image:url(../imgs/fundo-geral.jpg); background-repeat:repeat-y; background-position:center;}

#tudo { margin:0 auto; width:1000px; }

#header { width: 100%; height:99px; background:url(../imgs/fundo_barra.jpg) repeat-x center; text-align:center;}

#spot { width:920px; height:300px;}

#estados { z-index: 999; position:absolute; color:#FFF; font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}

.mt { margin-left:600px; margin-top:65px;  display:none;}

#conteudo { 
	width: 920px;
	height:350px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(255,255,255,0) 81%, rgba(255,255,255,0) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(81%,rgba(255,255,255,0)), color-stop(98%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 98%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,0) 81%,rgba(255,255,255,0) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */

}

#section { 
	width:353px; 
	height:291px; 
	float:left; 
	margin-left:20px; 
	margin-top:10px; 
}

#mapa {
	width:538px;
	height:482px;
	margin-top:-150px;
	z-index:997;
	float:right;
	z-index:2;
	position:absolute;
	margin-left:370px;
}

#footer { width:920px; border-top: 1px solid #CCC; padding-top:10px;}

.direita { float:right; }

#titulo{
	position: absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	color:#00274D;
	width:353px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
}


#texto{
	position: absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	text-align:left;
	color:#828282;
	margin-top:5px;
	margin-bottom:15px;
	width: 353px;
	top: 461px;
}

#boxazul{
	position: absolute;
	background-image:url(../imgs/boxazul.png);
	width:353px;
	height:65px;
	top: 581px;
}

#boxazul p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:12px;
	line-height: 14px;
	width:336px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	margin-left:11px;
	padding-top:10px;
}


#inscricoes{
	position: absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	color:#FF0000;
	top: 658px;
	width:353px;
}


