﻿		#texto {
			float:left;
			width:570px;
			margin-left:20px;
		}
		.texto {
			font-size: 1.2em;
			float:left;
		}
		.texto * { font-family: "Arial narrow", Helvetica, sans-serif; }
		.texto h4 { color: #d2d2d2 }
		.texto h4 {
			font-size: 1.0em;
			font-weight: bold;
			margin-bottom: 10px;
			*margin-top:15px;
			_margin-top:0px;
			color:#d2d2d2;
		}
		.texto h3 { color: #818181 }
		.texto h3 {
			font-size: 1.3em;
			font-weight: normal;
			margin-bottom: 10px;
			color:#d2d2d2;
		}
		.texto h2 { color: #7f2907 }
		.texto h2 {
			font-size: 0.9em;
			font-weight: boldnormal;
			margin-bottom: 10px;
			text-transform:uppercase;
		}
		.texto p, .texto ul, .texto ol {
			text-align: justify;
			line-height: 1.5em;
			margin-bottom: 10px;
			color:#818181;
		}
		.texto p.espace {
			margin-bottom:20px;
			margin-top:20px;
			border-bottom:1px dotted #414141;
		}
		.texto p.noespace {
			margin-bottom:0;
		}
		.texto ul, .texto ol { padding-left: 0 }
		.texto li { margin-bottom: 7px }
		.texto ul li { list-style:none;}
		.texto ol { padding-left:15px; }
		.texto ol li { list-style:square; color:#818181;}
		.texto a:link { text-decoration:none; }
		.texto a:visited { text-decoration: none }
		.texto a:hover, .texto a:focus, .texto a.focus { text-decoration: underline }
		#decreases {
			float:right;
			width:35px;
			height:20px;
		}
		#decreases ul { margin-bottom:0; }
		#decreases li {float:left; margin-bottom:0;}
		#decreases #decrease {
			float:left;
			background: url(../images/font-size-diminui.gif) no-repeat top;
			text-indent:-9999px;
			width:16px;
			margin-right:3px;
		}
		#decreases #increase {
			float:left;
			background: url(../images/font-size-aumenta.gif) no-repeat top;
			text-indent:-9999px;
			width:16px;
		}
		#lista {
			float:left;
			margin-top:50px;
		}
		#lista h2 {
			float:left;
			font-weight:bold;
			font-size:1.3em;
		}
		#lista li {
			float:left;
			background:#e6eff5;
			width:620px;
			padding:5px;
		}
		#lista li:hover, #lista li.hover {
			background:#c5d6e1;
		}
		#lista li.style2 {
			float:left;
			background:#ecf4f9;
			width:620px;
			padding:5px;
		}
		#lista li.espaco {
			float:left;
			border-bottom:1px solid #bbccda;
			margin-bottom:30px;
		}
		#lista li.style2:hover, #lista li.style2.hover {
			background:#e2ebf1;
		}
		#lista a span {
			display:block;
			padding:0 0 0 12px;
			background: url(../images/bullet_blue.gif) no-repeat 0 55%;
			text-decoration:none;
			font-size:0.8em;
			cursor:pointer;
		}
		#lista a:hover span, #lista a.hover span {
			text-decoration:underline;
		}
		.box-open {
			float:left;
			background:#181819;
			width:520px;
			padding:20px;
			border:10px solid #111111;
		}
		.box-open h4 {
			background:url(../images/bullet.gif) no-repeat 0 6px;
			padding:0 0 0 12px;
		}
		.box-open a h3 {
			float:left;
			background:url(../images/bg_box_titulo.gif) no-repeat;
			width:560px;
			height:28px;
			font-size:1.0em;
			padding-top:8px;
			padding-left:30px;
			margin-bottom:0;
			cursor:pointer;
			text-decoration:none;
		}
		.box-open a h3:hover, .box-open a h3.hover {
			text-decoration:underline;
		}
		.box-open .desc {
			float:left;
			width:520px;
		}
		.lista-expansivel {
		  width: 350px;
		  margin-top:20px;
		}
		.lista-expansivel h3 {
			float:left;
			background:#181819 url(../images/bullet3.gif) no-repeat 10px 14px;
			width:560px;
			height:22px;
			font-size:1.0em;
			padding-top:8px;
			padding-left:20px;
			margin-bottom:0;
			border-bottom:1px solid #1d1d1e;
			cursor:pointer;
			text-decoration:none;
		}
		.lista-expansivel .campo_focus:focus, .lista-expansivel .campo_focus.focus {
			background:#111111 url(../images/bullet.gif) no-repeat 10px 14px;
		}
		.campo_focus {
			background:#111111 url(../images/bullet.gif) no-repeat 10px 14px !important;
		}
		.lista-expansivel h3 span {
			float:left;
			width:550px;
			background:url(../images/open.gif) no-repeat right 1px;
			font-weight:normal;
			color:#7f2907;
		}
		.lista-expansivel h3.campo_focus span, .lista-expansivel h3.campo_focus span {
			background:url(../images/dimi.gif) no-repeat right 1px;
		}
