@charset "utf-8";

body {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}

.caja {
	border: 1px solid #CCCCCC;
}

.bursa  {
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	padding:5px;
	}
	
a {
	font-family:Times;
	font-size: 12px;	
	color:#990000;
	text-decoration:none;		
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
a:active {
	color: #000000;	
}
.TitNotas {
	font-family:Times;
	font-size:24px;
	font-weight:bold;
	color:#990000;
	}
.periodico {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}
.fecha {
	font-family:Tahoma;
	color:#84735e;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	}
.lecturaNota {
	font-family:Tahoma;
	color:#333333;
	font-size:12px;
	padding:5px;
	padding-right:20px;
	}