/* CSS Document */
.punteado{ 
  border-style: solid; 
   border-width: 1px; 
   border-color: #999999; 
} 

.flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.flash:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
}
.flash:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #F6B912;
	text-decoration: none;
}
