@charset "UTF-8";


.clase {
	propiedad: valor !important;
	
}

.tbldmnd {
	propiedad: valor;
	width: 202px;
	margin-top: 25px;
	float: left;
}

.tbl1 {
	text-align: center;
	width: 100px;
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #37b0c9;
	float: left;
	font-size: 12px;
	color: #FFF;
	margin-right: 1px;
	margin-bottom: 1px;
}
.tbl2 {
	text-align: center;
	width: 100px;
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #98999b;
	float: left;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 1px;
}

.prod-item-d {
	height: 800px;
	width: 310px;
	background-image: url(images/line-prod.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: left;
	margin-right: 35px;
}

.prod-item-d:nth-child(3n) {
	margin-right: 0px;
}

.prod-item-d img {
	display: block;
	float: left;
	border: 1px solid #e3e4e0;
}

.prod-item-a {
	height: 700px;
	width: 310px;
	background-image: url(images/line-prod.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: left;
	margin-right: 35px;
}

.prod-item-a:nth-child(3n) {
	margin-right: 0px;
}

.prod-item-a img {
	display: block;
	float: left;
	border: 1px solid #e3e4e0;
}
.code {
	text-align: center;
	width: 150px !important;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #dd222f;
	float: left;
	font-size: 16px;
	color: #FFF;
}

.cent-titl2 {
	font-size: 30px;
	clear: both;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 25px;
	color: #24A6BE;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
