@charset "utf-8";
/* CSS Document */

.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.texto A:link {color: #333333;  text-decoration: none;  }
.texto A:visited {color: #333333; text-decoration: underline;}
.texto A:active {color: #333333; text-decoration: underline;}
.texto A:hover {color: #FF9933; text-decoration: underline;}


.detalle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.pie A:link {color: #333333;  text-decoration: none; 	font-size: 9px;  }
.pie A:visited {color: #333333; text-decoration: none;	font-size: 9px;}
.pie A:active {color: #333333; text-decoration: none;	font-size: 9px;}
.pie A:hover {color: #FF9933; text-decoration: underline;	font-size: 9px;}
