@charset "utf-8";
/* CSS Document */

body {
	text-align: inherit; /*Centraliza no IE*/
	margin: 0;
	padding: 10px;
	background: url(img/bg_redblack.jpg);
	font-family:Arial, Helvetica, sans-serif;
		}


#tudo {
	width: 984px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	}
	
#topo {
	width: 984px;
	height: 247px;
	background: url(img/cabeca.jpg);
	}
	
#menu {
	width: 964px;
	height: 24px;
	padding: 3px 10px;
	position: inherit;
	background-image: url(img/menu.jpg);
	clear:both;
	}
	
#conteudo {	
	width: 984px;
	height: 355px;
	background-image: url(img/conteudo.gif);
	}
	
#conteudo2 {	
	width: 984px;
	height: 355px;
	background-image: url(img/conteudo_logos.gif);
	}
	
#conteudo_mapa {
	width: 984px;
	height: 355px;
	background-image: url(img/fundo_mapa.jpg);
	}
	
#conteudo_responsa {
	width: 984px;
	height: 355px;
	background-image: url(img/fundo_responsa.jpg);
	}
	
#esquerda {
	width: 600px;
	height: 270px;
	padding: 15px;
	float:left;
	overflow:auto;
	}
	
#direita {
	width: 285px;
	height: 270px;
	padding: 15px 35px 20px 3px;
	float: right;
	overflow:auto;
	position:fixed;
	top: 400px;
		
	}
	
#esquerda_down {
	width: 600px;
	height: 50px;
	float: left;
	padding: 15px;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align:justify;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #D20000;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 1px dashed #F00;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

