@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	background-color: #F4F4F4;
	color: #000;
}
#header {
	width: auto;
	background-color: #000;
	margin: auto;
	clear: both;
	height: auto;
	border-bottom-style: groove;
	border-bottom-width: medium;
	border-bottom-color: #999;
}
#header #banner-misterio {
	margin: auto;
	width: 920px;
	clear: both;
	height: 200px;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	background-position: top;
}
#body-misterio {
	margin: auto;
	width: 880px;
	padding: 20px;
	position: relative;
	height: auto;
	clear: both;
	background-color: #FFF;
}
#body-misterio #menu-misterio {
	float: right;
	width: 270px;
	height: 630px;
}

#footer {
	margin: auto;
	width: auto;
	background-color: #000;
	color: #CCC;
	text-align: center;
	padding: 20px;
}
#body-misterio #fb {
	float: right;
	height: auto;
	width: 100px;
}
#body-misterio #file_pdf {
	float: right;
	height: 35px;
	width: 59px;
	padding-top: 40px;
	background-image: url(http://www.iddam.org/img/file_pdf.png);
	text-align: center;
	vertical-align: middle;
	margin: 5px;
}
#body-misterio #file_text {
	background-image: url(http://www.iddam.org/img/file_text.png);
	float: right;
	height: 35px;
	width: 59px;
	padding-top: 40px;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
}
#body-misterio #file_animated {
	background-image: url(http://www.iddam.org/img/file_animated.png);
	float: right;
	height: 35px;
	width: 59px;
	padding-top: 40px;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#body-misterio #previous-chapter {
	float: left;
	width: 440px;
	text-align: left;
}
#body-misterio #next-chapter {
	float: left;
	width: 440px;
	text-align: right;
}