/* Fuentes */
@font-face {
	font-family: "Script MT Bold";
	src: url("fonts/ScriptMTBold.ttf");

	font-family: "Franklin Gothic medium";
	src: url("fonts/framd.ttf");

	font-family: "Gadugi";
	src: url("fonts/gadugi.ttf");
	}

/* Páginas */
html {
	height: 100%;
}

body {
	min-height:100%;
	background-color: white;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden; /* Hide horizontal scrollbar */
	overflow-y: auto;
	}
	
body::after {
	content: '';
	display: block;
	height: 100px; 
	}
	
header {
	background-color: #231a23;
	background-image: url("banner_fondo.png");
	background-repeat: repeat-x;
	min-width: 640px;
	margin: 0px;
	padding-top: 20px;
/*	padding-bottom: 20px; */
	box-shadow: -0px 10px 20px #c4c4c4;
	overflow: hidden;
	}

.hcontainer{
	margin: auto;
	background-color: transparent;
	width: 50%;
	min-width: 640px;
	padding-left: 10%;
	padding-right: 10%; 
	}
	
article {
	margin: auto;
	background-color: none;
	width: 50%;
/*	min-width: 640px; */
	max-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 10%;
	padding-right: 10%;
	}
footer{
	position: absolute;
	background-color: #130f12;
	bottom: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h1 {
	color: #FFDD8F;
	font-family: "Script MT Bold", "Arial";
	text-shadow: 2px 2px 4px #000000;
	font-size: 30pt;
	}
h2 {
	color: #FFDD8F;
	font-family: "Franklin Gothic medium", "Arial";
	text-shadow: 2px 2px 4px #000000;
	font-size: 14pt;
	
	}
h3 {
	color: #623F80;
	font-family: "Gadugi", "Arial";
/*	text-shadow: 1px 1px 3px #666666; */
	font-size: 24pt;
	}
h4{
	color: #623F80;
	font-family: "Gadugi", "Arial";
/*	text-shadow: 1px 1px 3px #666666; */
	font-size: 18pt;
	}	
p {
	color: #423B31;
	font-family: "Gadugi", "Arial";
	font-size: 14px;
	}

.fContainer{
	margin: auto;
	background-color: none;
	width: 50%;
	min-width: 620px;
	max-height: 100%;
	padding: 10px;
	padding-left: 10%;
	padding-right: 10%;
	}