/* CSS Document */
@charset "UTF-8";



/* HTML */

html {
	background-color: #F9F9F9;
	color: #0A0A0A;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
body {
	margin: 0px;
}
header nav, section, footer nav {
	margin: auto;
	width: 90%;
}
* {
	padding: 0px;
	margin: 0px;
}
a, #boton {
	text-decoration: none;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	 -o-transition: all 0.25s ease-in-out;
	 transition: all 0.25s ease-in-out;
}
header a, footer a {
	color: #F9F9F9;
}
header a:hover, footer a:hover {
	color: #F4D80B;
}


/* ENCABEZADO */
header {
	background-color: #0A0A0A;
	color: #F9F9F9;
}
header nav {
	display: table;
}
header nav > a {
	border-right: 1px solid #292B24;
	display: table-cell;
	height: 90px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}
header nav > a:hover {
	background-color: #151515;
}
header nav a > img {
	margin: 0px 20px 0px 20px;
	width: 110px;
}
header nav > h6 {
	display: inline-block;
	float: right;
	font-weight: 300;
	margin-top: 40px;
	padding: 20px;
}
header > div {
	background-color: #FFBF00;
	height: 20px;
}


/* SECTION */

section {
	font-size: 1.2em;
	margin-bottom: 80px;
	text-align: justify;
}
section > img {
	float: right;
	height: 450px;
	padding: 0px 0px 50px 50px;
}
section > h1 {
	font-size: 3em;
	font-weight: 700;
	margin: 50px 0px 30px 30px;
	text-transform: uppercase;
}
section a {
	color: #DDA600;
	font-weight: 400;
}
section a:hover {
	color: #FFBF00;
}




/* FOOTER */
footer {
	background-color: #7E7E7E;
	color: #F9F9F9;
}
footer nav {
	text-align: center;
	padding: 30px 0px 50px 0px;
}
footer h4, footer h6 {
	font-weight: 300;
}
footer h6 {
	color: #C0C0C0;
}