﻿.parte{
	border: 0px solid red;
	width: 100%;
	float: left;
}

.parte-productos{
	border: 0px solid red;
	width: 100%;
	margin-bottom: 50px;
	float: left;
}

.seccion{
	background: #f7f7f7;
	width: 65%;
	color: #165898;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.titulo-seccion{
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	float: left;
}

.desarrollo-seccion{
	width: 100%;
	font-size: 19px;
	line-height: 34px;
	text-align: justify;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
}

.imagen-seccion{
	width: 34%;
	float: left;
	margin-top: 80px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.imagen-seccion img{
	width: 100%;
}



.marcas-superiores{
	border: 0px solid red;
	text-align: center;
	font-size: 20px;
}

.marcas-superiores img{
	height: 70px;
	display: inline-block;
	margin: 0 80px 100px;
}




.producto{
	border: 1px solid #ddd;
	width: 22%;
	float: left;
	margin: 0 1% 20px;
}


.titulo-producto{
	background: #f7f7f7;
	font-weight: bold;
	padding: 5px;
}

.imagen-producto{
	width: 100%;
	height: 200px;
	text-align: center;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.imagen-producto img{
	height: 100%;
}




.certificacion{
	border: 0px solid red;
	height: 500px !important;
	float: left;
	margin:10px;
}

.certificacion img{
	border: 0px solid gray;
	height: 50%;
}



.servicios{
	width: 50%;
}

.marcas{
	width: 49%;
	text-align: center;
}

.marcas img{
	width: auto;
	height: 110px;
	margin:0 20px 10px;
}

@media screen and (max-width: 800px){
	.producto{
		width: 47%;
	}
}

@media screen and (max-width: 700px){
	.marcas-superiores a{
		border: 0px solid red;
		width: 100%;
		float: left;
	}
	.marcas-superiores img{
		width: auto !important;
		height: 70px !important;
		margin: 0 0 20px 0 !important;
	}
}

@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}

	.imagen-seccion{
		width: 100%;
	}

	.parte-productos{
		margin-bottom: 0;
	}

	.producto{
		width: 100%;
		margin: 10px 0;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
}