body {
  background-color: #000000;
  /*background-image:url('../imagenes/cabeceras/dusk.png');*/
  /*background-repeat: repeat;*/
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
 
#cookie{position:fixed;top:0;left:0;width:100%;height:20%;background-color:rgba(129,190,247,.98);color:#fff;z-index:1;border:solid #FFF 2px}#texto_cookie{width:80%;left:15%;bottom:10px;position:relative;color:#fff}#texto_cookie a:link{color:#fff}.continuar{background:#3498db;background-image:-webkit-linear-gradient(top,#3498db,#2980b9);background-image:-moz-linear-gradient(top,#3498db,#2980b9);background-image:-ms-linear-gradient(top,#3498db,#2980b9);background-image:-o-linear-gradient(top,#3498db,#2980b9);background-image:linear-gradient(to bottom,#3498db,#2980b9);-webkit-border-radius:16;-moz-border-radius:16;border-radius:16px;font-family:Arial;color:#fff;font-size:1em;padding:8px 16px;border:solid #fff 2px;text-decoration:none}.continuar:hover{background:#3cb0fd;background-image:-webkit-linear-gradient(top,#3cb0fd,#3498db);background-image:-moz-linear-gradient(top,#3cb0fd,#3498db);background-image:-ms-linear-gradient(top,#3cb0fd,#3498db);background-image:-o-linear-gradient(top,#3cb0fd,#3498db);background-image:linear-gradient(to bottom,#3cb0fd,#3498db);text-decoration:none}


#contenido {
  /*position: relative;*/
  top: 0;
 background-color: #993d5b;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  
  border-width: 1px;
  border-color: #ff6699;
  border-style: inset;
  height: auto;
 
  
	overflow: hidden; 
	
  
  
  
  
}
@font-face {
  font-family: 'league_sparta';
  src: url('/woff/league-sparta/leaguespartan-bold-webfont.woff2') format('woff2'), url('/woff/league-sparta/leaguespartan-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'josefin_regular';
  src: url('/woff/josefin-sans/josefinsans-regular-webfont.woff2') format('woff2'), url('/woff/josefin-sans/josefinsans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
p, ul {
  font-size: 1em;
  color: #fff;
}
p a:link, ul a:link {
  font-size: 1em;
  color: #fff;
  text-decoration: underline;
}
h2 {
  color: #fff;
}
#shadow {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
#video {
  position: relative;
  width: 40%;
  text-align: left;
  margin-top: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
}
#video img {
  max-width: 180px;
  width: 80%;
  height: auto;
}
#admintoggle {
  position: fixed;
  top: 200px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}
#loading {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, .8);
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
#contenedor {
	position:relative;
	float:left;
  max-width: 1920px;
  width: 100%;
  
	
}



