body {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000;
}
.inputbutton {
	cursor:pointer;
	font-family:'Ubuntu', sans-serif, Arial, Helvetica;
	background: #f60;
	color:#fff;
	font-size:18px;
	padding:10px 20px;
	border-radius:2px;
	border:none;
	-webkit-box-shadow: 0px 2px 0px 0px #c45717;
	-moz-box-shadow:    0px 2px 0px 0px #c45717;
	box-shadow:0px 2px 0px 0px #c45717;
}
.inputbutton:hover {
	background: #f1841f; color:#fff;
}

#contenedor {
	width:80%;
	text-align:center;
	color:#000;
	line-height:1.3em;
	margin:20px auto;
}

#textoLegal, #cabecera {
	margin:25px	auto;
	text-align:left;
	clear:both;
}

#textoLegal p {
	font-size:1em;
	text-align:justify;
}

ol li {
	margin-top:20px;
	padding-bottom:10px;
	padding-right:25px;
	text-align:justify;
	line-height:26px;
}

#datosEmpresa {
	line-height:16px;
	margin-top:120px;
}


#datosEmpresa span.t1 {
	font-weight:bold;
	float:left;
	width:95px;
	clear:both;
}

#datosEmpresa span.t2 {
	float:left;
	width:350px;
}

/* Aviso legal usuarios */
#content {
	min-width: 1018px;
	margin: auto;
	overflow: hidden;
}

#bodis {
	width: 998px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.titulo1Legal {
	font-size: 24px;
	font-weight: bold;
}

.titulo2Legal{
	font-size: 18px;
	font-weight: bold;
}
.titulo3Legal{
	font-size: 14px;
	font-weight: bold;
}

.legal-container .new-legal-container h4 {
	color: #555;
	font-weight: 500;
	margin-bottom: 16px;
}

.legal-container .new-legal-container h3 + h4 {
	margin-top: -16px;
}

.legal-container .new-legal-container ul {
	list-style-type: square;
	margin: 10px 50px;
}

.legal-container .new-legal-container strong {
	display: inline;
}

.legal-container .new-legal-container p {
	margin-bottom: 10px;
}

.legal-container .new-legal-container .legal-space + .legal-space {
	margin-top: -10px;
}
