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

.container {
  clear: both;
}

.container-fluid {
  clear: both;
}

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


body {
  background: #CCCCCC url('../images/generales/fondoRanking.jpg') no-repeat fixed center; 
}


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



/* 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;
}

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;
}



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

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

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

img.imgPie {
  height: 60px;
}

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

.separa-vertical {
  margin-top: 25px;
  margin-bottom: 25px;
}

.separadorSuperior {
  margin-top: 10px;
}

.separadorInferior {
  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                                                                                                        */
/* --------------------------------------------------------------------------------------------------------------------------- */

#columnaUnicaAncha{
  width: 990px;
  float: left;
  margin-top: 5px;
  padding: 5px;
 // padding-bottom: 15px;
  text-align: justify;
}
.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;
}



.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;
}