body {
	background-color: #eeeeee;
	margin: 0px;
	/*overflow:hidden*/
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.enlaces {
	color: #ff9900;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.enlaces:hover {
	font-weight: bold;
	color: #ff9900;
	text-decoration: underline;
	font-size: 12px;
}
