﻿/* Estilização básica */
.texto {
	line-height: 1.5em;
	text-align: justify;
}
.texto h3, .texto a { color: #3e637c; }
.texto h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 7px
}
.texto a:visited { color: #FF8300; }
.texto p { margin-bottom: 15px }
.texto p#lead { font-style: italic }
.texto ul, .texto ol { margin: 0 0 15px 20px; }
.texto li { margin-bottom: 7px; }
.texto ul li { list-style: square outside; }
.texto ol li { list-style: decimal outside; }
#principal.com-lateral #conteudo_topo_fundo {
	height:auto;
}
/* GALERIA */
ul.galeria {
	width:100%;
}
ul.galeria li {
	float:left;
	list-style-type:none;
}
ul.galeria li.thumb {
	margin-right:12px;
	margin-top:10px;
	float:left;
}
ul.galeria li.nomargin {
	margin-right:0;
	margin-top:10px;
}
/* Fim: GALERIA */

/* LISTA */
ul.lista {
	margin-left:0;
}

ul.lista li {
	background:#dfebf4;
	list-style-type:none;
	margin-bottom:1px;
}

ul.lista li:hover, ul.lista li.hover {
	background:#96b6cd;
}

ul.lista li.alterna {
	background:#cbdbe7;
}

ul.lista li.alterna:hover, ul.lista li.alterna.hover {
	background:#96b6cd;
}

ul.lista a span {
	display:block;
	background:url(../images/bullet.gif) no-repeat 10px 14px;
	padding:6px 0 6px 25px;
	color:#315670;
}

ul.lista a:hover span {
	background:url(../images/bullet2.gif) no-repeat 10px 14px;
}
/* Fim: LISTA */


/* LISTA CERTIFICADOS*/

ul.listacertificados 	{line-height:20px; list-style-type:disc; margin-left:20px; font-size:16px; clear:both;}
ul.listacertificados li	{padding-bottom:10px;} 


/* Fim: LISTA */



#decreases {
float:right;
width:60px;
height:20px;
margin-right:27px;
_margin-right:14px;
}

#decreases #decrease {
float:left;
background: url(../images/decrease_diminui.gif) no-repeat top;
text-indent:-9999px;
width:24px;
height:19px;
margin-right:5px;
}

#decreases #decrease:hover, #decreases #decrease.hover {
background-position:left bottom;
}

#decreases #increase {
float:left; 
background: url(../images/decrease_aumenta.gif) no-repeat top;
text-indent:-9999px;
width:24px;
height:19px;
}

#decreases #increase:hover, #decreases #increase.hover {
background-position:left bottom;
}