@charset "utf-8";
/* CSS Document */
	body {
	margin: 0;
	padding: 0;
	background-color: #252525;
	color:#ffffff;
	}
div {
	text-align: center;
	margin: auto;
}
#texto {
	width: 840px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Myriad Pro Cond", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	line-height: 38px;
	color: #CCCCCC;
	text-align: justify;
	background-image: url(bg_texto.jpg);
	padding: 70px;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}
#submenu {
	color: #F93;
	text-align: justify;
	line-height: 20px;
}

#submenu a{
	color: #F93;
	text-align: justify;
}
