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

ul{
	color:#323333;
	text-align:center;
	font-weight:700;
	font-size:10px;
	letter-spacing:0.1em;
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	line-height:10px;
	width:240px;
	cursor:pointer;
	margin-bottom:15px;
	
	
	}

ul li{
	list-style:none;
	margin-left:0px;
	font-weight:300;
	line-height:22px;
	
	}
	ul li:hover{color:#FF6300;}
	
	ul .porvir:hover{
	color:#FF6300!important;
	}
		
	ul .vermelho:hover{
	color:#C00!important;
	}
	
	ul .verde:hover{
	color:#090!important;
	}
	ul .azul:hover{
	color:#06C!important;
	}