/* CSS Document */



.conteudoPaginas {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	vertical-align: top;
}

.conteudoCentral {
	width: 100%;
	height: 900px;
	border: 0px;
}

.credito {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 20px;
	text-decoration: none;
}

.credito a:link {
	text-decoration: none;
	color: #666666;
}

.credito a:visited {
	text-decoration: none;
	color: #666666;
}

.credito a:hover {
	color: #666666;
	text-decoration: underline;
}

.credito a:active {
	text-decoration: none;
	color: #666666;
}

/*/////////////// PROPRIEDADES DO MENU ACCORDION ///////////////*/

p {
	padding: 5px 10px;
	color: #666;
}

#container {
	width: 600px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content {	
	width: 600px;
	margin: 0 auto;
}

#wrap {
	width: 600px;
	overflow: hidden;
	background: #fff;
}

h3 {
	padding: 5px 0px 11px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	background: #ffffff;
	cursor: pointer;
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.texto{
 vertical-align: top;
 text-decoration: none;
 color: #666666;
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: #666666;
}

div.accordion {
	background: #fff;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 7px 0;
}

div.accordion ul li a {
	color: #666666;
	text-decoration: none;
	vertical-align: top;
	font: Verdana, Arial, Helvetica, sans-serif;
}

div.accordion ul li a span {
	padding-bottom: 10px;
	color: #666666;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;
	color:#666666;
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	/*background: url("../images/top_dark.gif") no-repeat top left;*/
}

.top_light {
	/*background: url("../images/top_light.gif") no-repeat top left;*/
}

.bottom_dark {
	/*background: url("../images/bottom_dark.gif") no-repeat top left;*/
}

.bottom_light {
	/*background: url("../images/bottom_light.gif") no-repeat top left;*/
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}

/*/////////////// PROPRIEDADES DO MENU ACCORDION ///////////////*/


