html, body {
	height:100%
	}

body {
	margin: 0px;
	padding: 0px;
}
.texto {
	font: 12px Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000;
	}
.texto a{
	color:#0175bf;
	text-decoration:none;
	}
.texto a:hover{
	color:#0f5b99;
	text-decoration:none;
	}
.texto h2{
	font-size:14px;
	color:#F00;
	}