#cabecera {
  widht: 60%;
  height: 80px;
  background: rgba(255, 102, 153, 1);
  background: -moz-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 153, 1)), color-stop(54%, rgba(255, 102, 153, 0.88)), color-stop(100%, rgba(255, 102, 153, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6699', endColorstr='#ff6699', GradientType=0);
  margin: 0, auto;
  margin-top: 10px;
  text-align: center;
}
.label_cabecera {
  position: relative;
  width: auto;
  float: left;
  font-family: "Helvetica Neue", "Helvetica Neue Light";
  font-size: 2em;
  top: 25px;
}
.home {
  border: 1px solid #ccc;
  background: #ddd;
  position: relative;
  float: left;
  top: 15px;
  max-height: 35px;
}
.home img {
  max-width: 35px;
  max-height: 35px;
}
.lupasearch {
  border: 1px solid #ccc;
  background: #ddd;
  position: relative;
  float: left;
  top: 15px;
  height: 34px;
}
.styled-select select {
  background: transparent;
  width: 268px;
  font-size: 1.6em;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
.styled-location select {

	position:relative;
		float: left;
		top: 15px;
		margin-left:5%;
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(/imagenes/location.png) no-repeat right #ddd;
   border: 1px solid #ccc;
   
		
}
.styled-search input {
  /*background: transparent;*/
  width: 268px;
  font-size: 1.6em;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
#centra-cabecera {
  max-width: 60%;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.columnaderecha {
  float: left;
  position: relative;
  /*margin-left:3.2%; */
  width: 52%;
  max-width: 510px;
}
.columnaderecha_rank {
  float: left;
  position: relative;
  /*margin-left:3.2%; */
  width: 98%;
  max-width: 975px;
  margin-left: 1.1%;
  margin-top: 1%;
}
#cuerpo {
  position: relative;
  background: red;
  widht: 100%;
}

#log {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 90%;
  text-align: center;
}
#contenido_pie {
  position: relative;
  background-color: black;
	top: 6vw;
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height: auto;
  overflow: auto;
}
.columna_pie {
  position: relative;
  float: left;
  top: 10px;
  width: 26%;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
  color: #FFF;
  text-align: left;
}
.bordeblanco {
  border: 1px solid #FFFFFF;
}
.seccion {
  width: 100%;
  background: rgba(255, 102, 153, 1);
  background: -moz-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 102, 153, 1)), color-stop(54%, rgba(255, 102, 153, 0.88)), color-stop(100%, rgba(255, 102, 153, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 0.88) 54%, rgba(255, 102, 153, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6699', endColorstr='#ff6699', GradientType=0);
  font-size: 1.2em;
  color: #ffffff;
}
#idchica {
  position: relative;
  float: left;
  max-width: 160px;
  width: 30%;
  margin-top: 10px;
  margin-left: 3%;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  vertical-align: baseline;
  z-index: 2;
}
#anunciate {
  position: relative;
  float: left;
  max-width: 98%;
  width: 95%;
  margin: 0 auto;
  padding-left: 3%;
  margin-top: 10px;
}
#anunciate img {
  max-width: 490px;
  width: 98%;
  height: auto;
}
.resaltado {
  color: #FF6699;
}
.resaltado a:link {
  color: #FF6699;
  text-decoration: none;
}
.resaltado a:visited {
  color: #FF6699;
  color: #FF6699;
  text-decoration: none;
}
.resaltado a:hover {
  color: #FF6699;
  color: #FF6699;
  text-decoration: underline;
}
.columnabanner {
  float: left;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-left: 20px;
  max-width: 48%;
  width: 100%;
}
.columnarank {
  position: relative;
  width: 170px;
  float: left;
  margin-left: 20px;
}
#capallamada_foto {
  position: relative;
  float: left;
  width: 360px;
  heigth: 600px;
  /* max-width: 360px; */
  height: auto;
  top: 15px;
  left: 10px;
  margin: 0;
  cursor: pointer;
}
#play {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  opacity: .8;
}
.capallamada_foto_img {
  max-width: 360px;
  width: 100%;
  heigth: auto;
  box-shadow: 4px 4px 5px #000;
  -webkit-box-shadow: 4px 4px 5px #000;
  -moz-box-shadow: 4px 4px 5px #000;
}
#capallamada_phone {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  z-index: 200;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
#sexicon {
  postion: absolute;
  top: 10;
  right: 20;
}
#fichaderecha {
  position: relative;
  float: left;
  width: 35%;
  text-align: left;
  margin-left: 2%;
  margin-top: 5px;
}
#fichaderecha img {
  max-width: 120px;
  widht: 10%;
  height: auto;
}
#textoficha {
  position: relative;
  width: 98%;
  text-align: left;
  pading-left: 10px;
  margin-top: 10px;
  left: 10px;
  font-size: 1.2em;
  color: #fff;
}
.fichamed {
  font-size: .9em;
  color: #fff;
}
#slider {
  position: relative;
  text-align: center;
  margin: auto;
  color: #FFF;
  max-width: 100%;
  widht: 90%;
  height: auto;
  display: none;
  z-index: 5;
  background-color: rgba(0, 0, 0, .2);
}
#cerrar {
  position: absolute;
  z-index: 1000;
  top: 2px;
  right: 2px;
}
.columnaderecha_ficha {
  position: aboslute;
  float: left;
  /*margin-left:3.2%; */
  margin-top: 10px;
  left: 10px;
  width: 99%;
  max-width: 100%;
}
.idchica_ficha {
  position: relative;
  max-width: 140px;
  margin-left: 1.1%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  cursor: pointer;
  vertical-align: baseline;
}
#slider-icon {
  max-width: 70px;
  background-image: url(imagenes/slide.png);
  background-repeat: no-repeat;
  position: relative;
  bottom: 80px;
  right: 80px;
}
#textodescrip {
  float: left;
  position: relative;
  text-align: left;
  pading-left: 10px;
  margin-top: 10px;
  left: 3%;
  font-size: 1em;
  color: #000;
  max-width: 500;
  width: 60%;
}
#textodescrip p {
  text-align: left;
  pading-left: 10px;
  margin-top: 10px;
  left: 3%;
  font-size: 1em;
  color: #fff;
}
#conectados a:active, #conectados a:visited {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}
#conectados a:link {
  font-size: 1em;
  color: #fff;
  text-decoration: underline;
}
#conectados a:hover {
  color: #EBC734;
  text-decoration: underline;
}
#icolla {
  position: relative;
  float: left;
}
#pie {
  position: relative;
  top: 15px;
  padding-left: 1%;
  padding-right: 1%;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-width: 1px;
  border-color: #000000;
  border-style: inset;
  heigh: auto;
  overflow: auto;
}
#maschicas {
  position: relative;
  width: 95%;
  margin-top: 2em;
}

