a {
	text-decoration:none;
	color: #26685A;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
li {
	position: relative;
	cursor: pointer;
	border: 1px solid #CAE8E0;
	text-align:justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height:14px;
	width: 135px;
	font-size: 12px;
	font-weight: bold;
	color: #26685A;
	text-decoration: none;
	list-style-type: none;
	background-color: #CAE8E0;
	margin: 5px;
	margin-left: -35px;
	padding: 5px;
}
li:hover {
	border: 1px solid #AAAAAA;
}
.botao_direito {
	cursor: pointer;
	top: -2px;
	width:97px;
	height:27px;
	z-index:2;
}
.titulo {
	 font-size:18px;
     color:#000000;
     font-style:italic;
     font-weight:bold;
	 text-transform:capitalize;
}
.texto {
	 font-size:12px;
     color:#000000;
     font-weight:bold;
	 text-align:justify;
	 margin-top: 20px;
}
.fundo_azul {
	background: url(img/las_fundo_azul.png) bottom repeat-x;
}
.fundo_amarelo {
	background: url(img/las_fundo_amarelo.png) bottom repeat-x;
}
.fundo_roxo {
	background: url(img/las_fundo_roxo.png) bottom repeat-x;
}
.fundo_verde {
	background: url(img/las_fundo_verde.png) bottom repeat-x;
}