/*

Theme Name: JuegosBlogs
Description: Juegos Blogs.
Version: 2.0
Author: Jose Enrique
Author URI: http://www.juegosblogs.com

*/

/*Estilos generales*/



*{
	margin:0;
	padding:0;
 }

header, section, footer, aside, nav, article, figure, figcaption, hgroup 
{
	display: block;
 }

body 
{
	 
	background: url(imagenes/fondo.png) repeat-x top;
	font-family: Arial, Helvetica;
  background-color:#ff9968;

 }

 header, #main, footer {
	width:100%;
	margin:0px auto;
  
	
 }

 a {
	color:#333333;
	text-decoration: none;
 }
 a:hover {
	color:#353a3f;
	
 }

 /* Estilos de Header */

header {
	margin-top: 2px;  /* En el ejemplo pone 30 px*/
	margin-bottom: 20px;
	overflow: hidden;
		
 }
 header #logo {
  width: 20%; /* El original es de 40 % , cambie valor para poder poner margin*/
 	float: left;
  margin-left: 13%;
	
 }
 header #logo img {
 	width: auto;
 	float: left;
	
 }

#tabelt{

  width: 40%; /* El original es de 60 % , cambie valor para poder poner margin*/
  float: right;
  padding: 10px 0px;
  margin-top: 1px; /* En el ejemplo pone 30 px*/
  margin-right: 13%;
}


header nav {
	width: 50%; /* El original es de 60 % , cambie valor para poder poner margin*/
	float: right;
	padding: 1px 0px;
	margin-top: 1px; /* En el ejemplo pone 30 px*/
  margin-right: 13%;
 }
header nav #buscador  {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  text-align: center;
  
}

header nav #buscador #sear {
  margin-bottom: 0;
  border-radius: 15px;
  border-color: #000000;
  border:none;
  height: 22px;

}

header nav #redes {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
 

}
header nav #redes img {
   padding: 0 2px;
   width: 24%;

}
 header nav ul {
	float: right;	
 }
 header nav ul li {
 	list-style: none;
 	display: inline-block;
 	margin-left: 30px;
 	margin-bottom: 10px;
		
 }
 header nav ul li a {	
 	font-family: Arial, Helvetica;
 	font-weight: 300;
 	font-size: 20px;
 	color: #fff;	
 }
 header nav ul li a:hover {	
 	color: #333;	
 	cursor: p
 }

 /* Estilo de Main */

 #main {	
 	overflow: hidden;
 	width: 100%;
  max-width: 1500px;


 }
 #main #iniciotop {	
 	background: url(imagenes/iniciotop.png);
 	width: 100%;
 	height: 6px;
 	margin-bottom: 40px;

 }
 #main #iniciotop h1 {	
    border-bottom: 1px solid #C73600;
    width: 98%;
    margin-top: 0px;
    padding: 5px;
    
    color: #24282c;
    font-size: 16px;

 }
#main #articles_list {	
	/* clear: both; */ 
	width: 71%;  /* Tengo 1% para usar sin estragar el diseño*/
	float: left;
  background: #ffeed7;
  margin-left: 10px;



 }
 #main #articles_list article {	
 	/* margin-bottom: 40px;
 	/* margin-right: 4%; */  /*Esto es lo que separa el texto de la imagen del juego*/
 	/* padding-bottom: 40px; */ 
 	overflow: hidden;
 	padding: 6px;
 	float: left;
  min-height: 157px;
  height: auto;

  



 }

 #main #articles_list article #link { 
  width: 160px;
  word-wrap: break-word; /* Hace que el texto no se corte y se vaya para abajo */ 

 }

 #otro {
    width: 100%;
    display: inline-block;
    margin-top: 2%;

    
  }
  #otro h2.title {
  
    border-bottom: 1px solid #C73600;
    width: 99.5%;
    margin-left: 0.5%;
    color: #24282c;
    font-size: 16px;

  }
  #otro #iniciotop {
    background:no-repeat;
  }

  #otro2 {
    width: 100%;
    display: inline-block;
    margin-top: 2%;

    
  }
  #otro2 h2.title {
  
    border-bottom: 1px solid #C73600;
    width: 99.5%;
    margin-left: 0.5%;
    color: #24282c;
    font-size: 16px;

  }
  #otro2 #iniciotop {
    background:url(imagenes/iniciotop.png);
  }




 #main #articles_list article .thumb img {	
  	border: 2px solid #c0c0c0;
    border-radius: 20px;
    cursor: pointer;
    width: 160px;
    height: 120px;
    /* cursor: url(imagenes/cursor.png), pointer; */ 
  }

  #main #articles_list article .thumb img:hover { 
    border: 2px solid #000;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 0 10px #000;
    opacity: 0.9;
    /* cursor: url(imagenes/cursor.png), pointer; */ 
  }


 #main #articles_list article #link {	
  	color: #353a3f;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;

  }


  #main #articles_list article h2 a:hover {	
  	text-decoration: none;
  	color: #353a3f;
  }
  #main #articles_list article .extract {	
 	  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
    text-align: justify;
  }

 /*Parte de foto y texto para single*/
