@charset "utf-8";
body {
	background-image: url(imagenes/back.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.titulo {
	font-size: 22px;
	color: #006BE7;
}
.texto {
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
.subtit {
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
