.home_title{
	margin:15px 15px 15px 0px;
	text-align: center;
	font-size:28px;
	color:#7a1b23;
	text-transform: uppercase;
	font-weight: bold;
}
.home_item{
	background-color: #fff;
	margin:15px 15px 15px 0px;
	padding:10px;
	border:1px solid #aaa;
}
.op2{
	margin:15px;
}

.item_image{
	position: relative;
	float: left;
	width: 136px;
}
.image_over{
	opacity: 0.5;
	position: absolute;
	left:3px;
	top:3px;
	display: none;
	cursor: pointer;
}
.item_image:hover .image_over{
	display: block;
}
.image_thumbs{
	width: 136px;
	margin-top: 2px;
	cursor: pointer;
}
.image_thumb{
	float: left;
	margin: 0 1px;
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center top;
}

.item_content{
	width: 350px;
	margin-left: 10px;
	float: left;
	margin-right: 15px;
}
.item_content.no-photo{
	width: 486px;
}
.item_content.no-video{
	width: 590px;
}
.item_content.no-photo.no-video{
	width: 726px;
}
.item_title{
	font-size: 24px;
	font-weight: bold;
	color:#0a528d;
	margin-bottom: 5px;
}
.item_text{
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
}

.home_item_infos{
	width:240px;
	float: left;
}
.video_title{
	font-size: 11px;
	text-align: right;
	margin-bottom: 10px;
}
.video_content{
	width: 240px;
	height: 140px;
}
.btn_manual{
	width: 110px;
	float: left;
}
.btn_catalogo{
	width: 105px;
	float: right;
}
.btn_contact{
	clear: both;
	text-align: center;
	font-weight: bold;
	padding:10px 10px;
}
.btn_contact a{
	color: #0a528d;
	text-decoration: underline;
}
.home_item_space{
	clear: both;
}

.thumb{
	text-align: center;
	cursor: pointer;
	max-width:60px;
	overflow: hidden;
	margin:10px;
}
.thumb img{
	max-width: 100%;
	max-height: 100%;
}
