@font-face {
    font-family: avenir;
    src: url("conf/avenir-next-lt-pro-light.otf") format("opentype");
}

body {
	font-family: avenir;
	font-size:11px;
	cursor:default;
	color:rgb(180,180,180);
}

html {
        background-color:#323232;
        font-family: avenir;
        font-size:11px;
}
a {
  font-family: avenir;
	color:rgb(150,150,150);
	font-weight:600;
	text-decoration:none;
}
a:hover {
	color:rgb(100,100,100);
    	text-decoration:underline;
}


h1 {
  font-family: avenir;
    text-align:justify;
    width:90%;
	font-size:14px;
	color:rgba(185,185,185,200);
    font-weight:400;
     padding-left:15px;
    line-height:1.4;
}

h2 {
  font-family: avenir;
    text-align:justify;
    width:90%;
	font-size:14px;
	color:rgba(185,185,185,200);
    font-weight:400;
     padding-left:40px;
    line-height:1.4;
}

h3 {
	font-size:14px;
	color:rgb(125,155,155);
  font-weight:600;
  padding-left:23px;
  line-height:1.4;
}

h4 {
	font-size:13px;
	color:rgb(130,130,130);
    font-weight:300;
     padding-left:30px;
}
#content {
margin: 0px 0px 0px 0px;
position: absolute;
   top:0px;
    left:0px;


}
#texto {
    margin: 0px 0px 0px 0px;
    position: absolute;
    font-family:sans-serif;
    font-size:11px;
    color:rgb(190,190,190);
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    padding:0px;
z-index:20;
    overflow:auto;

}





canvas {


}
