#texto {
	font-family: arial,helvetica,sans-serif;
	text-align: justify;
	font-size: 12px;
	text-indent: 20px;
	margin: 10px 10px 10px 10px;
	color: #134d86;
}

#enlaces  {
	font: 12px arial,helvetica,sans-serif;
	text-align: justify;
	margin: 20px 20px 10px 0px;
	color: #134d86;
}

#enlaces ul { list-style-type: square; }
#enlaces li { padding-bottom: 10px; }
#enlaces a {
	font: bold 12px arial,helvetica,sans-serif;
	color: blue;
	text-decoration: none;
}
#enlaces a:hover { color: #cf5214; }