#main #articles_list #singlepost article .thumb1 img {	
  	border: 2px solid #c0c0c0;
    border-radius: 20px;
    float: left;
    margin-right:2%;

  }

  /*PAGINACION DE WEB*/
  #main #articles_list #pagination {
  	margin-bottom: 40px;
  	width: 100%;	
 	
  }
  #main #articles_list #pagination p {
  	text-align: center;
  
  }
 #main #articles_list #pagination p a {
  	margin: 0px 20px;
  	font-size: 10px;
  	font-weight: 300;
  	display: inline-block;
  	
  }
/*Inicia Aside --- Barras lateral*/


 #izquierdo {
    width: 12%; /* Tengo 2% para usar*/ 
    background: #ffeed7;
    float: left;
    
      
  }

  #izquierdo h3 {
    width: 95%;
    background: #ce3100;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;

  }

  #izquierdo .widget ul li a {
    clear: both;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial ;
    padding-left: 15px;
    word-wrap: break-word;
    font-weight: bold;

  }

    #izquierdo .widget ul li  {
    clear: both;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial ;
    padding: 0px 0px 8px 0px;

  }


  #izquierdo ul li a:hover   {
    clear: both;
    color: #333333;
    text-decoration: underline;
    font-size: 12px;
    font-family: Arial ;
    padding-left: 15px;
   


  }


  #derecho {
  	width: 12%; /* Tengo 2% para usar*/ 
  	background: #ffeed7;
  	float: left;
    margin-left: 10px;
  		
  }

  #derecho h3 {
    width: 95%;
    background: #ce3100;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;

  }
  #derecho img {
    border: 2px solid #c0c0c0;
    border-radius: 20px;
    float: left;
    margin: 8px;
    

  }
  footer {
    background: #ce3100; 
    margin-top: 50px;
    height: 65px;
    border-top: 3px solid #000;


  }
 footer p {
    clear: both;
    text-align: center;
    color: #efefef;
    font-size: 10px;
    padding: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;

 }
  footer a {
    clear: both;
    text-align: center;
    color: #efefef;
    font-size: 10px;
    padding: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;

 }

 #tablet {
  display: none;
 }
 #web {
  margin-left: 10%;
  
 }
 #singlepost  {

  padding: 10px 10px;
  background: #fff;
  border: 1px solid #bebebe;
  margin:0px 10px 50px 10px;
  height: auto;


   }


 #ads {

  text-align: center;
  margin-top: 16%;

 

 }
 #ads2 {
  border:8px solid #990000;
 


 }

 #adsMovil {

  text-align: center;
  margin:10px 0 10px 0;
  padding:10px;
  display: none; 

 }


 #juego img {
  width: 100%;
  height: 100%;
  
 }
 #fy {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;

 }
 #fy img {
  margin-bottom: 22px;
  margin-left: 20px;
  display: none;


 }

 
 #comentarios {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 60px;

 }

#recomendadomovil {
display: none;

}




.pagenavi {
    margin: 0 0 20px 30px;
    padding: 5px 1px 5px;
    float:left;
    width: 98%;
}
.pagenavi a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: inherit;
}
.pagenavi a:hover {
    border: 1px solid #444;
    color: #444;
    background-color: #eee;
}
.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #825a2d;
    font-weight:bold;
    border: 1px solid #999;
    background-color: inherit;
}
.pagenavi span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight:bold;
    border: 1px solid #666;
    color: #444;
    background-color: #eee;
}
.pagenavi span.expand {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    border: 1px solid #ccc;
    color: #444;
    background-color: inherit;
}
.pagenavi .first, .pagenavi .last {
    border: 1px solid #aaa;
}
.pagenavi .single_page {
border: 1px dashed #ccc;
}







