@font-face {
	font-family: alliance-black;
	src: url(fontsN/AllianceNo.2-Black.e825c45f.otf)
}

@font-face {
	font-family: alliance-black-italic;
	src: url(fontsN/AllianceNo.2-BlackItalic.4ef449a1.otf)
}

@font-face {
	font-family: alliance-bold;
	src: url(fontsN/AllianceNo.2-Bold.38a929a2.otf)
}

@font-face {
	font-family: alliance-bold-italic;
	src: url(fontsN/AllianceNo.2-BoldItalic.a78b122a.otf)
}

@font-face {
	font-family: alliance-extrabold;
	src: url(fontsN/AllianceNo.2-ExtraBold.6e822ea8.otf)
}

@font-face {
	font-family: alliance-extrabold-italic;
	src: url(fontsN/AllianceNo.2-ExtraBoldItalic.44512897.otf)
}

@font-face {
	font-family: alliance-semibold;
	src: url(fontsN/AllianceNo.2-SemiBold.fba51c73.otf)
}

@font-face {
	font-family: alliance-semibold-italic;
	src: url(fontsN/AllianceNo.2-SemiBoldItalic.f2729fca.otf)
}

@font-face {
	font-family: alliance-light;
	src: url(fontsN/AllianceNo.2-Light.34088e24.otf)
}

@font-face {
	font-family: alliance-light-italic;
	src: url(fontsN/AllianceNo.2-LightItalic.3f6b763b.otf)
}

@font-face {
	font-family: alliance-medium;
	src: url(fontsN/AllianceNo.2-Medium.040e3d2c.otf)
}

@font-face {
	font-family: alliance-medium-italic;
	src: url(fontsN/AllianceNo.2-MediumItalic.0049f274.otf)
}

@font-face {
	font-family: alliance-regular;
	src: url(fontsN/AllianceNo.2-Regular.ce5726d1.otf)
}

@font-face {
	font-family: alliance-regular-italic;
	src: url(fontsN/AllianceNo.2-RegularItalic.aa3f87d7.otf)
}


body{
	font-family: 'alliance-regular' !important;
	background-color:rgba(242, 243, 243, 1) !important; 
}



.nav-list > li > a:hover,
.nav-list > li > a:focus {
  color: #000;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
  background-color: #e0fd00!important;
}


.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  color: #000 !important;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0) !important;
  background-color: #e0fd00 !important;
}


.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  background-color: #e0fd00 !important;
}

.nav-stacked > li > a:hover{
	  color: #000 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
  background-color: #e0fd00 !important;
}

.label-warning{
	background-color: #e0fd00 !important;
	color: #001f38 !important;
}


table tr td a:hover{
	background-color: #e0fd00 !important;
	color: #001f38 !important;
}

.title {
  color: #001f38 !important;
  font-size: 36px !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  font-family: 'alliance-regular' !important;
  line-height:initial;
}


.btn-primary {
    color: #e0fd00;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    background-color: #001f38;
    margin-bottom: 10px;
}


th {
  background-color: #e0fd00 !important;
  color: #001f38 !important;
}

 thead tr {
  background-color: #e0fd00 !important;
  color: #001f38 !important;
}
th, tr {
  color: #001f38 !important;
}

th, tr a{
  color: #001f38 !important;
}

a:hover , a:focus {
color: #000 !important; 
background-color:#e0fd00 !important;
text-decoration: none !important;
-webkit-transition: color 0.3s ease-out !important;
-moz-transition: color 0.3s ease-out !important;
-ms-transition: color 0.3s ease-out !important;
-o-transition: color 0.3s ease-out !important;
transition: color 0.3s ease-out !important;
}


h2 span#lbNombreTorneo{
color: #001f38 !important;
font-size: 25px !important;
}



.grey_articles {
height:60px;
background-color:#EBEDEE;
margin-top:-40px;
position:relative;
z-index:-999;
    top: 0px;
    left: 0px;
}
.title {
color: #fac939;
font-size:36px;
font-weight:normal;
text-transform:capitalize;/*MOD*/
margin-top:30px;
margin-bottom:30px;
}
.inside {
min-height:400px;
background-color:#f2f2f2;/*MOD*/
border-top:0px solid #999;/*MOD*/
border-bottom: 0px solid #eee;/*MOD*/
padding: 10px 0px 10px 0px;/*MOD*/
}
.inside_der {
padding: 0px 10px 0px 10px;
}
.inside h1{/*MOD-NEW*/
font-size:1.5em;
font-weight:normal;
}
.inside h3{
font-size:1.2em;
font-weight:normal;
margin-left:;/*MOD*/
}
.inside ul{
margin-left:10px;
background-color:#f9f9f9;/*MOD-NEW*/
font-size:0.9em;/*MOD-NEW*/
text-transform:capitalize;/*MOD-NEW*/
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);/*MOD-NEW*/
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);/*MOD-NEW*/
}
.inside hr {
margin: 5px 0px 5px 0px;
border-top: 0px solid #ccc;/*MOD*/
border-bottom: 0px;/*MOD-NEW*/
}

a{
    color: #000;text-decoration: none;
}

.td_detalle a {
	color: #e0fd00 !important;
}