body {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	color:white;
}
html {
	height: 100%;
	width: 100%;
}.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	text-align: center;
}
.bg_clausula {
	background-image: url(../imagenes/clausula_legal.gif);
	background-repeat: no-repeat;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
}
.texto:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	line-height: 14px;
}
.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	line-height: 14px;
}
.texto3_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	line-height: 14px;
	font-weight: bold;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
}
a:hover {
	text-decoration:underline;
}

