@charset "utf-8";
body {
	margin: 0;
	background: #000;
	color: #fff;
}
h1 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB4CAYAAAAzOJiAAAAA/ElEQVQoU5XSSW7CQBCFYdWVCJPNYIPdHpghYUoYQu5/h0r1j5WW2GXzyQvLrnqvJGv1VSCHt6jB+SfXjlWKP8rOQAWqztDoGnV3ZPSMWW+sMu9DorKIjGWUGrGxiicq6wFMVTbDTGXr2Y3yhvexU/mApFDZJ6XKITWOaWVMjNO0Vjk/mal8ZjBX+cqNS74wnHF1S6MwbsWq4V7a071cq3xDBRuVxwv1VuXnPzz8yy9f4cvPf/i/8V8mCAMxH5MyM9OzBxuxG1uyL5uTAWmQCwmRFamRX4iTdMmZxMmeFuiDZuiItuiNBumSVumXpkPx4Ri4Da4kHA035K/pF4bc3SA3sK2eAAAAAElFTkSuQmCC);
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 120px;
}
h1 a {
	background: url(logo.png) 50%;
	width: 100%;
	max-width: 736px;
	height: 120px;
	display:inline-block;
}
label {
	display: block;
}
label > span {
	display: inline-block;
	width: 275px;
	vertical-align: top;
}
label > input[type='text'], label > input[type='number'], label > textarea, label > select {
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-shadow: #FFF 1px 0px 1px;
}
#navegador {
	position: fixed;
	line-height: 32px;
	height: 32px;
	background-color: #412c35;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#412c35), color-stop(50%,#634350), color-stop(51%,#634350), color-stop(93%,#412c35), color-stop(100%,#412c35));
	background-image: -webkit-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#412c35 100%);
	background-image: -moz-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#412c35 100%);
	background-image: -ms-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#412c35 100%);
	background-image: -o-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#412c35 100%);
	background-image: linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#412c35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412c35',endColorstr='#634350',GradientType=0 );
	width:100%;
	top:0;
	font-family: sans-serif;
	font-size: 12px;
}
#navegador span, #navegador div {
	padding: 0 4px;
}
#navegador select {
	position: relative;
	top: -6px;
}
#navegador div a {
	font-weight: bold;
	font-size: 32px;
	display: inline-block;
	margin: 0 4px;
	font-family: serif;
	position: relative;
	top: -5px;
	width: 24px;
	text-align: center;
}
#navegador div {
	float: right;
}
#pagina {
	max-width: 100%;
	text-align: center;
	margin-top: 32px;
}
#pagina img {
	max-width: 100%;
}
.preload {
	height: 1px;
	overflow: hidden;
}
.preload img {
	margin: 1px;
}
.mangas {
}
.mangas  .titulo {
	display: block;
	background: #412c35;
	font-size: 24px;
	line-height: 48px;
	padding-left: 8px;
}
.titulo > span {
	display: inline-block;
	min-width: 184px;
	font-family: sans-serif;
}
.descripcion {
	display: block;
	background-repeat: no-repeat;
	padding: 1em;
	text-align: justify;
}
.mangas select {
	min-width: 220px;
}
.mangas select, .mangas input {
	position: relative;
	top: -2px;
}
.menu {
	background-color: #412c35;	
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#412c35), color-stop(50%,#634350), color-stop(51%,#634350), color-stop(93%,#412c35), color-stop(100%,#cfc9bc));
	background-image: -webkit-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#cfc9bc 100%);
	background-image: -moz-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#cfc9bc 100%);
	background-image: -ms-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#cfc9bc 100%);
	background-image: -o-linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#cfc9bc 100%);
	background-image: linear-gradient(top,#412c35 0%,#634350 50%,#634350 51%,#412c35 93%,#cfc9bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412c35',endColorstr='#634350',GradientType=0 );
	font-weight: bold;
	color: white;
	padding: 0 4px;
	line-height: 1.6em;
}
.menu {
	text-align: center;
	padding-bottom: 1px;
}
.menu a:link, .menu a:visited {
	color: #C4A0A0;
}
.menu a:hover, .menu a:active {
	color: #ddd;
}
.menu a {
	display: inline-block;
	white-space: nowrap;
	line-height: 16px;
	margin: 0 4px;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.menu a:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	text-shadow: none;
}
/*.menu a:before {
	float: left;	
	pointer-events: none;
	content: "";
	background: url(../../../images/button.png) no-repeat 0 50%;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}*/
.ficha {
	margin-bottom: 1em;
}
.ficha strong {
	display: inline-block;
	min-width: 5em;
}
.descarga {
	display: inline-block;
	background: url(descarga.png);
	width: 24px;
	height: 24px;
	top: 0 !important;
}
.ultimos {
	font-family: sans-serif;
	margin-bottom: 1em;
}
.ultimos h2 {
	background: #412c35;
	font-size: 24px;
	line-height: 48px;
	padding-left: 8px;
	margin: 0 0 8px 0;
	font-weight: normal;
}
.ultimos a {
	display: block;
}
.ultimos span {
	display: inline-block;
}
.ultimos .titulo_manga {
	width: 20em;
}
.ultimos .ultimo_capitulo {
	width: 20em;
}
.ultimos .fansub {
	width: 10em;
}
#adlayer {
    position: relative;
    float: left;
    margin-right: -160px;
}
#adlayer a {
	color:red;
	display:block;
	background: #333;
	border: 1px solid #666;
	text-align: center;
}