/* CSS Document */

.enlaceboton {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-aling: center;
	font-weight: normal;
	color:#FFFFFF;
	padding: 5px;
	font-style: normal;
	background-color: #000000;
}
.enlaceboton:link,
.enlaceboton:visited {
	font-size: 10pt;
	text-aling: center;
	font-weight: normal;
	color:#FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
}
.enlaceboton:hover {
	font-size: 10pt;
	text-aling: center;
	font-weight: normal;
	color:#FFFFFF;
	padding: 5px;
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
