body {
	background-color: #809AB1;
	text-align: center;
}

#texto{
	background-color: #708ca2;
	border-top: 1px solid #577386;
	border-bottom: 1px solid #577386;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#texto p{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#texto a{
	color: #e4e4e4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#texto a:hover{
	color: silver;
}


