@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1CA0AD;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
body,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p,h2,li {
	padding-bottom: 15px;
}
ul {
	margin-left: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2E666B;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link,a:visited,a:active {
	color: #739017;
	text-decoration: none;
}
a:hover {
	color: #2E666B;
	text-decoration: none;
}
#holder {
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#miolo {
	background-color: #FFFFFF;
	background-image: url(img/bg_miolo.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 20px;
}
#miolo p {
	line-height: 150%;
}
.mioloholder {
	width: 500px;
}
#blognews ul{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66C2CC;
	margin-left: 0px;
}
#blognews li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66C2CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mais {
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}
#sidebar {
	background-image: url(img/bg_sidebar.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 238px;
	margin-top: -40px;
	padding-top: 40px;
}
.sidebarholder {
	padding-right: 20px;
	padding-left: 20px;
}
#menu_bottom {
	text-align: center;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer {
	color: #B1E4E1;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer a:link, #footer a:visited, #footer a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	font-weight: bold;
	color: #2E666B;
	text-decoration: none;
}
