* {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #FFFFFF;
}

.container {
  clear: both;
}

.container-fluid {
  clear: both;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}


body {
  background: #DA5050; 
  color: #FFFFFF;
}


button {
  cursor: pointer;
  border: 0px;
  background: transparent;
}

.desplegable option {
  color: #000000;
}


/* Equivalentes a los h1, h2, ... */

p.p1 {
  clear: both;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
  background: #007AC9;  /* #660099 para FGK;  #FF5C00 para FKIB */
  color: #FFFFFF;
}

p.p2 {
  clear: both;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background: #FF0000;
  color: #FFFFFF;
  text-align: center;
}

p.p2int {
  clear: both;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background: #FF9933;
  color: #FFFFFF;
  text-align: center;
}

p.p3 {
  clear: both;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background: #AAAAAA;
  color: #FFFFFF;
  text-align: center;
}

h3 {
  color: #000000;
}

h4 {
  color: #000000;
}


p.textoTitulo {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

p.textoResaltado {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

p.textoResaltadoCelda {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}

p.textoResaltadoCentrado {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

p.textoPlano {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.5em;
}

table tr th,td {
  color: #000000;
}


p.textoPie {
  color: #000000;
  font-style: italic;
}

p.textoClubFichaDeportista {
  color: #000000;
  font-style: italic;
}




.cabecera {
  padding-top: 15px;
  padding-bottom: 10px;
}

.pie {
  margin-top: 20px;
  padding: 25px;
  background-color: #DDDDDD;
  font-size: 0.8em;
}


a.enlace {
  color: #FFFFFF;
  text-decoration: underline;
}


img.imgCabecera {
  height: 150px;
  padding: 10px;
}

img.imgPie {
  height: 60px;
}

img.imgAyuda {
  width: 50%;
  margin: 5px;
}

.separacionVertical {
  margin-top: 25px;
  margin-bottom: 25px;
}

.separacionSuperior {
  margin-top: 10px;
}

.separacionInferior {
  margin-bottom: 10px;
}

.linea-separador {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #777777;
}

.alineaDerecha {
  float: right;
}

.center-block {
  float: none;
  text-align: center;
}

.right-block {
  float: right;
}



/* --------------------------------------------------------------------------------------------------------------------------- */
/*    Estilos Rankings                                                                                                        */
/* --------------------------------------------------------------------------------------------------------------------------- */

.tituloCajaFuncionUsuario {
  width: 100%;
  float: left;
  padding: 10px;
  padding-bottom: 2px;
  color: #994444;
  font-size: 1.5em;
  font-weight: bold;
}

.cajaFuncionUsuario {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  box-shadow: 5px 5px 3px #888888;
}


.cajaSeleccionRanking {
  width: 100%;
  margin-left: 20px;
  padding: 10px;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #000000;
}

.cajaCabeceraRanking {
  width: 100%;
  margin: 10px;
  text-align: center;
}

.imagenCabeceraRanking {
  height: 170px;
  margin: 10px;
}

.pieImagenCabeceraRanking {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.tituloGrupoRanking {
  padding: 10px;
  color: #994444;
  font-size: 1.5em;
  font-weight: bold;
}

.tituloSeccionRanking {
  clear: both;
  margin-bottom: 4px;
  font-weight: bold;
}

.contenidoSeleccionRanking {
  float: left;
  margin-left: 30px;
}

.idDeportista {
  float: right;
  color: #0000FF;
  font-style: italic;
  font-size: 0.8em;
}

img.fotoMiniaturaRanking {
  height: 50px;
}

img.fotoRanking {
  height: 300px;
}