/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/img_02.gif);
}
img {
	border:none;
}
hr {
	display:none;
}
a {
	color:#FFFC00;
}
a:hover {
	text-decoration:none;
}
#main {
	width:775px;
	margin:0 auto;
}
.border {
	width:755px;
	border:10px solid #DC3989;
	background:#FFF;
	float:left;
}
#top {
	width:100%;
	float:left;
}
.bg-pink {
	background:#FFD7F4 url(images/bg_conteudo.jpg) top right repeat-y;
	border:5px solid #FFF;
	float:left;
}
.main-title {
	float:left;
	width:157px;
	padding:0 0 90px 0;
	background:url(images/img_13.gif) right bottom no-repeat #AC588B;
}
.main-title h1 {
	float:left;
	text-indent:-9999px;
	background:no-repeat right top;
	margin:0;
	height:107px;
	padding:0;
	width:157px;
}
.main-title ul {
	float:left;
	margin:0;
	width:137px;
	color:#FFF;
	padding:10px 0 0 10px;
	line-height:18px;
	text-align:right;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#breadcrumb {
	float:left;
	background:url(images/bg_breadcrumb.jpg);
	width:568px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding:5px 10px 0 0;
	height:19px;
}
.box {
	border-left:10px solid #FFF;
	float:left;
	width:578px;
}
.text {
	float:left;
	width:397px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	padding:20px 10px 10px 0;
}
.text ul {
	float:left;
	padding:15px;
	margin:0;
	list-style:square;
	line-height:18px;
}
.text li {
	width:100%;
	clear:both;
	margin-bottom:3px;
	float:left;
}
.text a {
	color:#000;
}
h2 {
	float:left;
	width:254px;
	height:59px;
	text-indent:-9999px;
	padding:0;
	margin:0;
}
h3 {
	font-size:14px;
	margin:0 0 20px 0;
}
h4 {
	font-size:12px;
	margin:0 0 10px 0;
}
.text h2 {
	float:left;
	width:100%;
	height:auto;
	text-indent:0;
	padding:0 0 20px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:bold;
}
.star {
	height:340px;
	width:171px;
	float:right;
	background:no-repeat;
}

/* Back */

.back {
	float:left;
	width:100%;
	margin-top:20px;
	background:url(images/img_16.gif) no-repeat;
}
.back a {
	height:21px;
	float:left;
	text-indent:-9999px;
	width:257px;
}

/* Footer */

#footer {
	float:left;
	border:5px solid #FFF;
	border-top:none;
	border-right:none;
}
#footer img {
	float:left;
	margin:0;
	padding:0;
	border:none;
}

/* NOTICIES AND BLOG */

.date-news {
	background:#DFDFDF;
	padding:1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	color:#626262;
	margin:15px 0 10px 0;
	width:98%;
}
.text .date {
	padding:0 2px 0 2px;
	margin-right:3px;
	background:#777;
	color:#FFF;
	float:left;
}
.text ul.notice {
	list-style:none;
	padding-left:0;
}
.text ul.notice li a {
	font-weight:bold;
}
.text ul.notice li span.description {
	float:left;
	padding-left:75px;
	padding-bottom:10px;
}

/* FORMS */

.text fieldset {
	float:left;
	position:relative;
	line-height:27px;
	padding:10px;
	border:1px solid #AC588B;
	width:545px;
}
.text fieldset legend {
	padding:5px;
	color:#AC588B;
	padding-top:0;
	font-size:14px;
	letter-spacing:-1px;
	word-spacing:3px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.text fieldset label {
	width:100px;
	float:left;
}
.text fieldset textarea {
	overflow:auto;
	position:relative;
	margin-bottom:4px;
}
.text fieldset .button {
	color:#FFF;
	border:1px solid #000;
	margin:5px 0 0 0;
	background:#B20000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 0 3px 0;
	float:left;
}
.text fieldset .text {
	width:200px;
	position:relative;
	color:#444;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	float:left;
}
.text fieldset input:focus, #content fieldset textarea:focus {
	padding:2px;
	border:2px solid #993300;
}
.text fieldset select.text {
	width:208px;
}
.text fieldset .msg-success {
	background:#49C24F;
	width:96%;
	margin:0 0 10px 0;
	font-size:12px;
	text-align:center;
	padding:2%;
	color:#FFF;
}
.text fieldset .msg-error {
	background:#CD4949;
	font-size:12px;
	width:96%;
	margin:0 0 10px 0;
	text-align:center;
	padding:2%;
	color:#FFF;
}
.text fieldset .observation {
	float:right;
	background:#F0FBD5;
	width:210px;
	line-height:18px;
	padding:5px;
	border:1px solid #666;
}
.text fieldset .radio {
	vertical-align:middle;
	margin:3px 0 4px 0;
}
html>body .text fieldset .radio {
	vertical-align:baseline;
	margin:0;
}
.text fieldset .checkbox {
	margin:7px 0 0 0;
}
html>body .text fieldset .checkbox {
	margin:0;
}
html>body .text fieldset .legenda {
	margin:0;
}
.text .box-comments, .text .box-representative {
	width:565px;
	color:#565656;
	background:#FFD7F4;
	border:1px solid #FBACE5;
	margin:0 0 10px 0;
	float:left;
}
.text .box-representative {
	width:99%;
	background:#F1F1F1;
}
.text .box-comments p, .text .box-comments .data, .text .box-representative p {
	width:98%;
	float:left;
	margin:0;
	padding:1%;
}
.text .box-representative .title {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.text .box-comments .data {
	background:#FABAE8;
	color:#000;
}

/* OPTIONS */

.text .options {
	float:left;
	width:100%;
	text-align:right;
	padding-top:1%;
	margin-top:12px;
	border-top:1px solid #CCC;
}
.text .options br {
	display:none;
}
#paginacao {
	float:left;
}

/* GALLERY */

.box-image {
	float:left;
	width:173px;
	line-height:16px;
	margin:0 2px 15px 3px;
	color:#CA3730;
}
.box-image a {
	width:160px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	height:107px;
	border:2px solid #FF3399;
}
.box-image img {
	width:157px;
	padding:4px;
	background:#FFF;
	border:none;
	height:100px;
}
.box-image h4 {
	text-align:center;
}
.box-image span {
	float:left;
	width:100%;
	line-height:16px;
	clear:both;
	color:#444;
}
.division-box-image {
	float:left;
	width:100%;
}

