/**
 * ------------------ //
 * Style Box Planos
 * Personal Plan
 * ------------------ //
 **/
#wrapper section.personal header {
	background: #dfdfd1 url( '../img/common/plans/staff/bg_personal.jpg' ) top no-repeat;	
}

#wrapper section.personal header h3 {
	background: url( '../img/common/plans/staff/ico_personal.png' ) top no-repeat;	
}

/**
 * ------------------ //
 * Alfa Plan
 * ------------------ //
 **/
#wrapper section.alfa header {
	background: #dfdfd1 url( '../img/common/plans/staff/bg_alfa.jpg' ) top no-repeat;	
}

#wrapper section.alfa header h3 {
	background: url( '../img/common/plans/staff/ico_alfa.png' ) top no-repeat;		
}

/**
 * ------------------ //
 * Beta Plan
 * ------------------ //
 **/
#wrapper section.beta header {
	background: #dfdfd1 url( '../img/common/plans/staff/bg_beta.jpg' ) top no-repeat;	
}

#wrapper section.beta header h3 {
	background: url( '../img/common/plans/staff/ico_beta.png' ) top no-repeat;		
}

/**
 * ------------------ //
 * Delta Plan
 * ------------------ //
 **/
#wrapper section.delta header {
	background: #dfdfd1 url( '../img/common/plans/staff/bg_delta.jpg' ) top no-repeat;	
}

#wrapper section.delta header h3 {
	background: url( '../img/common/plans/staff/ico_delta.png' ) top no-repeat;		
}

/**
 * ------------------ //
 * Omega Plan
 * ------------------ //
 **/
#wrapper section.omega header {
	background: #dfdfd1 url( '../img/common/plans/staff/bg_omega.jpg' ) top no-repeat;	
}

#wrapper section.omega header h3 {
	background: url( '../img/common/plans/staff/ico_omega.png' ) top no-repeat;		
}

#wrapper section.referencia header {
	background: #dfdfd1 url( '../img/common/plans/staff/bg_referencia.jpg' ) top no-repeat;	
}

#wrapper section.referencia header h3 {
	background: url( '../img/common/plans/staff/ico_referencia.png' ) top no-repeat;		
}

/**
 * ------------------- //
 * Box Plans [START]
 * ------------------- //
 **/
#wrapper .wrapper-content {
	margin-bottom: 20px;	
	clear:both;
	/*overflow:hidden;*/	
}

#wrapper .wrapper-content section.box-plans {
	margin: 0 20px 20px 0;
	width: 306px;
}

#wrapper .wrapper-content section.box-plans header {
	width: 306px;
	height: 200px;		
}	

#wrapper .wrapper-content section.box-plans header h3 a {
	color: #FFF;
}	

#wrapper .wrapper-content section.box-plans header p {
	color: #FFF;	
}
/**
 * ------------------- //
 * Box Plans [END]
 * ------------------- //
 **/