@charset "utf-8";
/* CSS Document */
body {
	background-image: url(fondo1.png);
	background-repeat: repeat;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.categorias {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000066;
	font-weight: bold;
}
td img {display: block;}td img {display: block;}
</style>
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cabeceratexto {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.preguntas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	color: #9999CC;
}

