.containerContent {
	z-index: 1;
	position: relative;
	display: inline-block;
	margin-top: 50px;
	width:100%;
}
.col1 {width: 100%; position: relative; float: left;}
.col1_text {width: 500px;}
.col2 {width: 280px; position: relative; float: left;}
.col2_text {width: 425px;}
.col2_text_big {width: 600px;}
.col3 {width: 240px; position: relative; float: left;}
.col3_text {width: 450px; position: relative; float: left;}
.col4 {width: 340px; position: relative; float: left;}
.col5 {width: 240px; position: relative; float: left;}
.col6 {width: 370px; position: relative; float: left;}

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{
	font-size:1px; 
	overflow:hidden; 
	display:block;
	background-color:rgba(255,255,255,0.85); 
}
.b1h {
	height:1px; 
	background-color:rgba(255,255,255,0.85); 
	margin:0 5px;
}
.b2h, .b2bh {
	height:1px; 
	background-color:rgba(255,255,255,0.85); 
	border-right:2px solid rgba(255,255,255,0.85); 
	border-left:2px solid rgba(255,255,255,0.85); 
	margin:0 3px;
}
.b3h, .b3bh {
	height:1px; 
	background-color:rgba(255,255,255,0.85); 
	border-right:1px solid rgba(255,255,255,0.85); 
	border-left:1px solid rgba(255,255,255,0.85); 
	margin:0 2px;
}
.b4h, .b4bh {
	height:2px; 
	background-color:rgba(255,255,255,0.85); 
	border-right:1px solid rgba(255,255,255,0.85); 
	border-left:1px solid rgba(255,255,255,0.85); 
	margin:0 1px;
}
.b2bh, .b3bh, .b4bh {
	background-color: rgba(255,255,255,0.85);
}
.contenth_caja {
	padding-top: 3px;
	border-right:1px solid rgba(255,255,255,0.85); 
	border-left:1px solid rgba(255,255,255,0.85);
	background-color: rgba(255,255,255,0.85);
}
.fondo_body{
	background-size: cover;
	background-color: #FFFFFF;
	background-position: 50% 0%;
	background-repeat: no-repeat no-repeat;
}