/* Medidas para tablet horizontal */
@media screen and (max-width: 1260px) {

/*INICIO PARTE JUEGOS*/


  #ads {

  text-align: center;
  margin-top: 16%;
  

 }
 #ads2 {
  border:8px solid #990000;
  margin:10px 0 10px 0;
  padding:10px; 



 }
#main #articles_list {  
  /* clear: both; */ 
  width: 100%;  /* Tengo 1% para usar sin estragar el diseño*/
  float: left;
  background: #ffeed7;
  margin-left: 10px;
  margin: auto;

 }
 #izquierdo {
  display: none;
 }
 #derecho {
  display: none;
 }
 #web {
  display: none;
 }
 #tablet {
  display: inline;

 }
 header #logo img {
  width: auto;
  float: left;
  margin-left: -30px; 
 }

 #fy img {
  margin-bottom: 25px;
  margin-left: 20px;
  display: inline;


 }

 #recomendadomovil {
display: inline;

}
#recomendadoweb {
display: none;

}

/* INICIO TABLET */

header #logo {
  width: 30%; /* El original es de 40 % , cambie valor para poder poner margin*/
  float: left;
  margin-left: 13%;  
 }

header nav {

  width: 40%; /* El original es de 60 % , cambie valor para poder poner margin*/
  float: right;
  padding: 10px 0px;
  margin-top: 1px; /* En el ejemplo pone 30 px*/
  margin-right: 13%;
  background: #000;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}


#tablet {

  width: 98%;
  margin: auto;
} 

/*INICIO MENU TABLET*/
#menu-bar {
  display: none;
}

header label {
  float: right;
  font-size: 28px;
  margin: 6px 0;
  cursor: pointer;
  color: #000;
  margin-right: 10px;
}


.menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51,51,51,0.9); 
  transition: all 0.5s;
  transform: translateX(-100%);

 
}
.menu img {
  border-radius: 8px;
  float: left;
  margin-right: 20px;
  


}
.menu a {
  display: block;
  color: #fff;
  height: 40px;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.5);


}
.menu a:hover {
  background: rgba(255,255,255,0.3);

}
.menu a h1 {
  color: #fff;
  font-size:25px;
  padding:15px;
 

}

#menu-bar:checked ~ .menu {
  transform: translateX(0%);

  
}

/*FIN DE MENU TABLET*/

/* Ajuste del buscador */ 
header #tablet #bus2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 20%;
  margin-top: 10px;

}
header #tablet #bus2 #sear {
  margin-bottom: 0;
  border-radius: 15px;
  border-color: #000000;
  border:none;
}
#main #articles_list .movil {
  display: none;


}
#otro #iniciotop {
  margin-top: -2%;
  background: url(imagenes/iniciotop.png);
 

}

#otro2 {
  display: none;

}


}





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


  header #tablet #bus2 {
  display: none;

}


#ads {

  text-align: center;
  margin-top: 80%;
  align-items: center;
  display: none;
  

 }
 #ads2 {
  border:none;
  margin:10px 0 10px 0;
  padding:10px; 
  align-items: center;
 }

 #adsMovil {

  text-align: center;
  margin:10px 0 10px 0;
  padding:10px;
  display: inline; 

 }
footer {
    background: #ce3100; 
    margin-top: 50px;
    height: 80px;
    border-top: 3px solid #000;


  }

   #main #articles_list article { 
  /* margin-bottom: 40px;
  /* margin-right: 4%; */  /*Esto es lo que separa el texto de la imagen del juego*/
  /* padding-bottom: 40px; */ 
  overflow: hidden;
  padding: 6px;
  float: left;
  min-height: 145px;
  height: auto;
  }
   #otro2 {
  display: none;

}




}


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




#main #articles_list .movil {
  display: none;


}
#otro #iniciotop {
  margin-top: -2%;
  background: url(imagenes/iniciotop.png);
 

}




#fy img {
  margin-bottom: 25px;
  margin-left: 20px;
  display: inline;


 }

 #recomendadomovil {
display: inline;

}
#recomendadoweb {
display: none;

}

#otro2 {
  display: none;

}



}



