body{
    font-family: URW Gothic L,Trebuchet MS,Arial, Geneva, sans-serif;
    font-weight:500;
	text-align:center;
	background-color:#fbf7f7;
}
span{
    padding-left:50px;
}
a:link{
    color:#fff;
}
a:visited{
    color:#c12881;
}
#container{
	background-color:#c12881;
	margin:0 auto;
	width:950px;
	text-align:left;
	padding-bottom:20px;
	color:white;
}
.paragrafos{
    padding-top:10px;
    line-height:30px;
    padding-left:10px;
    padding-right:10px;
}
#logo{
    margin-left:25px;
    width:900px;
}
#logo area {
    cursor:pointer;
}
#contents{
    padding-left:30px;
    padding-right:30px;
}
#contents h3{
    font-weight:bold;
    margin-bottom:15px;
    margin-top:15px;
    margin-left:100px;
    font-size:1.5em;
}
#footer{
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    color:#fff;
}
#footer hr{
    width:650px;
}
#outer{
    margin:0 auto;
    width:958px;
    padding-bottom:4px;
    border:2px solid;
	border-top:none;
	border-bottom:1px solid;
}
.flutuar{
    float:right;
}
.all{
    clear:both;
}
/* @group manchetes */
#manchetes {
	position: relative;
	float: left;
	width: 100%;
	/*height: 50em;*/
	clear: both;
}
.featNewsHome {
	padding:15px; 
	position: relative;
	top: 0;
	left: 0;
	clear: both;
}
/* @end */
/* @group itemsScroller */
#itemsScroller {
	position: relative;
	border-top: none;
	padding: 0 16px !IMPORTANT;
	height: 150px;
	clear: both;
	border: 1px solid #dadada;
}
#itemsScroller #scrollList {
	overflow: hidden;
	height: 150px;
}
#itemsScroller ul {
	overflow: hidden;
	width: 400%;
}
#itemsScroller li {
	float: left;
	width: 151px;
	height: 150px;
	padding: 20px 10px 20px 10px;
	border-right: 1px solid #adaca9;
	overflow: hidden;
}
#itemsScroller li a.img {
	overflow: hidden;
	display: block;
	width: 150px;
	height: 88px;
	margin-bottom: 2px;
	text-align: center;
}
#itemsScroller li a.img img {
	max-width: 150px;
	height: 88px;
}
#itemsScroller .prev, #itemsScroller .next {
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
}
#itemsScroller .prev {
	left: 0;
	background: url(../images/newsScrollLeft.gif) #125925 center center no-repeat;
	cursor: pointer;
}
#itemsScroller .next {
	right: 0;
	top: 0;
	background: #125925 url(../images/newsScrollRight.gif) center center no-repeat;
	cursor: pointer;
}
/* @end */

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

.servicos{
    line-height:1.4em;
    list-style-type:disc;
    margin-left:20px;
    margin-bottom: 20px;
}

.servicosHeader{
    font-weight: bold;
    font-size: 20px;
    margin-bottom:10px;
}

.nota{
    font-style: italic;
}

input,textarea{
    border:medium none;
    margin-bottom:5px;
    width: 160px;
}
