html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFF;
}

body{
	text-align:center;
}

#contenedor_tabla_datos{
	margin:0 auto 0 auto;
	width:900px;
	text-align:left;
}

#tabla_datos {
	width: 900px;
	border-spacing: 0px;
	padding: 2px;
	border-collapse: collapse;
	background-color:#FFF;
	margin-bottom:10px;
	/*border-style:solid;
	border-color: #000;
	border-width: 1px;*/s
}

#tabla_datos tr {
	height: 20px;
}

#tabla_datos tr td {
	border-color: #000;
	border: 4px;
	position: relative;
}

.primera_fila {
	border: 0px;
	height: 70px;
}

.primera_fila2 {
	border: 0px;
	height: 70px;
	font-size:12px;
	font-weight:bold;
}
.fila_categoria {
	background-color: #A80E3B;
	font-weight:bold;
}

.fila_categoria td.textoCamposNegrita{
	color:#FFF;
}

a img{
	border: 0;
}

.fila_datos {

}

.col_padre {

}

.col_hija {
	padding-left: 30px;
	font-style: italic;
}

.tasa_positiva {
	color: #000000;
}

.tasa_negativa {
	color: #FF0000;
}

.tasa_nd {
	color: #000000;
}

.enlace_cuadro_grafica {
	text-decoration: none;
	color: #A80E3B;
}
.tabla_seleccinar_periodo {
	background-color:#CDCDCD;
	color:#000;
	border-top-style:dotted;
	border-left-style:dotted;
	border-right-style:dotted;
	border-bottom-style:dotted;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#A80E3B;
	font-weight:bold;
	/*border-bottom-color:#808284;*/
}
.boton_seleccionar_periodo {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#A80E3B;
	border-color:#A80E3B;
	border-style:solid;
	color:#FFF;

}