@charset "utf-8";

/* CSS Document */

/* latin */
@font-face {
  font-family: 'Fredoka One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fredokaone/v8/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	/* ELIMINA EL BLOQUEO AZUL EN IPAD */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
	background-color: #b9bfb6;
  font-family: 'Fredoka One';
}

.clearfloat {
  clear: both;
	
}

.clearfloat-10 {
  clear: both;
	height: 10px;
}

.responsive-img{
	width: 100%;
	height: auto;
	display:block;
	margin:auto;
}

footer{
		width: 100%;
	margin-top: 2%;

}

.pie_creditos{
	width: 100%;
	background-color: #6b4d5e;
   
}

.pie_creditos p{
    color: #c0b1b1;
    text-align: left;
    text-decoration: none;
    padding-left: 3%;
}

.pie_creditos a{
color: #c0b1b1;
text-decoration: none;
}

/* INDEX MENU **********************************************/


.container{
	width: 100%;
	max-width: 1280px;
	margin:auto;
	background-color: #686868;
}

main{
	width: 100%;
	height: auto;
	float: left;
}

.aside-menu{
    width: 28%;
    height: auto;
    float: left;
    margin-right: 2%;
    align-content: center;
}

.contenido{
	width: 100%;
	height: 100%;
    display: block;
	margin: auto;
}

h1{
    font-size: 1.7em;
    text-align: center;
    color: #F2E9F6;
    font-weight: 200;
}

h2{
    font-size: 1.7em;
	text-align: center;
	color: #ffffff;
	font-weight: 200;
	margin-left: 2%;
	padding-bottom: 1%;
}

.galeria-menu{
	width: 70%;
	height: 100%;
	float: left;
    background-color: #6b4d5e;
}



.encabezado{
 width: 100%; 
	height: auto;
    padding-top: 1%;
background-color: #6a6a6a;
}

.encabezado img{
 width: 100%;  
	height: auto;
     display: block;
    margin: auto;
}

.enca-mobile {
    display: none;
}

.caja-miniaturas{
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: auto;
    float: left;
    border-bottom: 0.5em solid #ed2e3e;
    border-left: 0.5em solid #ed2e3e;
    border-right: 0.5em solid #ed2e3e;
    border-top: 0px;
}



.minis-menu{
    width: 100%;
    height: auto;
    float: left;

    margin: auto;
    margin-bottom: 3%;
    padding: 1%;
    border-radius: 10px 10px 10px 10px;
}

.minis-menu img{
    width: 100%;
    height: auto;
    border: 0.2em solid #fc9b38;
    border-radius: 10px 10px 10px 10px;
}

.minis-menu img:hover {
  box-shadow: 0 0 16px 6px #faa83d;
}

.col1{
	width: 18%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	text-align: center;
}

.col2{
	width: 18%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	text-align: center;
}

.col3{
	width: 18%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	text-align: center;
}

.col4{
	width: 18%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	text-align: center;
}

.col5{
	width: 18%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	text-align: center;
}

h2{
	
    font-size: 1.2em;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 0px;
    color: #ffffff;
	text-align: left;
	font-weight: 200;
}

h2 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 200;
}

.textoFluo{
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
    /* [disabled]padding-top: 2%; */
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
	
}
.home-img img{
    float: left;
    padding: 0px;
    width: 40px;
    height: 40px;
    background-color: #000000;
    
}

.home-txt a{
    float: left;
    color: #ffffff;
    margin-left: 1%;
}

.textoFluo p{
	color: #afbf46;
	text-align: justify;
}
.textoFluo p a {
    color: #ffffff;
    
}

.textoFluo p a:hover {
    color: #c0b1b1;
    text-decoration: none;
}




.minis{
	width: 33%;
	height: auto;
	float: left;
    display: block;
	margin: auto;
	margin-bottom: -1%;
	padding: 2%;
	border-radius: 10px 10px 10px 10px;
}

.minis img{
	width: 100%;
	height: auto;
	border:0.5em solid #fc9b38;
	border-radius: 10px 10px 10px 10px;
}

.minis img:hover {
  box-shadow: 0 0 16px 6px #faa83d;
}



/* PARA TODOS **********************************************/


footer{
		width: 100%;
	margin-top: 2%;

}

.pie_creditos{
	width: 100%;
	background-color: #6b4d5e;
    padding: 1%;
}

.pie_creditos p{
    color: #c0b1b1;
    text-align: left;
    text-decoration: none;
    padding-left: 1%;
}

.pie_creditos a{
color: #c0b1b1;
text-decoration: none;
}



.clearfloat {
  clear: both;
	
}

.clearfloat-10 {
  clear: both;
	height: 10px;
}

.responsive-img{
	width: 100%;
	height: auto;
	display:block;
	margin:auto;
}

.gracias-img{
	text-align: center;
    padding-top: 5%;
        padding-bottom: 5%;
}

.centrar{
		text-align: center;
}

/* ADSENSE **********************************************/


.publicidad-responsive-inferior{
	display: none;
	background-color: #000000;
}

.ad-inferior-sm-tablet{display: none;}

.publicidad-sm-inferior{
	width: 72%;
	height: auto;
	float: left;
	margin-left: 1%;
	}


/******* TABLET DESK  **********************************************/

@media (min-width: 501px)and (max-width: 799px) {
	
h1{
	
    font-size: 1.4em;
	text-align: center;
	color: #bf9db0;
	font-weight: 200;
}
	
.galeria-menu{
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}

.aside-menu{
	display: none;
	}
	
	.minis{
	float: left;
	border-radius: 10px 10px 10px 10px;
		height: auto;
}



.minis img{
	border:0.4em solid #fc9b38;
	border-radius: 10px 10px 10px 10px;
	height: auto;
}

.minis img:hover {
  box-shadow: 0 0 16px 6px #faa83d;
}
	
.minis h2{
	font-size: 1.1em;
	color: #ffffff;
	font-weight: 200;
}
	
	
.publicidad-index-movil{
	display: none;
}
	

.publicidad-responsive-inferior{
	display: none;
}
	
.publicidad-juegos-derecha{
		display: none;
	}
	
.publicidad-sm-inferior{
	width: 100%;
	height: auto;
	float: left;
	margin-left: 1%;
	}
	
}


/***************** MOVIL MENU  **********************************************/
@media (max-width : 500px){
		.container-indiv .juego-main .publi {
    display: none;
}
    	.publicidad-juegos-derecha{
		display: none;
        visibility: hidden;
	}
    

h1{
	
    font-size: 1.2em;
	text-align: center;
	color: #DFC7EB;
    padding-left: 1%;
    padding-right: 1%;
	font-weight: 200;
}

    .encabezado {
display: none;
}

.enca-mobile{
display: block;
width: 100%; 
	height: auto;
padding-top: 1%;
background-color: #6a6a6a;
}
    
.enca-mobile img{
width: 100%;  
	height: auto;
display: block;
margin: auto;
}
    
    
	.galeria-menu{
	width: 100%;
	height: 100%;
	

}






	
.minis{
	width: 50%;
	height: auto;
	float: left;
	display: block;
	margin: auto;
	margin-bottom: -1%;
	padding: 2%;
	border-radius: 10px 10px 10px 10px;
}

.minis img{
	width: 100%;
	height: auto;
	border:0.4em solid #fc9b38;
	border-radius: 10px;
}
    
.minis h2{
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	}

	

	
.aside-menu{
	display: none;
	}



	
	
}
