@import url("cssgeneral.css");
.fondo {
	background-image: url(img/fondo.png);
	background-repeat: no-repeat;
	background: top-left;
}
.Tit1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}

