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

body
{
	color: rgba(50,50,50,1.00);
	background: rgba(40,40,40,1.00);
	background-size:  100%;
	font: 1.2em/1.6 'roboto-light';
	left:0;
	right: 0;
	margin:auto;
	top: 0;
	width:100%;
	cursor: default;
}

a, a:hover, a:visited, a:active
{
	transition: 0.4s;
	text-decoration: none;
	color: inherit;
	cursor: default;
}

a:hover
{
	transition: 0.4s;
	color: rgba(215,75,20,1);
}

h1
{
	color: rgba(215,75,20,1);
	font: 2.8em/1.4 'enriqueta-semibold';
}

h2
{
	color: rgba(215,75,20,1);
	font: 2.4em/1.4 'enriqueta-semibold';
}

h3
{
	color: rgba(215,75,20,1);
	font: 2em/1.4 'enriqueta-semibold';
	margin-top: 80px;
}

h4
{
	color: inherit;
	font: 1.7em/1.4 'enriqueta-medium';
}

h5
{
	color: inherit;
	font: 1.7em/1.4 'enriqueta';
}

h6
{
	color: inherit;
	font-size: 1em;
	margin:0px;
	font-style:oblique;
}


hr
{
	border: 1px solid rgba(215,75,20,1);
	text-decoration: none;
	left: 0;
	right:0;
}

p, table, tr, tl
{
	font: 1.2em/1.4 'roboto-light';
}

section
{
	border-bottom: 1px solid rgba(215,75,20,1);
	padding-bottom: 50px;
    max-width: 960px;
    margin: auto;
}
