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

@import url(http://fonts.googleapis.com/css?family=Flamenco|Nixie+One|Pathway+Gothic+One|Maven+Pro|Raleway|Rosario|Open+Sans);

a:link {color: #FFF; text-decoration:none}      /* unvisited link */
a:visited {color: #FFF;}  /* visited link */
a:hover {color: #099;}  /* mouse over link */
a:active {color:#333;}  /* selected link */


* {margin:0; padding:0;
overflow:hidden;}

body {
	margin:0;
	overflow:none;
}


#div_fundo {
	width:100%;
	height:1250px;
	margin:0px;
	background-color:#0CC;
	position:fixed;
	z-index:1;
	overflow:none;
}

#caixa_logo {
	
width:30%;
height:50px;
margin-left:50px;
margin-top:50px;
position: fixed;
z-index:2;
overflow:none;
}

#bloco {
	
width:100%;
height:64%;
margin-top:250px;
margin-left:0px;
background-color:rgba(3, 0, 0, 0.8);
position: fixed;
z-index:2; 
overflow:none;
}


#indice {
	
width:20%;
height:750px;
margin-top:270px;
margin-left:80%;
position:fixed;
color:#FFF;
z-index:2;
font-family:'Raleway';
font-size:14px;

}

#stats {
	
width:73%;
height:60%;
margin-top:20px;
margin-left:5%;
position:fixed;
z-index:2;
overflow:auto;
color: #6FF;
}

#menu1 {
	
width:150px;
height:36px;
margin-top:210px;
margin-left:65px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';
}

#menu1s {
	
width:150px;
height:40px;
margin-top:210px;
margin-left:65px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';
}

#menu2 {
	
width:136px;
height:36px;
margin-top:210px;
margin-left:220px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';

}

#menu2s {
	
width:136px;
height:40px;
margin-top:210px;
margin-left:220px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';

}


#menu3 {
	
width:154px;
height:36px;
margin-top:210px;
margin-left:361px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';

}

#menu3s {
	
width:154px;
height:40px;
margin-top:210px;
margin-left:361px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';

}

#menu4 {
	
width:80px;
height:36px;
margin-top:210px;
margin-left:520px;
color: #FFF;
background-color:rgba(3, 0, 0, 0.8);
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';

}






#title_menu {
	
height:50px;
margin-top:7px;
margin-left:8%;
color: #FFF;
position: absolute;
z-index:3; 
overflow:none;
font-family:'Raleway';
font-size:19px;


}
