﻿/* #####################################################################	*/
/* GENERIC BOX	#########################################################   */
/* #####################################################################   */
.boxB {
	overflow: hidden;
	letter-spacing: .5px;
}
.boxBTabC {
	overflow: hidden;
	width: 101%;
	margin-top: 30px;
	-background-color: green
}

.boxBTab {
	position: relative;
	left: -0px;
	float: left;
	width: 330px;
	height: 390px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.boxBImg {
	height: 225px;
	-border: solid 1px #fe7e0e;
	border-radius: 40px 5px 15px 5px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.boxBTit {
	font-family: MyriadPro-Light;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	height: 1px;
	padding-top: 8px;
	padding-bottom: 0px;
}
.boxBEmail {
	font-family: MyriadPro-Light;
	font-size: 18px;
	font-weight: bold;
	color: #fe7e0e;
	height: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.boxBDida {
	font-family: MyriadPro-Light;
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}