/* Morbid Ways to Die v1.0
------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	width: 75%;
}
th {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #140914;
	border-collapse: collapse;
	margin: auto;
	background-color: #0a050a;
	color: #7e6c80;
	font-size: 10px;
}
td {
	width: 33%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #090909;
	border-collapse: collapse;
}
tr {
	padding: 5px;
	border: 1px solid #090909;
	border-collapse: collapse;
	text-align: center;
	background-color: black;
	font-size: 11px;
	color: antiquewhite;
}
#demo {
	margin-top: 20px;
	margin-bottom: 20px;
}
html {
	overflow-y: scroll;
}
body {
	background: #090909;
	font-size: 12px;
	color: #555555;
	font-family: 'Courier Prime', monospace;
}
ol, ul {
	list-style: none;
	margin: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
hr {
	height: 1px;
	border-width: 0;
	background-color: #140914;
	width: 75%;
	margin: auto;
}
a, img {
	outline: none;
	border: none;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase;
}
img {
	display: block;
	margin: auto;
}
article, details, figcaption, figure, header, hgroup, menu, nav, section {
	display: block;
}
/* Estructura */
#wrapper {
	width: 100%;
	max-width: 920px;
	margin: auto;
	padding: 0;
	background-color: black;
}
.logo {
	width: 100%;
	height: 150px;
	background: url("../images/19.svg") 0 0 no-repeat;
	background-position: center;
}
#inicio {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 117px;
	height: 150px;
	background: url("/images/19.svg")0 0 no-repeat;
	background-position: center;
}
.inicioeng {
	margin: auto;
	width: 920px;
	text-align: center;
}
.txt_eng1 {
	margin: auto;
	background-color: #E7A9AA;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	width: 50%;
	color: #333333;
	text-align: center;
	border: solid 1px #FF7C7F;
}
header h1 {
	width: 100%;
	height: 160px;
	text-align: center;
	margin-bottom: 1px;
	display: block;
	background: url("../images/banner_top.jpg") 0 0 no-repeat;
	background-position: center;
	text-indent: -9999px;
	padding-top: 15px;
}
header nav {
	width: 100%;
	text-align: center;
	background: url("../images/fondo_nav.jpg") 0 0 no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
header nav li {
	display: inline;
	margin-left: 15px;
}
header nav li a {
	color: antiquewhite;
	text-decoration: none;
}
#main {
	width: 97%;
	padding: 12px;
	float: left;
}
#main p {
	text-align: justify;
	margin-bottom: 15px;
	line-height: 18px;
}
#main2 hr {
	height: 1px;
	border-width: 0;
	background-color: #3e1f40;
	width: 90%;
	margin: auto;
}
#main h2 {
	color: #3e1f40;
	font-size: 13px;
	margin-bottom: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#main2 {
	width: 66%;
	padding: 12px;
	margin: auto;
	background-color: antiquewhite;
}
#main2 h2 {
	color: #000000;
	font-size: 16px;
	text-align: center;
}
#main2 h3 {
	color: #3e1f40;
	font-size: 15px;
	text-align: center;
}
#main2 h4 {
	color: #000000;
	font-size: 15px;
	text-align: center;
}
#main2 p {
	text-align: center;
	margin-bottom: 15px;
	line-height: 16px;
	color: #000000;
	font-size: 13px;
}
#main2 a {
	text-decoration: underline;
	color: #3e1f40;
}
aside {
	padding: 15px;
	font-style: italic;
	display: block;
	background-color: #0B0B0B;
	width: 33%;
	float: right;
}
aside a {
	color: #3e1f40;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
aside b {
	color: #3e1f40;
	font-size: 12px;
}
aside h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 12px;
}
#lanzamientos {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #00090a;
}
#lanzamientos p {
	width: 90%;
	margin: auto;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 15px;
}
#lanzamientos a {
	text-align: center;
	font-size: 11px;
	color: #572c59;
}
#lanzamientos ul {
	width: 100%;
}
#lanzamientos li {
	width: 33%;
	display: inline-block;
	float: left;
	text-align: center;
	max-height: 420px;
}
#lanzamientos li a {
	width: 180px;
	display: block;
	margin: auto;
	height: 282px;
}
ul#lanzamientos li:hover > a {
	background: #fff;
}
#lanzamientosXXX {
	text-align: center;
}
#lanzamientosXXX ul {
	width: 100%;
	background-color: #00090a;
	padding-top: 15px;
}
#lanzamientosXXX li {
	width: 180px;
	display: inline-block;
	margin-right: -3px;
}
#lanzamientosXXX li ul {
	float: left;
	display: block;
}
#lanzamientosXXX li ul li {
	float: left;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 0;
}
#lanzamientosXXX p {
	display: block;
	margin: auto;
	width: 38%;
	color: antiquewhite;
	text-align: left;
	padding: 10px 0px 10px 0px;
}
#lanzamientosXXX h3 {
	width: 100%;
	color: antiquewhite;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 14px;
}
#lanzamientos h2 {
	margin-bottom: 10px;
	color: antiquewhite;
	font-size: 11px;
	text-align: center;
}
#lanzamientos h3 {
	margin-bottom: 10px;
	color: #572c59;
	font-size: 13px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#lanzamientos h4 {
	color: antiquewhite;
	font-size: 15px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#lanzamientos h5 {
	margin-bottom: 10px;
	color: antiquewhite;
	font-size: 12px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#lanzamientos h6 {
	margin-bottom: 10px;
	color: #572c59;
	font-size: 12px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#lanzamientos h7 {
	margin-top: 10px;
	display: block;
	color: #572c59;
	font-size: 11px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#distribucion {
	width: 100%;
	float: left;
	background-color: #000000;
}
#distribucion p {
	width: 75%;
	margin: auto;
	text-align: justify;
	font-size: 1.0em;
	margin-top: 15px;
	margin-bottom: 15px;
}
#distribucion h2 {
	text-align: center;
	margin-bottom: 10px;
	color: #572c59;
	font-size: 14px;
}
#distribucion ul {
	text-align: center;
}
#distribucion li {
	font-size: 12px;
}
#contacto {
	margin: auto;
	width: 60%;
}
#contacto p {
	text-align: justify;
	padding: 15px;
	line-height: 18px;
}
#footer {
	width: 100%;
	float: left;
	display: block;
}
.f_int1 {
	width: 920px;
	background: url("../images/banner_footer.jpg") 0 0 no-repeat;
	background-position: center;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
	font-weight: bold;
	color: antiquewhite;
}
.f_int1 b {
	font-weight: bold;
	font-size: 18px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.f_int1 a {
	font-weight: bold;
	font-size: 9px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.w_btn2 {
	margin: auto;
	text-align: center;
	background: url("../images/fondo_nav.jpg") 0 0 no-repeat;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn2 {
	background: url("../images/gb.png") 0 0 no-repeat;
	border: none;
	width: 88px;
	height: 11px;
	display: inline-block;
	cursor: pointer;
	padding-left: 20px;
}
.btn3 {
	background: url("../images/fb.png") 0 0 no-repeat;
	border: none;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	padding-left: 20px;
}
.btn4 {
	background: url("../images/inst.png") 0 0 no-repeat;
	border: none;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	padding-left: 20px;
}
.w_btn2 a {
	color: #572c59;
}
/* Media Queries ----------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width : 768px ){
	/*	#skipTo {
		display: block;
	}*/
	table {
		border: 1px solid black;
		border-collapse: collapse;
		margin: auto;
		width: 90%;
	}
	#wrapper {
		width: 100%;
		max-width: 920px;
		margin: auto;
		padding: 0;
		background: unset;
	}
	#inicio {
		margin-top: 50px;
		width: 100%;
		height: 200px;
		background: url("/images/19.svg") 0 0 no-repeat;
		background-position: center;
	}
	.inicioeng {
		margin: auto;
		width: 100%;
		text-align: center;
	}
	.txt_eng1 {
		margin: auto;
		width: 80%;
		font-size: 0.8em;
	}
	header nav {
		padding: 0;
		float: left;
		clear: left;
		width: 100%;
		margin-top: 180px;
	}
	header h1 {
		width: 100%;
		height: 150px;
		text-align: center;
		margin-bottom: 1px;
		display: block;
		background: url("../images/banner_top.jpg") 0 0 no-repeat;
		background-position: center;
		text-indent: -9999px;
		padding-bottom: 16px;
		position: fixed;
		z-index: -1;
	}
	header nav li {
		margin: 0;
		display: block;
		border-bottom: 1px solid #251226;
	}
	header nav a {
		display: block;
		padding: 10px;
		text-align: center;
	}
	header nav ul {
		background: url("../images/fondo_nav_480.jpg") 0 0 no-repeat;
		background-position: center;
	}
	header nav li a {
		color: beige;
		text-decoration: none;
	}
	aside {
		padding: 15px;
		font-style: italic;
		display: none;
		text-align: center;
		width: 91%;
	}
	#main {
		float: left;
		clear: left;
		width: 92%;
	}
	#main p {
		line-height: 1.2em;
		font-size: 1.1em;
		text-align: justify;
	}
	#main2 {
		clear: left;
		width: 92%;
		margin: auto;
	}
	#main2 p {
		line-height: 1.2em;
		font-size: 1.1em;
		text-align: justify;
	}
	#main2 img {
		width: 100%;
	}
	#lanzamientos {
		width: 100%;
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0;
	}
	#lanzamientos li {
		width: 100%;
		float: none;
		padding-top: 10px;
		padding-bottom: 14px;
		margin-bottom: 1px;
	}
	#distribucion p {
		width: 90%;
		margin: auto;
		text-align: justify;
		font-size: 1.0em;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.f_int1 {
		width: 100%;
		margin: auto;
		background-color: #171717;
	}
}
/* Banner 
#banner {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	background-color: #151515;
}
#banner img {
	width: 100%;
}
#skipTo {
	display: none;
}
#skipTo li {
	background: #b1fffc;
}*/
/*.dist_img1 {
	width: 100%;
	margin: auto;
	background-color: blueviolet;
}*/
