@charset "utf-8";
/* CSS Document Santiago Restrepo Gómez Creandoimagen.com info@creandoimagen.com */

.TextoContenido {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.TituloContenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3E2D97;
}
body {
	background-color: #341E8D;
}

