HTML, body { width: 100%; height: 100%;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body
	{
	margin: 0px; padding: 0px;
	background-color: #333333;
	}

.fonthometxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}


 a.lk_comum{color: #666666; text-decoration:none; font-size: 10px;}
 a.lk_comum:hover{color: #666666;}

.fonthometitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d95a6f;
}
.fontsubtit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.fonttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.fonttext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #e75870;
}

.borda1 {
	border: 1px solid #e75870;
}

.celpad1 {
	padding: 18px;
}

.celpad2 {
	padding-top: 18px; padding-bottom: 18px; padding-right: 18px;
}

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.fonttext .fontsubtit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e75870;
}
.fontbigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e75870;
}


/* RODAPE */

.tit_f{color: #85001d; text-decoration:none; font-weight:bold; font-size: 12px; line-height: 13px;}

 a.link1{color: #666666; text-decoration:none; font-weight:bold; font-size: 10px; line-height: 12px;}
 a.link1:hover{color: #666666;}

 a.link2{color: #85001d; text-decoration:none; font-weight:bold; font-size: 12px; line-height: 13px;}
 a.link2:hover{color: #85001d;}

.marg{margin-top: 5px;}	

/* =================================== SLIDE ==================================*/

.area_slide
	{
	margin: 0px auto 0px auto;
	padding-bottom: 14px;
	/*width: 666px;*/
	background:#FFF;
	padding-left: 55px;
	}

.area_slide a{outline: none;}

#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	width: 666px;
	height: 51px;
	background-color:#FFF;	
	
}

#slider1 li {
	padding: 0;
	margin: 0;
	zoom:1;
}

.area_slide2
	{
	margin: 0px;
	width: 774px;
	height: 108px;
	}

#slider2 {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 776px;
	height: 108px;

}

#slider2 li {
	padding: 0;
	margin: 0;
}

/*next button*/
.bx-next {
	position:absolute;
	top:10px;
	right:-47px;
	z-index:999;
	width: 31px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/slide_next.png) no-repeat;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:10px;
	left: -47px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/slide_prev.png) no-repeat;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

