@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.tabla_centrada{	
	text-align: center;
	margin-top:20px;
	}
	
.tabla_centrada table{
	margin: 0 auto;
	text-align: left;	
	}
	
.tabla_borde{
	width:100%;
}

.tabla_borde th, td{
	border: solid 1px #1F3864;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.tabla_borde td{
padding: 5px;
}
.tit_fila{	
	background:#1F3864;	
	font-weight:bold;
	color:#003300;
	}
.texto{	
	text-align:center;
	text-transform:uppercase;
	color:#006600;	
	}
.texto a{	
	color:#006600;	
	}
.texto_D{	
	background:#FFFFFF;	
	color:#FF0000;
	text-align:center;	
	}
.texto_D a{	
	background:#FFFFFF;	
	color:#FF0000;	
	}
.texto_hoy{
	text-align:center;
	text-transform:uppercase;	
	color:#0000FF;
	
	}
.texto_hoy a{		
	color:#0000FF;
		
	}
	
