
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h2,  h3, h4, h5, h6, pre, form, fieldset, input, blockquote,th  {margin:0;padding:0;}
html, body, form, fieldset, table {font-size: 1em; font-family:Georgia,Tahoma, Times, serif;}
abbr, img {border:none;}
address, caption, cite,th{font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
b,em {font-weight:normal;font-style:normal}
input.btn {width:auto !IMPORTANT}

*  {margin: 0;padding: 0;}
 
#containerehtio{
	max-width:900px;
	width:100%;
	margin:0 auto 0 auto;
}

/*
CABECERA
*/

header{
	width:100%;
	text-align:center;
}
#logo{
	margin:5px;
}



.title{
	width:100%;
	height:30px;
	text-align:center;
	background-color:#CE5042;
	color:white;
	font-weight:bold;
	font-size:1.5em;
	padding:10px 0 0 0;	
	font-family: "Josefin Sans", sans-serif;
}


.barra_menu
{
	width:100%;
  	background-color:#CE5042;
}

.topnav {
	margin:0px auto 0px auto;
  max-width:1000px;
  overflow: hidden;

}

.topnav a {
  color:white;
  float:left;
  font-size:1.3em;font-weight:bold;
 transform:uppercase;font-family: "Josefin Sans", sans-serif;
  float: left;
  display: block;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  
}

.active {
  background-color: #87B1DE;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdownehtio {
  float: left;
  overflow: hidden;
}

