/* Tabla */

#tabladiscos {
	font-family: Arial, Helvetica, sans-serif; color: #036; border: 3px; align:center;
}
#tabladiscos table {
	margin: 0; padding: 0; border-spacing: 3px; border-collapse: collapse;
}
#tabladiscos caption {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #00CC66; color: #000; font-weight: bold; font-style: italic;  
}
#tabladiscos thead th {
	height: 30px; font-size: 10pt; color: #008080; font-weight: bold; 
}
#tabladiscos th {
	font-size: 10pt; color: #fff; background-color: #800000; border: 1px solid #06C; 
}
#tabladiscos td {
	padding: 2px; font-size: 10pt; vertical-align: top
}
#tabladiscos tbody tr.titulo td, tbody tr.titulo th {
	background-color: #800000; color: #fff; text-align:center
}
#tabladiscos tbody tr.odd td, tbody tr.odd th {
	background-color: #ffffcc; color: #000; text-align:left
}

.guinda {color: #800000; font-weight: normal; font-size: 10pt}
.marron {color: #996600; font-weight: normal; font-size: 10pt}
.verdeazul {color: #008080; font-weight: normal; font-size: 10pt}
.verde {color: green; font-weight: normal; font-size: 10pt}
.azul {color: blue; font-weight: normal; font-size: 10pt}
