@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(imagens/bg2.gif);
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
}

img.alignleft {
	margin-right: 10px;
	padding: 10px;
}
img.alignright {
	margin-left: 10px;
}

hr {
	border-style: dashed;
	border-color: #999999;
}
a {
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#div_template {
	width: 760px;
	height: auto;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
.div_topo {
	width: 760px;
	height: 160px;
	background-image: url(imagens/topo_aplv2.jpg);
}
.div_menu {
	width: 760px;
	height: auto;
	position: relative;
	vertical-align: middle;
	background-color: #3C5339;
	z-index: 3;
}
.div_corpo_topo {
	width: 750px;
	padding-right: 10px;
	height: 18px;
	padding-top: 2px;
	vertical-align: middle;
	position: relative;
	background-color: #FFFFFF;
	text-align: right;
}
#div_corpo {
	width: 760px;
	background-color: #FFFFFF;
	/*height: auto;
	position: relative;
	left: auto;
	margin: auto;*/
	float: left;
	z-index: 2;
}

#div_corpo_esq {
	width: 480px;
	height: auto;
	padding: 10px;
	position: relative;
	left: auto;
	float: left;
	background-image: url(imagens/fundo_quadroFloral.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	z-index: 1;
	font-size: 12px;
}

#qd01 {
	width: 60%;
	float: left;
	font-style: inherit;
	padding: 5px;
	border-right-style: dotted;
	}
#qd02 {
	width: 30%;
	float: left;
	font-style: inherit;
	padding: 5px;
	}

#div_corpo_dir {
	width: 240px;
	left: 0px;
	height: 100%;
	padding: 5px;
	position: relative;
	background-color: #DEDEDD;
	float: right;
}

#qd_direita {
	width: 220px;
	/*padding: 5px 5px 5px 5px;*/
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
.textoPequeno {
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0;
}

#div_corpo_dir table td {
	text-align: center;
}

#div_base {
	width: 70%;
	/*height: 18px;*/
	/*padding-right: 5px;
	padding-left: 5px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	position: relative;
	background-color: #3C5339;
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin: auto;
}

#div_baseAutor {
	width: 30%;
	/*padding-right: 5px;
	padding-left: 5px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	position: relative;
	background-color: #3C5339;
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin: auto;
}

#div_base a {
	color: #FFFFFF;
	text-decoration: underline;
}

#div_base a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#div_baseAutor a {
	color: #FFFFFF;
	text-decoration: underline;
}

#div_baseAutor a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* CSS DO TOOLTIP */

img{border:none;}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:3px;
	display:none;
	color:#fff;
	z-index: 4;
	}
	
/* SUGGESTION BOX */

	h3 {
		margin: 0px;
		padding: 0px;	
	}

	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
		text-align: left;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
	
/* SlideShow */

.slideshow { height: 232px; width: 232px; }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }