html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	font-size:0.95em;
	line-height:1.5;
}
.contenedor_legal h4, h1 {
	font-size: 2em;
	margin: 3% 0 2% 0;
	padding: 0;
	text-align: center;
	letter-spacing: 2px;
}
ul {
	list-style-type: square;
	margin-top: 1%;
}
a:link, a:visited {
	color:#0060d6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.separator {
	width: 98%;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	margin: 0 auto;
}
ol {
	list-style-type: decimal;
	margin:1% 0 0;
}
.contenedor_legal {
	margin: 0 auto;
	padding:2% 3% 4%;
	text-align: justify;
	background-color: #fff;
}
p.arriba {
	padding-left: 2%;
}
span {
	font-weight: bold;
}
.espacio {
	height:10em;
}

/*MOVIL*/
@media only screen and (max-width: 767px) {
 html, body {
 font-size: 0.9em;
}
 .contenedor_legal {
 padding: 4%;
}
}