/*textos generales*/
body {
	background-color: #ebebeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585a;
	line-height:18px;
	text-align: left;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
/*textos generales*/

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58585a;
	line-height:18px;
	text-align: left;
}
.textos:hover {
	color:#58585a;
}
.textos_titulo {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height:18px;
	text-align: left;
}
.textos_copy{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:18px;
	text-align: center;
}
.textos_titulo_grande {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	line-height:18px;
	text-align: left;
}
.textos_titulo_terms {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58585a;
	line-height:18px;
	text-align: left;
}

