/* Estilismo de tablas (http://veerle.duoh.com/sandbox/csstutorials/tablesv2/) */

table a:link,
table a:visited {
	border:none;
}							
	
img {
	border:0;
	margin-top:.5em;
}	
table {
	width:90%;
	margin:1em auto;
	border-collapse:collapse;
}
table.borde {
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	
tr.odd td	{
	background:#f7fbff
}
tr.odd .column1	{
	background:#f4f9fe;
}	
.column1	{
	background:#f9fcfe;
}
td {
	color:#678197;
	padding:.3em 1em;
	text-align:left;
	vertical-align: top;
}				
td.borde {
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
}
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	padding:.3em 1em;
}							
th.borde {
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
}
thead th {
	background:#e4e9ee;
	text-align:left;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}	
table.apretada {
	width: 100px;
	margin: 0;
	padding: 0;
	border: none;
}
table.apretada td {
	margin: 0;
	padding: 0 3px;
}
td.derecha {
	text-align: right;
}
