body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #3d3f40;
	font-size: 12px;
}

.titulo1 {
	color: #ffa500;
	text-shadow: 2px 2px #395b89;
	padding: 8px 10px 10px;
	background: #395b89;
	font-size: 19px;
	font-weight: bold;
 }
 
 .titulo2 {
 	background: #5e72a5;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
	border: none;
	font-size: 12px;
	margin-bottom: 10px;
}

p{
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0 10px;
}

ul#secas{
	list-style: none;
	line-height: 18px;
	margin-bottom: 10px;
}