.dropdownehtio .dropbtnehtio {
  color:white;
  font-weight:bold;
  font-size:1.2em; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
	font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.dropdownehtio-content {
  display: none;
  position: absolute;
  background-color: #CE5042;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownehtio-content a {
	color:white;
   float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.topnav a:hover, .dropdown:hover .dropbtnehtio {
  background-color: #224379;
  color: white;
}

.dropdownehtio-content a:hover {
  background-color: #224379;
  
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdownehtio .dropbtnehtio {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .dropdownehtio-content {
	  padding-left:50px;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdownehtio {float: none;}
  .topnav.responsive .dropdownehtio-content {position: relative;}
  .topnav.responsive .dropdownehtio .dropbtnehtio {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/*
ANUNCIOS
*/

.last_news{
  width:95%;
  margin:5px auto 10px auto;
  height:150px;
  background:#87B1DE;
  border: 1px solid black;
  border-color: black;
  overflow:hidden;
}

.last_news_avatar{
	float:left;
	height:150px;
}

.last_news_ballon_tail{
	height:100%;float:right;
}

.last_news_ballon{
	float:right;
	background-color:white;
	padding:10px;
	min-width:650px;
	height:100%;
	text-align:center;
	font-size:2.2em;
	font-family: "Bangers", sans-serif;
}

@media screen and (max-width: 900px) {
	.last_news_avatar{width:300px;height:300px;}
	.last_news_ballon{width:100%;min-width:300px;height:60%;font-size:1.8em;}
	.last_news_ballon_tail{position:relative;top:-560px;left:-155px;height:400px;rotate:90deg}
}



/**
BREADCRUMBS
**/

#breadcrumbs{
	width:100%;background-color:#224379;color:white;
}
#breadcrumbs ul li,#breadcrumbs ul li a{
	float:left;margin:0px 10px 0px 0px;text-decoration:none;color:white;
	 font-family: "Josefin Sans", sans-serif;text-transform:uppercase;padding:5px;font-size:0.9em;
}

.link_comicbox{
	padding:10px;
	border:2px solid black;
	background-color:#E9C98A;
	text-decoration:none;
	text-align:center;
	box-shadow: 5px 5px;
	color:black;
	font-size:1.3em;
	margin-left:20px;float:right;
	font-family: "Bangers", sans-serif;
}


.lastcomic_container{
	width:100%;text-align:center;height:300px;overflow:hidden;position:relative;
}

.resumen_novedad{
	width:100%;border-bottom:1px solid #87B1DE;
	height:77px;overflow:hidden;
}

.resumen_novedad img{
	float:left;height:77px;
	
}
.resumen_novedad h3{
	float:left;
	font-family: "Josefin Sans", sans-serif;font-size:1.5em;padding:10px;width:320px;height:65px;box-sizing: border-box;overflow:hidden;
}
.resumen_novedad h3 a{color:#224379;text-decoration:none;}
.resumen_novedad i,.resumen_tags{
	float:right;font-family: "Josefin Sans", sans-serif;font-size:0.7em;margin-left:5px;text-decoration:none;text-transform:uppercase;color:#87B1DE;
}
.nothumbnail{
	width:80px;height:77px;float:left;
}


/**
NAVIGATION
**/
.navigation {
	width:90%;
	margin:10px auto 10px auto;
	max-width:800px;
    display: flex;
    justify-content: space-between;
}

.boton_navigation{
	width:15%;text-align:center;
}

.boton_navigation a{color:#24498D;font-family: "Josefin Sans", sans-serif;text-transform:uppercase;font-size:0.6em;text-decoration:none;}
.bt_off{color:#969696;font-family: "Josefin Sans", sans-serif;text-transform:uppercase;font-size:0.6em;}


/**
COMENTARIOS
**/

.div_comentarios,.div_columnadch{
	margin:5px auto 10px auto;
	padding:0px 20px 0px 20px;
	width:90%;max-width:400px;
	float:left;
}

.div_comentarios h2,.div_columnadch h2{
	width:100%;
  	background-color:#CE5042;
	color:white;
  font-size:1.3em;font-weight:bold;
 transform:uppercase;font-family: "Josefin Sans", sans-serif;
  text-align: center;padding:3px;
}

.comentario{
	border-bottom:1px solid #CE5042;
	padding:10px;
}

.comentario img{ float:left; width:20%;}
.comentario h4,.div_columnadch h4{ float:left;font-family: "Bangers", sans-serif;font-size:1.5em;}
.comentario_texto{ width:100%;clear:both;font-family: "Josefin Sans", sans-serif;font-size:0.9em;font-weight:normal}

/**
COLUMNA DERECHA
*/

.div_mini_autor_izq{
	width:30%; float:left;
}
.div_mini_autor_izq img{width:100%;border-radius: 50%;}
.div_mini_autor_izq ul li {	 text-align:center;list-style-type: none;}
.div_mini_autor_izq ul li a{ color:#87B1DE;
	text-decoration:none;
	 font-weight:bold;
	 font-size:1em;
	 font-family: "Josefin Sans", sans-serif;
	  }
.div_mini_autor_dch{float:left;width:70%;font-weight:normal;
	 font-size:0.9em;
	 font-family: "Josefin Sans", sans-serif;}
.div_mini_autor_dch p{padding:5px;}
/**
footer*/

#footer{
	width:100%;
	height:200px;
	background-color:#224379;
	color:white;
}
.footer_container{
	max-width:900px;
	margin:10px auto 0 auto;
	padding-top:30px;
}

.footercol{
	margin:5px 0px 10px 30px;
	width:250px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	 font-family: "Josefin Sans", sans-serif;
}
.footercol a{
	color:white;text-decoration:none;
}

/*
COMIC
*/

#comic_title{
	width:100%;
	margin:20px 0px 10px 0px;
	text-align:center;
	font-weight:bold;
	font-size:2em;
	font-family: "Josefin Sans", sans-serif;	
	text-transform:upper;
	color:#224379;
}

#comic_chapter{
	width:100%;
	margin:10px 0px 10px 0px;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	font-family: "Josefin Sans", sans-serif;	
	color:#87B1DE;
}

.comic_container{
	width:100%;text-align:center;
}

.comic_container img{
	width:100%;max-width:800px;
}

.directisimoCaja{
	width:100%;max-width:280px;float:left;margin:5px;height:400px;
}
.cabecera_html_comic{
	Width:80%;margin:0px auto 20px auto;padding:10px;text-align:center;font-family: "Josefin Sans", sans-serif;
}

/*
ARCHIVO COMIC
*/
 .titleserie{
	 width:95%;
 	height:100px;margin:10px;margin-bottom:0px;padding-bottom:0px;
 	float:left;font-family: "Bangers", sans-serif;font-size:1.7em;
 }
  .titleserie p{
  width:100%;text-align:center;color:white;font-size:1.4em;padding:10px;padding-top:25px;
  }
    .titleserie img{float:left; height:100px;margin-left:25px;}
  .descripcion_serie{
  	width:95%;margin-top:0px;margin-left:10px;	overflow:hidden;min-height:270px;
  }
   .descripcion_serie h3{
  	color:white;font-family: "Josefin Sans", sans-serif;
  }
   .descripcion_serie a{
  	padding:10px;float:left;
	text-align:center;
	border:2px solid black;
	background-color:#E9C98A;
	box-shadow: 5px 5px;
	font-size:1.5em;
	font-family: "Bangers", sans-serif;
	text-decoration:none;color:black;
	margin-left:7%;
	margin-top:10px;
  }
  
  .descripcion_serie p{
	  margin-bottom:10px;font-family: "Josefin Sans", sans-serif;
  }
.desc_file_izq{ width:45%; float:left;padding:20px;}
.desc_file_dch{ width:45%; float:left;}
 .filesexteto {background: #24498D;color:white;}
 .filenonsequitur {background: #ce5042;}
 .fileemo {background: #FB8521}
 .filenope {background: #374260;color:white;}
 .fileexonaufraga {background: #b1a6d1;}
 .filetangente {background: #4784A1;}
 
 .archivo_series{
	 height:80px;
 }
 
 .serie_banner{
	  height:100%;width:16.6666%;margin:0px;float:left;
	  font-family: "Josefin Sans", sans-serif;font-size:1.3em;font-weight:bold;color:white; text-shadow: 2px 2px black;box-sizing: border-box; padding:10px;text-align:center;
 }
 
 .serie_banner:hover{font-size:1.4em;}
 
 .archivo_chapters,.chapters_content{
	 width:100%;
 }
 .chapters_head{
	 width:100%;border-top:1px solid #224379;min-height:60px;
	 font-family: "Josefin Sans", sans-serif;clear:both;color:#224379;
 }
 .chapters_head:hover{cursor:pointer}
 
 .chapters_head img{float:left;width:58px;}
 .title_chapter_div{float:left;width:58%;font-size:1.3em;text-align:center;padding:20px;box-sizing: border-box;}
 .date_chapter_div{float:left;width:20%;font-size:0.9em;text-align:right;padding:20px;box-sizing: border-box;}
 .number_chapter_div{float:left;width:10%;font-size:1.4em;text-align:right;padding:20px;box-sizing: border-box;}
 
 
  .descripcion_archivo_chapter{
	  line-height: 150%;font-size:1.1em;
	 font-family: "Montserrat", sans-serif;padding:20px;box-sizing:border-box;text-indent: 50px;
	  float:left;
  }
  .descripcion_archivo_img{padding:5px;float:left;height:200px;box-sizing: border-box; border:1px solid #224379;box-shadow: 3px 3px ;color:#224379;margin:10px;}
  
  .archivo_comics{
	width:90%;justify-content: space-between;margin:0px auto 0px auto;	
 }
 .archivo_thumb{
	 width:20%;
	 max-width:100px;
	 height:160px;
	 padding:15px;float:left;
	text-align:center;

 }
 .archivo_thumb p a {text-decoration:none;}
 
 .archivo_thumb  p a{
	 font-family: "Josefin Sans", sans-serif;text-transform:upper;color:black;
 }
 
 .archivo_thumb a img{
	 width:100%;
	 border:1px solid #224379;box-shadow: 3px 3px ;color:#224379;
 }
 
 .archivo_thumb:hover{background-color:#CE5042;color:white;border-radius: 10%;}
 
 /**
 PERSONAJES
 **/
 
 .ficha_personaje{width:90%;padding:10px;margin:0px auto 0px auto;border-bottom:1px solid black;}
 .ficha_personaje img{width:30%;max-width:200px;padding:5px;border:1px solid black;box-shadow: 5px 5px ;float:left;}
 .title_personaje{ width:65%;float:left;font-family: "Josefin Sans", sans-serif;font-size:1.8em;font-weight:bolder;paddgin:10px;text-align:center; }
 .caja_texto_ficha_personaje{width:65%;float:left; line-height: 150%;font-size:1.1em;margin:20px;
	 font-family: "Montserrat", sans-serif;}
 .caja_texto_ficha_personaje p{padding:20px;}
  
 /*
 BLOG
*/ 
  
 .title_blog{
	width:100%;
	height:40px;
	text-align:center;
	background-color:#CE5042;
	color:white;
	font-weight:bold;
	font-size:1.5em;
	padding:10px 0 0 0;	
	font-family: "Josefin Sans", sans-serif;
	text-align:left;
	padding:10px;
	box-sizing: border-box;
}
.title_blog a{color:white; text-decoration:none} 
.title_blog i{float:right;font-size:0.6em;text-transform:upper;margin-top:5px;} 

.little_title_blog{
	width:100%;
	
	border-top:1px solid #87B1DE;
	font-weight:bold;
	font-size:1.5em;
	padding:10px 0 0 0;	
	font-family: "Josefin Sans", sans-serif;
	text-align:left;
	padding:10px;
	box-sizing: border-box;
}
.little_title_blog a{color:#224379;text-decoration:none;}
.little_title_blog i{float:right;font-size:0.6em;text-transform:upper;margin-top:5px;font-weight:none;color:#87B1DE;} 

.subfolder_blog{
	width:100%;
	border:1px solid #87B1DE;
	font-weight:bolder;
	font-size:1.5em;
	padding:10px 0 0 0;	
	font-family: "Josefin Sans", sans-serif;
	text-align:left;
	padding:10px;
	box-sizing: border-box;
	margin-bottom:20px;
}

.subfolder_blog a{color:#224379;text-decoration:none;}


.blog_categories{
	height:80px;
	border-bottom:2px solid #87B1DE;
	margin-bottom:20px;
 }

.blog_category{
	  height:78px;width:18%;margin:1%;float:left;margin-bottom:0px;margin-top:4px;
	  font-family: "Josefin Sans", sans-serif;
	  /*font-size:1.2em;*/
	   font-size: clamp(15px, 1.2vw, 26px);
	  font-weight:bold;color:#87B1DE;
	  box-sizing: border-box; padding:1%;text-align:center;
	 border-radius: 5px 10px 0px 0px;	border:2px solid #87B1DE;
	background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 22%, rgba(191, 210, 222, 1) 100%);
}

.blog_category:hover{background:#87B1DE;color:white;}

.blog_category_selected{
	border-bottom:0px;
	background: #ffffff;
}
.category_bruno{
	font-size: clamp(10px, 1.2vw, 18px);
}

.resumen_blog{
	width:100%;
	height:120px;
	margin:0px auto 0px auto;
	padding:0px 20px 20px 20px;
	box-sizing: border-box; 
	font-family: "Montserrat", sans-serif;
	overflow:hidden;
	
}
.resumen_blog h3{
	font-family: "Josefin Sans", sans-serif;
}
.resumen_blog img{
	float:left;height:100px;margin:10px;border:1px solid #224379;box-shadow: 3px 3px ;color:#224379;
}
.resumen_blog p{
	padding:10px;
}

.blog_tags{
	width:100%;
	text-align:right;
	clear:both;height:30px;

}

.blog_tags .tag{
	background:#87B1DE;color:white;float:right;
	 font-family: "Josefin Sans", sans-serif;
	 font-size:0.8em;
	 font-weight:bold;padding:10px;
	 box-sizing: border-box; padding:5px;
	 text-align:center;text-decoration:none;
	 border-radius: 5px;
	 text-transform:uppercase;margin:5px;
}

.blog_tags .tag:hover{
	color:#87B1DE;background:white;border:2px solid #87B1DE;
}

.blog_paginacion{
	width:80%;
	margin:10px auto 10px auto;font-size:1.2em;
	font-family: "Josefin Sans", sans-serif;
	font-size:1em;text-align:center;
}


.link_leermas{ width:100%; text-align:right;margin:20px 0px 0px 0px;}
.link_leermas a{
	background:#87B1DE;color:white;
	 font-family: "Josefin Sans", sans-serif;
	 font-size:1.2em;
	 font-weight:bold;padding:5px;
	 box-sizing: border-box; padding:5px;text-align:center;text-decoration:none;
	 border-radius: 5px;
}
.link_leermas a:hover{
	color:#87B1DE;background:white;border:2px solid #87B1DE;
}

/*
ARTICULO
*/

.title_post{
	width:80%;
	text-align:center;
	color:#224379;
	font-weight:bold;
	font-size:1.8em;
	margin:5%;
	padding:10px 0 0 0;	
	font-family: "Josefin Sans", sans-serif;
	text-align:left;
	padding:10px;
	padding-bottom:20px;
	box-sizing: border-box;
	border-bottom:2px solid #87B1DE;
}

.post_container{
	line-height: 150%;font-size:1.1em;
	width:100%;margin:0px auto 0px auto; font-family: "Montserrat", sans-serif;padding:20px;box-sizing:border-box;text-indent: 50px;
}

.post_container b{font-weight:bold;}

.post_container img{max-width:800px;margin:0px auto 0px auto;}

.post_footer{
	border-top:2px solid #87B1DE;
	width:100%;
	text-align:right;
	padding:20px;
	color:#224379;box-sizing:border-box;
}
.post_cabecera{
	width:80%;
	margin:0px auto 50px auto;
	color:#224379;font-size:1.1em;
	background-color:#87B1DE;
	padding:10px;	
	font-family: "Josefin Sans", sans-serif;
	box-sizing: border-box;
	border:2px solid #87B1DE;
}
.post_cabecera b{font-weight:bold;}

.post_footer i{
	width:100%;
	text-align:right;
	font-size:1.1em;
	font-family: "Josefin Sans", sans-serif;
}

.post_tags{
	width:100%;
	text-align:left;
	font-size:1.1em;
	font-family: "Josefin Sans", sans-serif;
}

.post_tags .tag{
	background:#87B1DE;color:white;
	 font-family: "Josefin Sans", sans-serif;
	 font-size:1em;
	 font-weight:bold;padding:10px;
	 box-sizing: border-box; padding:5px;text-align:center;text-decoration:none;
	 border-radius: 5px;margin:5px;text-transform:upper;
}
.post_tags .tag:hover{
	color:#87B1DE;background:white;border:2px solid #87B1DE;
}


/*
TIENDA
*/
.listado_librotienda a img{
width:100%;
margin-bottom:10px;
}
.listado_librotienda h4 a{
	width:100%;
	color:#87B1DE;text-decoration:none;
	font-size:1.5em;
	
	font-family: "Josefin Sans", sans-serif;
}
.listado_librotienda p{
	width:100%;
	 line-height: 150%;font-size:1.1em;
	 font-family: "Montserrat", sans-serif;
}

.tienda_minilink{
	margin:10px 20px 00px 0px;
	padding:5px;
	float:right;
	box-sizing:border-box;
	text-align:center;
	border:2px solid black;
	background-color:#E9C98A;
	box-shadow: 5px 5px black;
	font-size:1.2em;
	font-family: "Bangers", sans-serif;
}

.tienda_minilink a{
	text-decoration:none;
	color:black;
}


.link_grande{
	
}

.link_grande a{
	text-decoration:none;
	color:black;
}

.tiendadiv_3{
	margin:5px 0px 10px 30px;
	width:250px;
	height:600px;
	float:left;
	
}
.tiendacontainer_3{
	clear:both;
}


@media screen and (max-width: 900px) {
	.tiendadiv_3{
		margin:5px auto 20px auto;
		float:none;
		clear:both;
	}
	.tiendadiv_3{
		width:400px;height:770px;
	}
}

.msg_cookies{
	width:100%;
	background-color:white;
	border-bottom: 3px solid black;
	text-align:center;
	padding:10px;
}