body {
		font-family: 'Titillium Web', sans-serif;
		margin: 0px;
}

	.header_fixed {
	    position: fixed;
	    left: 0;
	    top: 0;
	    background-color: #590069;
	    color: #FFF;
	    /* margin: -25px 0px 0px -8px; */
	    width: 100%;
	    text-align: center;
	    line-height: 4vw;
	    display: inline-block;
	    font-size: 3vw;
	}

.content-table {
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 0px 0px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.content-table thead tr {
    background-color: #336699;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 4px 5px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:hover {
    background-color: #CCC!important;
    cursor: pointer;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #336699;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}



.nombre_gym {
	font-weight: bold;
	color: #590069;
}

.nombre_club_puntuacion {
	color: #590069;
}

.cebra {
    border-collapse: collapse;
    margin: 0px 0;
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 0px 0px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.cebra thead tr {
    background-color: #336699;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.cebra th,
.cebra td {
    padding: 4px 5px;
}

.cebra tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table-grupo {
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 0.9em;
    /*min-width: 400px;*/
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table-grupo thead tr {
    background-color: #336699;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.content-table-grupo th,
.content-table-grupo td {
    padding: 4px 4px;
    line-height: 1.1em;
}

.content-table-grupo tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table-grupo tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table-grupo tbody tr:last-of-type {
    border-bottom: 4px solid #0074a2;
}


#orden_carreras {
	display: block;
}

#orden_carreras_detail {
	vertical-align: top;	
}

.estado_2 {
	background-color: green;
}

.estado_0 {
	background-color: #CCC;
}

.estado_1 {
  background-color: #CC0000;
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@media only screen and (min-width: 600px) {

	#orden_carreras_detail {
		padding-left: 10px;
		display: inline-block;
		margin-top: 30px;
		width: 65%;
		/*background-color: yellow;*/
		float: right;
	}
	
	
	#orden_carreras {
		display: block;
		width: 30%;
		float: left;
		margin-top: 4vw;
	}
	
	
	.content-table {
		width: 100%!important;
	}
	
	#orden_carreras_detail_div {
		margin-top: 3vw;
	}

}

@media only screen and (max-width: 600px) {

	#orden_carreras_detail {
		width: 100%;
	}
	
	#orden_carreras_detail_div {
		width: 100%;
		overflow: auto;
		display: inline-block;
	}

	.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #590069;
    color: #FFF;
    /* margin: -25px 0px 0px -8px; */
    width: 100%;
    text-align: center;
    line-height: 8vw;
    display: inline-block;
    font-size: 4vw;
    letter-spacing: -0.15vw;
	}
	
	#orden_carreras {
		display: block;
		margin-top: 10vw;
	}
	
	
	.content-table {
		/*width: 100%!important;*/
	}

	.content-table-grupo {
		width: 100%!important;
	}

	.sidgad_admin_tabla_bordered {
		width: 150vw;
	}

}

.box_titulo {
	display: inline-block;
	background-color: #003351;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: 30px;
}


.box_contenido {
	display: inline-block;
	/*background-color: #CCC;*/
	float: left;
	width: 100%;
}

.box_titulo_fase {
	display: inline-block;
	border-bottom: 2px solid #336699;
	width: 100%;
	text-align: center;
	background-color: #C0C0C0;
}
.dorsal {
	background-color: #be7c00;
	color: #FFF;
	text-align: center;
	min-width: 2em;
	font-weight: bold;
}

.puesto {
	background-color: #666;
	color: #FFF;
	text-align: right;
	min-width: 1.5em;
	padding-right: 0.8em!important;
	font-weight: bold;
}

.nombre_club {
	font-size: 0.8em;
	color: #666;
}
.nota {
	min-width: 2em;
	font-weight: bold;
	text-align: right;
	padding-right: 0.3em;
	color: #CC0000;
}

.crono {
	min-width: 2em;
	text-align: right;
	padding-right: 0.8em;
	color: #000;
}

.ptos {
	background-color: #CCC;
	color: #000;
	text-align: right;
	min-width: 1.5em;
	padding-right: 0.3em!important;
	font-weight: bold;	
}

a.boton_sg {
    padding: 2px 12px 2px 12px;
    float: left;
    border-radius: 0.7em;
    background-color: #18B;
    color: #FFF!important;
    height: 1.5em;
    line-height: 1.4em;
    margin-left: 5%;
    font-size: 1.1em;
    font-weight: normal!important;
    text-decoration: none;
    width: 85%;
    text-align: center;
    display: inline-block;
margin-top: 2.3em;
    margin-bottom: 0.6em;
}