/* Tablas */

table {
	border-collapse: collapse;
	border: 1px solid #D3DFF9;
	}

caption {
	caption-side: left;
	text-align: left;
	padding: 4px;
	padding-top: 8px;
	}

table th {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 9px;
	background: #D3DFF9 url(graficos/fondo_botones_hover.jpg) repeat-x bottom left;
	color: #fff;
	}

table tr {
	border-bottom: 1px solid #D3DFF9;
	}

table td, table th {
	padding: 3px;
	border: none;
	vertical-align: top;
	}
	
table td {
	font-size: 10px;
	}
	
table tbody tr td a {
	font-size: inherit;
	color: inherit;
}