/* CSS MOVILES */
@media screen and (min-width: 200px) {
	
	#contenido_pie {
  
		top: 12vw;}
	
	#menu { 
	
		
	}
	

	/*#head {
	
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;

  top:0vw;
	z-index: 1000;
	background-color: #000000;
}

	
	/*#contenido {top: 12vw;}*/

	#logo {
  position: relative;
  float: left;
	margin: .5vw;
		top: 3vw;
	width:46%;
	max-width: 210px;
		height:auto;
		
		
	

}

#logo img { max-width: 100%;top:1vw;}
	
	#icons { 
		  position:relative;
		  
		  float: right; 
		 width:50%;
		  left: 1vw;
		 bottom: -4vw;
		  margin-right: 2vw;
	  }
	   
	  #icons img {
		  float:right;
		  height: 3.5vh;
		  width:auto;
		   cursor: pointer;
		  
		 
		  margin-right: 2vw;
	  } 
	
  #hilight {
    float: left;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    height: auto;
    width: 98.5%;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    z-index: 3;
    /* margin-top: -9%; */
    bottom: 8%;
    left: 1%;
    /* padding-bottom:3px; */
    text-align: center;
  }
  #hilight span {
    font-family: Helvetica, Verdana;
    color: #FFFFF;
    z-index: 200;
    font-size: 5.2vw;
  }
  #star {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
  }
  #star img {
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 0px #000;
    -webkit-box-shadow: 0px 0px 0px #000;
    -moz-box-shadow: 0px 0px 0px #000;
  } 
  #idchica_grid {
    position: relative;
    display: grid;
	  
    padding-left: 1.7%;
    grid-template-columns: 48% 48%;
    grid-column-gap: 2vw;
    grid-row-gap: 7vw;
    align-items: baseline;
  }
  #idchica_rank {
    positon: relative;
    max-width: 600px;
    max-height: auto;
    width: 100%;
    height: 100%;
    overflow: inherit;
  }
  #idchica_rank img {
    height: 88%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .texto-nombre {
    margin-top: 2.5%;
    font-size: 4.2vw;
    color: #FF6699;
  }
  .textopq-nombre {
    text-align: center;
    font-size: 3.2vw;
    color: #FFffff;
  }
  #columnabanner_rank {
    grid-column-end: span 2;
    text-align: center;
    margin: 0 auto;
    /*margin-left: 1.7%;*/
    margin-top: 1%;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    z-index: 300;
  }
  #columnabanner_rank img {
    width: 100%;
    box-shadow: 4px 4px 5px #000;
    -webkit-box-shadow: 4px 4px 5px #000;
    -moz-box-shadow: 4px 4px 5px #000;
  }
  #textoficha {}
  #nombreficha {
    position: relative;
    float: left;
    top: -5vw;
    text-align: left;
    margin-left: 1%;
    width: 100%;
    height: 5vw;
  }
  #nombreficha h2 {
    top: 0, auto;
    font-family: 'league_sparta';
    font-size: 9.5vw;
    color: #FF6699;
    text-shadow: .1em .1em .1em #000;
    -webkit-text-shadow: .1em .1em .1em #000;
    -moz-text-shadow: .1em .1em .1em #000;
  }
  #telefonoficha {
    position: relative;
    float: left;
    top: 7.2vw;
    margin-left: 1%;
	  padding-bottom: 1vw;
  }
  #telefonoficha h2 {
    font-family: 'league_sparta';
    font-size: 6.5vw;
    color: #FFfff;
  }
  #llamar {
    cursor: pointer;
    position: relative;
    float: left;
    top: 13vw;
    text-align: left;
    margin-left: 2.2vw;
    width: 8.5vw;
  }
  #llamar img {
    heigth: 8.3vw;
    width: auto;
  }
  #whatsapp {
    cursor: pointer;
    position: relative;
    float: left;
    top: 13vw;
    text-align: left;
    margin-left: 2vw;
    width: 8.7vw;
  }
  #whatsapp img {
    heigth: 8.6vw;
    width: auto;
  }
  #capallamada_foto {
    position: relative;
    float: left;
    width: 98%;
    heigth: auto;
    /* max-width: 360px; */
  }
  #contiene {
    margin-top: 5vw; 
    width: 98%;
   overflow: hidden;
    height: auto;
  }
  #textodescrip {
	  font-family: 'josefin_regular';
    float: left;
    position: relative;
    text-align: left;
    pading-left: 1vw;
    margin-top: 1vw;
    left: 3%;
    font-size: 5vw;
	  line-height : 9vw;
    color: #000;
    max-width: auto;
    width: 95%;
  }
  #textodescrip p {
    text-align: left;
    pading-left: 1vw;
    margin-top: 1vw;
    left: 3%;
    font-size: 5.5vw;
    color: #fff;
  }
	
  #textodescrip a:active, #textodescrip  a:visited {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
  }
  #textodescrip a:link {
    font-size: 1em;
    color: #fff;
    text-decoration: underline;
  }
  #textodescrip a:hover {
    color: #EBC734;
    text-decoration: underline;
  }
  #textodescrip .resaltado {
    color: #FF6699;
  }
  #textodescrip .resaltado a:link {
    color: #FF6699;
    text-decoration: none;
  }
  #textodescrip .resaltado a:visited {
    color: #FF6699;
    text-decoration: none;
  }
  #textodescrip .resaltado a:hover {
    color: #EBC734;
    text-decoration: underline;
  }
	
	/* #contenedor {top: 5vh; */ } 
	
} /* FIN CSS MOVILES */
/* CSS TABLETS */
@media screen and (orientation:landscape)  {
	
  #hilight {
    float: left;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    height: auto;
    width: 98.5%;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    z-index: 3;
    /* margin-top: -9%; */
    bottom: 58%;
    left: 1%;
    /* padding-bottom:3px; */
    text-align: center;
  }
  #hilight span {
    font-family: Helvetica, Verdana;
    color: #FFFFF;
    z-index: 200;
    font-size: 2.2vw;
  }
  #star {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
  }
  #star img {
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 0px #000;
    -webkit-box-shadow: 0px 0px 0px #000;
    -moz-box-shadow: 0px 0px 0px #000;
  }
  #idchica_grid {
    position: relative;
    display: grid;
    padding-left: 2%;
    grid-template-columns: 23% 23% 23% 23%;
    grid-column-gap: 1%;
    grid-row-gap: 2vw;
    align-items: baseline;
    margin-top: 1.5vw;
  }
  #idchica_rank {
    positon: relative;
    max-width: 600px;
    max-height: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #idchica_rank img {
    height: 86%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .texto-nombre {
    margin-top: 2.5%;
    font-size: 2.2vw;
    color: #FF6699;
  }
  .textopq-nombre {
    text-align: center;
    font-size: 1.8vw;
    color: #FFffff;
  }
  #columnabanner_rank {
    grid-column-end: span 2;
    text-align: center;
    margin: 0 auto;
    margin-left: 1.7%;
    margin-top: 1%;
    max-width: 1000px;
    width: 97%;
    height: 13%;
    z-index: 300;
  }
  #columnabanner_rank img {
    width: 100%;
    box-shadow: 4px 4px 5px #000;
    -webkit-box-shadow: 4px 4px 5px #000;
    -moz-box-shadow: 4px 4px 5px #000;
  }
	
	#contiene {
      position: relative;
      float: left;
      margin-left: 1vw;
      top: -20vw;
      width: 22vw;
      height: auto;
    }
    #nombreficha {
      position: relative;
      float: left;
      text-align: left;
      margin-left: 28%;
      margin-top: 3%;
      width: 100%;
      height: 5vw;
    }
    #nombreficha h2 {
      font-family: 'league_sparta';
      font-size: 3.5vw;
      color: #FF6699;
      text-shadow: .1em .1em .1em #000;
      -webkit-text-shadow: .1em .1em .1em #000;
      -moz-text-shadow: .1em .1em .1em #000;
    }
    #telefonoficha {
      position: relative;
      float: left;
      top: -4vw;
      margin-left: 28%;
    }
    #telefonoficha h2 {
      font-family: 'league_sparta';
      font-size: 2.5vw;
      color: #FFfff;
    }
    #llamar {
      cursor: pointer;
      position: relative;
      float: left;
      top: -1.8vw;
      text-align: left;
      margin-left: 1.2vw;
      width: 3.5vw;
    }
    #llamar img {
      heigth: 3.3vw;
      width: auto;
    }
    #whatsapp {
      cursor: pointer;
      position: relative;
      float: left;
      top: -1.8vw;
      text-align: left;
      margin-left: 1vw;
      width: 3.7vw;
    }
    #whatsapp img {
      heigth: 3.6vw;
      width: auto;
    }
	
	 #textodescrip {
		
		font-family: 'josefin_regular';
      float: left;
      position: relative;
      text-align: left;
      pading-left: 1vw;
      
		top: -8vw;
      left: 4%;
      font-size: 3vw;
      color: #000;
      max-width: auto;
      width: 65%;
      ;
    }
    #textodescrip p {
      text-align: left;
      pading-left: 1vw;
      
      left: 3%;
      font-size: 2vw;
      color: #fff;
    }
    #textodescrip a:active, #textodescrip  a:visited {
      font-size: 1em;
      color: #fff;
      text-decoration: none;
    }
    #textodescrip a:link {
      font-size: 1em;
      color: #fff;
      text-decoration: underline;
    }
    #textodescrip a:hover {
      color: #EBC734;
      text-decoration: underline;
    }
    #textodescrip .resaltado {
      color: #FF6699;
    }
    #textodescrip .resaltado a:link {
      color: #FF6699;
      text-decoration: none;
    }
    #textodescrip .resaltado a:visited {
      color: #FF6699;
      
      text-decoration: none;
    }
    #textodescrip .resaltado a:hover {
      color: #EBC734;
      text-decoration: underline;
    }
	
}
  /* FIN CSS TABLETS Y LANDSCAPE */
  /* CSS ORDENADORES */
  @media screen and (min-width: 1024px) {
	  #contenido_pie {top: 6vw;}
	 /* #contenido {top: 5vw;}*/
	  
	  #filtros {
	position: relative;
	float: right;
	top:3vw;
    left:3.5vw;
	
		
	
	
	
}
	#filtros span {
		color: #ff6699;
		
		
	}
    
	  #buscador {
		  display:none;
		  position: relative;
      float: right;
		  width:30%;
		  background-color: black;
		  color:white;
		  height: 20%;
		  right:20vw;
		  top:-2vw;	
		  
		  text-align: right;
		  
	  }
	  
	  #contiene {
      position: relative;
      float: left;
      margin-left: 1vw;
      top: -20vw;
      width: 25vw;
      height: auto; 
    }
    #nombreficha { 
      position: relative;
      float: left;
      text-align: left;
      margin-left: 33%;
      margin-top: 3%;
      width: 100%;
      height: 5vw;
    }
    #nombreficha h2 {
      font-family: 'league_sparta';
      font-size: 3.5vw;
      color: #FF6699;
      text-shadow: .1em .1em .1em #000;
      -webkit-text-shadow: .1em .1em .1em #000;
      -moz-text-shadow: .1em .1em .1em #000;
    }
    #telefonoficha {
      position: relative;
      float: left;
      top: -4vw;
      margin-left: 33%;
    }
    #telefonoficha h2 {
      font-family: 'league_sparta';
      font-size: 2.5vw;
      color: #FFfff;
    }
    #llamar {
      cursor: pointer;
      position: relative;
      float: left;
      top: -1.8vw;
      text-align: left;
      margin-left: 1.2vw;
      width: 2.5vw;
    }
    #llamar img {
      heigth: 2.3vw;
      width: auto;
    }
    #whatsapp {
      cursor: pointer;
      position: relative;
      float: left;
      top: -1.8vw;
      text-align: left;
      margin-left: 1vw;
      width: 2.7vw;
    }
    #whatsapp img {
      heigth: 2.6vw;
      width: auto;
    }
    #hilight {
      float: left;
      background-color: rgba(0, 0, 0, 0.75);
      position: relative;
      height: auto;
      width: 98.5%;
      font-family: Verdana, Geneva, sans-serif;
      color: #FFF;
      z-index: 3;
      /* margin-top: -9%; */
      bottom: 55%;
      left: 1%;
      /* padding-bottom:3px; */
      text-align: center;
    }
    #hilight span {
      font-family: Helvetica, Verdana;
      color: #FFFFF;
      z-index: 200;
      font-size: 1.5vw;
    }
    #star {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 200;
    }
    #star img {
      left: 0;
      top: 0;
      width: 100%;
      box-shadow: 0px 0px 0px #000;
      -webkit-box-shadow: 0px 0px 0px #000;
      -moz-box-shadow: 0px 0px 0px #000;
    }
    #idchica_grid {
      position: relative;
      display: grid;
      padding-left: 2%;
      grid-template-columns: 18.5% 18.5% 18.5% 18.5% 18.5%;
      grid-column-gap: 1%;
      grid-row-gap: 2vw;
      align-items: baseline;
      
    }
    #idchica_rank {
      positon: relative;
      max-width: 600px;
      max-height: auto;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    #idchica_rank img {
      height: 88%;
      width: 100%;
      object-fit: cover;
      object-position: center;
    }
    .texto-nombre {
      margin-top: 2.5%;
      font-size: 1.6vw;
      color: #FF6699;
    }
    .textopq-nombre {
      text-align: center;
      font-size: 1.2vw;
      color: #FFffff;
    }
    #columnabanner_rank {
      grid-column-end: span 2;
      text-align: center;
      margin: 0 auto;
      margin-left: 1.7%;
      max-width: 1000px;
      width: 97%;
      height: 12%;
      z-index: 300;
    }
    #columnabanner_rank img {
      width: 100%;
      box-shadow: 4px 4px 5px #000;
      -webkit-box-shadow: 4px 4px 5px #000;
      -moz-box-shadow: 4px 4px 5px #000;
    }
    #textodescrip {
		
		font-family: 'josefin_regular';
      float: left;
      position: relative; 
      text-align: left;
      pading-left: 1vw;
      
		top: -8vw;
      left: 3.8%;
      font-size: 2vw;
		line-height : 2.2vw;
      color: #000;
      max-width: auto;
      width: 65%;
		height: 30vw;
   overflow: visible;   /* antes tenía auto o scroll */
  
    }
    #textodescrip p {
      text-align: left;
      pading-left: 1vw;
      
      left: 3%;
      font-size: 1.5vw;
      color: #fff;
    }
    #textodescrip a:active, #textodescrip  a:visited {
      font-size: 1em;
      color: #fff;
      text-decoration: none;
    }
    #textodescrip a:link {
      font-size: 1em;
      color: #fff;
      text-decoration: underline;
    }
    #textodescrip a:hover {
      color: #EBC734;
      text-decoration: underline;
    }
    #textodescrip .resaltado {
      color: #FF6699;
    }
    #textodescrip .resaltado a:link {
      color: #FF6699;
      text-decoration: none;
    }
    #textodescrip .resaltado a:visited {
      color: #FF6699; 
      
      text-decoration: none;
    }
    #textodescrip .resaltado a:hover {
      color: #EBC734;
      text-decoration: underline;
    }
	  /*#contenedor {top: 10vh;*/ }  
	  
	  #menuoculto {
		  
		  position:absolute;
		  float:right;
		  width:30vw;
		  height:5vw;
		  right:0vw;
		  
	overflow: hidden;
		  background-color: black;
		 
		 z-index:1;
		  
		  
		  text-align: 0,auto;
	  }
	  
	  #menuoculto span {
		  top:.2vw;
		color: #ffffff;
		  opacity:1;
		
		
	}
	  #menu {
		  
	position:absolute;
		float: left;
		z-index:20; 
	
		
		 
		  font-family: 'josefin_regular';
		 color: #ff6699; 
		  
		  background-color: black;
		  top: 6vw;
		  left: 1vw;
		 
		  
		  
	  }
	  
	  #menu h2 {
    top: 0, auto;
    
    font-size: 1vw;
	left: 1vw;
    color: #FF6699;
    
  }
	  
	  #titulomenu {
		  color: #ffffff;
		  background-color: #ff6699;
		  width:99%;
		  height:2vw;
		  opacity: 1;
		  z-index: 3000;
		  font-size:1vw;
		  font-variant: small-caps;
		  padding-top: .2vw;
		  padding-left:.2vw;
	  }
	  #icons {
		  position:relative;
		  float:right;
		  
		  height: 150%;
		  
		 bottom: -2vw;
		  margin-right: 2vw;
	  }
	   
	  #icons img {
		  height: 40px;
		  width:auto;
		   cursor: pointer;
		  
		 
		  margin-right: 1vw;
	  } 
	  
	  #logo {
  position: relative;
  float: left;
	margin: .5vw;
		  top: .5vw;
	width:100%;
	max-width: 210px;
		  
	

}

#logo img { max-width: 100%;}
	  
	 #head{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #000000;
}


  }




  /* FIN CSS ORDENADORES */


#conectados {
  text-align:center;
  padding: 28px 12px 40px;
}
#conectados .stats { 
  font-size: clamp(1rem, 1.2vw + .6rem, 1.35rem);
  margin: 0 0 10px;
}
#conectados .stats .num { font-weight: 700; }
#conectados .cta { margin: 6px 0 14px; }
#conectados .contact-link {
  font-weight: 700; text-decoration: underline;
}
#conectados .legal {
  color: #8fa3a3; line-height: 1.55;
  max-width: 1200px; margin: 0 auto;
  font-size: .9rem;
}


  

