.enlace1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
}
.texton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.texto2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: 100;
}

body {
margin:0;
padding:0;
}
.enlace1:hover {
	color: #0099CC;
	text-decoration: underline;
}	
.enlace2 {
	font-family: Tahoma;
	font-size: 14px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}
.enlace2:hover {
	color: #0099CC;
	text-decoration: underline;
}	
