.FW_box-marginbottom {
	margin-bottom: 7px;
}

.FW_caixa {
	display: block;
	overflow: hidden;
	height: 1%;
	background-position: right bottom;
	font-size: 1.1em;
}
	.FW_caixa,
	.FW_caixa-header,
	.FW_caixa-header H3,
	.FW_caixa-content-wrapper,
	.FW_caixa-content,
	.FW_caixa-footer {
		background-image: url(bg-caixa.png);
		background-repeat: no-repeat;
	}
	.FW_caixa.FW_caixa2,
	.FW_caixa.FW_caixa2 .FW_caixa-content,
	.FW_caixa.FW_caixa2 .FW_caixa-content-wrapper,
	.FW_caixa.FW_caixa2 .FW_caixa-footer {
		background-image: url(bg-caixa2.png);
	}
	
	.FW_caixa-header {
		height: 30px;
		background-position: right top;
	}
		.FW_caixa-header H3 {
			margin-right: 18px;
			padding: 20px 0 0 18px;
			padding-top: 10px;
			margin-bottom: 0;
			height: 20px;
			background-position: left top;
		}
	.FW_caixa-content {
		background-position: left bottom;
		margin-right: 18px;
		padding: 0 0 0 7px;
	}
		.FW_caixa-content:after {
			content: '.';
			visibility: hidden;
			display: block;
			overflow: hidden;
			clear: both;
			height: 0;
		}
		.FW_caixa-content2 {
			padding:1px 0 6px 18px;
		}

			.FW_caixa.FW_caixa2 .FW_caixa-content-wrapper {
				background-position: right -35px;
				padding-right: 6px;
			}

	.FW_caixa-footer {
		background-position: left bottom;
		margin-right: 14px;
		padding:0 0 0px 14px;
		height: 1%;
	}
.FW-UI_slideshow-nav {
	position: relative; /*en pruebas*/
	display: block;
	overflow: hidden;
	height: 1%;
	padding:8px 21px 0 25px;
}
	.FW_arrow-back,
	.FW_arrow-next {
		margin-top: 10px;
	}
	.FW_arrow-back {
		margin-left: -25px;
	}
	.FW_arrow-next {
		margin-right: -20px;
	}


.FW-UI_slideshow-scene {
	position: relative;
	width: 100%;
	overflow: hidden;
	/*height: 123px;*/ /*NO-JS Active*/ /*FW-UI_grid-center-slideContent-heigh*/
}
	.FW-UI_slideshow-scene UL {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		.FW-UI_slideshow-scene UL LI {
			display: block;
			overflow: hidden;
			float: left;
			text-align: center;
			margin: 0;
			padding: 0;
		}
			.FW-UI_slideshow-scene UL LI H4 {
				text-align: left;
			}
			.FW-UI_slideshow-scene UL LI IMG {
				display: block;
				margin: 0 auto;
			}
		
.FW-UI_slideshow-list-overflow {
	position: relative;
	z-index: 100;
	display: block;
	overflow: hidden;
	height: 1%;
	width: 95%;
	float: left;
	margin: 0 auto;
	height: 37px;
}
	.FW-UI_slideshow-nav .jcarousel-clip {
		height: 34px !important;
	}
	.FW-UI_slideshow-nav .jcarousel-prev-disabled {
		background-position: 0 -34px; 		
		cursor: default !important;
	}
	.FW-UI_slideshow-nav .jcarousel-next-disabled {
		background-position: 0 -51px; 
		cursor: default !important;		
	}
	
.FW-UI_slideshow-list {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
	width: 500px;
	}
	.FW-UI_slideshow-list.numeric {
		margin-top: 10px;
	}
	.FW-UI_slideshow-list LI {
		display: block;
		float: left;
		margin: 0 5px 0 0;
	}
		#FW_quefer-box .FW-UI_slideshow-list LI {
			overflow: hidden;
			width: 37px;
		}
		.FW-UI_slideshow-list LI A {
			display: inline-block !important;
			display: block;
			width: 37px;
		}
		.FW-UI_slideshow-list LI A IMG {
			opacity: .4;
		}
			.FW-UI_slideshow-list LI A:hover IMG,
			.FW-UI_slideshow-list LI.current A IMG {
				opacity: 1;
			}
		
		.FW-UI_slideshow-list.numeric LI {
			border-left: 1px solid #acacac;
			margin: 0;
		}
		.FW-UI_slideshow-list LI IMG {
			border: 1px solid #acacac;
		}
		.FW-UI_slideshow-list.numeric LI A {
			display: block;
			width: 17px;
			line-height: 17px;
			text-align: center;
			color: #222222;
			text-decoration: none;
			margin: 0 5px;
		}
			.FW-UI_slideshow-list.numeric LI A:hover {
				text-decoration: underline;
			}
			
		.FW-UI_slideshow-list.numeric LI.current A {
			color: #FFF;
			background-color: #AC2115;
		}
		.FW-UI_slideshow-list.numeric LI.first {
			border-left: none;
		}
			.FW-UI_slideshow-list.numeric LI.first A {
				margin-left: 0;
			}

.FW_arrow-next,
.FW_arrow-back {
	display: inline-block;
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(arrows.gif) no-repeat left top;
	line-height: 35px;
}
	.FW_arrow-next {
		background: url(arrows.gif) no-repeat left -17px;
	}

.FW_float-left { float: left; }
.FW_float-right { float: right; }

.FW-UI_surface-window {
	position: absolute;
	z-index: 1200;
	display: none;
	width: 198px;
	padding: 5px 10px;
	border: 1px solid #4D4D4D;
	background-color: #FFF;
	font-size:0.7em;
	line-height:1.4em;
}

.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	display:block;
	overflow:hidden;
	/*height: 60px;*/ /*No-JS Active*/ /*.FW-UI_accordion-slideContent-heigh*/
	width: 100%;
}


H4 A, H4 A:hover {
    color: #AC2115;
    line-height: 1.2em;
    text-decoration: underline;
}

H4 A {
    text-decoration: none;
}

H4 {
    color: #AC2115;
    font-size: 1em;
    padding: 7px 4px 7px;
}

.paddingtop2px {
	padding-top: 2px !important;
}
.patch-eng-01 {
	background-position: 95% 11px !important;
	line-height: 14px;
	padding-top: 8px !important;
}

	.FW-UI_accordion-item-current .patch-eng-01 {
		background-position: 95% -98px !important;
	}
.FW_sLineHeight1em { line-height: 1em; }
.FW_sPaddingEsq22 { padding-left: 22px; }
.FW_sPaddingEsq18 { padding-left: 18px; }
.FW_sPad_5_0_2_0 { padding-top: 5px !important; padding-bottom: 2px !important; }



.FW_fFons_Destaquem2{
	background-image:url(destaca_supDre2_b.png) !important;
	padding: 0 0 0 5px;
}
.FW_fFons_DestaquemPeu2{
	background-image:url(destaca_infDre2_b.png) !important;
	height: 26px;
	margin:-7px 0 0 -5px;
}
.FW_fFons_DestaquemPeu2 span{
	background-image:url(destaca_infEsq2_b.png) !important;
	height: 26px;
}
.FW_fFons_DestaquemB2{
	background-image:url(destaca_supEsq2_b.png) !important;
	margin-left: 12px;
	padding-right: 15px;
}