@charset "utf-8";
/* CSS Document */
.cuerpo{
	text-align:center;
}
.logo{
	text-align:center;
	margin-top:50px;
}
.txt{
	font-size:16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #94D5F5;
	padding: 40px;
	text-align: center;
	line-height: 26px;
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 50px;
	background-color: #FFF;
	color: #626262;
	
}
.resaltado {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #626262;
}
.cuerpo .txt p {
	font-size: 16px;
	font-family: "Lucida Console", Monaco, monospace;
}
.centrado{
	text-align:center;
}

.cuerpo .centrado .txt a {
	color: #E61394;
}
.cuerpo .centrado .txt a:hover {
	color: #86CA39;
}

