

a:link {
	font-weight: bold;
	text-decoration: none;
	outline:none;
	}
a:visited { 
	font-weight: bold;
	text-decoration: none;
	outline:none;
	}
a:hover { 
	font-weight: bold;
	text-decoration: none;
	outline:none;
	}
a:active { 
	font-weight: bold;
	text-decoration: none;
	outline:none;
	}

.par{
	background-color: #FFFFCC;
	
}
.impar{
	background-color: #FFFFE6;
	
}

.busqueda{
	height: 25px;
	font-size: 10px;
}


.listado{
	max-height:25px;
}

.punteado{
	border-style:solid;
	border-width:1px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-color: #009900;
	color: #FFFF99;
	padding: 2pt;
} 

.texto{
	text-align: justify;
	padding: 8;
	padding-left: 15px;
	
}

body {
	font-family: "Times New Roman", Times, serif;

}
