/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
 }
table {
	margin: 1em .1em 0em .5em;
  border-collapse:collapse;
	font-size:.99em;
	
	}
table th {
	/*padding: .3em 1em .3em .5em;*/
	color:#963; 
	text-align:right;
	font-size:1.15em;	
	}
table td {
  text-align:left;
  color:#CCC;
	padding: 0em;
  vertical-align:top;	
	}
div#textop {
 padding:.3em 8em 0em 1em;
 }
.espacio p {
 line-height:2.5em;
 }
