@charset "iso-8859-1";


.BoxStandard_Wrapper {
	width: 270px;
	background-image:url(../img_struct/boxBody_verde.gif);
	background-repeat:repeat-y;
	margin-bottom: 5px;
	color: #46522E;
}
.BoxStandard_Header {
	background-image:url(../img_struct/boxTop_verde.gif);
	background-repeat: no-repeat;
	background-position:top;
	padding: 25px 25px 0px 25px;
}

.BoxStandard_Footer {
	background-image:url(../img_struct/boxBottom_verde.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:25px;
}


/** BoxChiaro **/

.BoxChiaro_Wrapper {
	width: 270px;
	background-image:url(../img_struct/boxBody_chiaro.gif);
	background-repeat:repeat-y;
	margin-bottom: 5px;
	color: #46522E;
}

.BoxChiaro_Header {
	background-image:url(../img_struct/boxTop_chiaro.gif);
	background-repeat: no-repeat;
	background-position:top;
	padding: 25px 25px 0px 25px;
}

.BoxChiaro_Footer {
	background-image:url(../img_struct/boxBottom_chiaro.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:25px;
}

/** Box VIDEO **/

.BoxVideo_Wrapper {
	margin-left:10px;
	width: 680px;
	background-image:url(../img_struct/boxBody_video.gif);
	background-repeat:repeat-y;
	margin-bottom: 5px;
	color: #46522E;
}

.BoxVideo_Header {
	background-image:url(../img_struct/boxTop_video.gif);
	background-repeat: no-repeat;
	background-position:top;
	padding: 25px 25px 0px 25px;
}

.BoxVideo_Footer {
	background-image:url(../img_struct/boxBottom_video.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:25px;
}

/** Box SEARCH **/

#BoxSearch {
	float: right;
	width: 150px;
	margin-top:10px;
		}




