/* CSS Document */

.Ligas {
	font-family: Arial;
	font-size: 11px;
	color: #365F91;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.titulo_tabla {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EFF5F7;
	height: 40px;
	color: #000033;
}
.SubTitulo_tabla {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-style: nome;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EFF5F7;
	height: 40px;
	color: #000033;
}
.tabla_content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.td_gris {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.td_blanco {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.td_ligas {
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 7px;
}
.Msg {
	font-family: Arial;
	font-size: 12px;
	color: #FF9933;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.txt_gral {
	font-family: Arial;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.titulo {
	font-family: Arial;
	font-size: 12px;
	color: #FF9933;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.subtitulo {
	font-family: Arial;
	font-size: 12px;
	color: #FF9933;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}