@charset "UTF-8";


@font-face {
    font-family:"avenir";
    src:url("avenir.ttf") format("truetype"), url("avenir.woff2") format("woff2"),url("avenir.woff") format("woff");
    font-style:normal;font-weight:normal;
}

@font-face {
    font-family:"avenir";
    src:url("avenirb.ttf") format("truetype"), url("avenirb.woff2") format("woff2"),url("avenirb.woff") format("woff");
    font-style:normal;font-weight:bold;
}

@font-face {
    font-family: 'MiFuente';
    src: url('fuente/LondrinaSolid-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiFuente';
    src: url('fuente/LondrinaSolid-Regular.ttf');
    font-weight: bold;
    font-style: normal;
}
        

html
{
	width: 100vw;
	background: gray;
}

body
{
	
	width: 100%;
	border:0px;
	font-family: "MiFuente","avenir", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0px;
	color:#444;
	background: black;
	background: -moz-linear-gradient(180deg, rgba(226,226,226,1) 0%, rgba(159,160,167,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(226,226,226,1) 0%, rgba(159,160,167,1) 100%);
	background: linear-gradient(180deg, rgba(226,226,226,1) 0%, rgba(159,160,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#9fa0a7",GradientType=1);
	
	font-size:0px;
	box-sizing: border-box;
	position: relative;
}

div
{
	margin:0px;
	border:0;
	box-sizing: border-box;
	position: relative;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
}

input
{
	box-sizing: border-box;
	font-family: "avenir";
}

input:focus
{
	outline: none;
}

td
{
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

table
{
	width:100%;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

img
{
	border-style:none;
	border-width:0px;
	border:0;
	margin:0px;	
}

a
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
	border-style:none;
	border:none;
}

button
{
	cursor: pointer;
}

u
{
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
}