/* CSS Document */

.body {
	background-color:#6D6D6D;
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	padding:0px;
	margin:0px
}
	
.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	margin-top:10px;
	text-align:justify;
}
	
.texto2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
	margin-bottom:90px;
	text-align:justify;
}	
	
