.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;
}
/*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;
	}
}