.contenido {
	max-width:1080px;
	min-width: 320px;
	height:auto;
	margin:auto;
	padding: 0 20px;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
.titulo-contenido {
	width:100%;
	height:180px;
	text-align:center;
}
.titulo-contenido h1 {
	letter-spacing:-1.5px;
	font-size:35px;
	padding-top:50px;
}
.titulo-contenido p {
	font-size:17px;
	font-weight:600;
	letter-spacing:-0.5px;
}
.contenido .texto-legal {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 40px;
	font-size: 14px;
	color:#444;
}
.contenido .texto-legal h4 {
	color: #000;
	margin-bottom: 10px;
	font-family:'Montserrat',sans-serif;
}
.contenido .texto-legal h3 {
	color:#000;
	margin-bottom:10px;
	font-weight:700;
	letter-spacing:-0.5px;
	font-family:'Montserrat',sans-serif;
}
/***********************/
.img-logistica {
	background:#0f0;
	width:1050px;
	height:150px;
	margin-bottom:50px;
}
/***********************/
/*****FICHA TÉCNICA*****/
/***********************/
.ficha-tecnica {
	width:1050px;
	height:auto;
	margin:auto;
	margin-top:15px;
	margin-bottom:50px;
}
.ficha-tecnica .titulo {
	padding-left:20px;
	font-weight:800;
	font-size:18px;
	margin-bottom:30px;
	letter-spacing:-1px;
}
.ficha-tecnica .titulo i {
	margin-right:8px;
}
.linea-a {
	background:#e9e9e9;
	width:1050px;
	height:30px;
}
.linea-b {
	background:#fff;
	width:1050px;
	height:30px;
}
.titulo-ft {
	font-family:'Montserrat',sans-serif;
	width:250px;
	height:30px;
	padding-left:20px;
	float:left;
	line-height:30px;
	font-size:14px;
	font-weight:700;
	letter-spacing:-0.5px;
	color:#000;
}
.descripcion-ft {
	width:780px;
	height:30px;
	padding-left:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	line-height:30px;
	font-size:14px;
	font-weight: 400;
}
.descripcion-ft i {
	margin-right:5px;
	font-size:16px;
	color: #F00;
}
.descripcion-ft a {
	color: #222;
}
/*RESPONSIVE LEGAL*/
@media only screen and (max-width:800px) {
	.titulo-contenido h1 {
		font-size:25px;
	}
}
@media only screen and (max-width:600px) {
	.titulo-contenido h1 {
		font-size:20px;
	}
	.titulo-contenido p {
		font-size:15px;
	}
}