@charset "utf-8";
/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:14px;
}
.text_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	line-height:13px;
}

.tabla {
	opacity: .7;
	filter: alpha(opacity=70);
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	line-height:14px;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	line-height:14px;
}


