body{
	font-family: trebuchet, calibri, verdana;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.titulo{
	font-family: trebuchet, calibri, verdana;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5;
	word-spacing: 3px;
}
.destaque{
	font-family: trebuchet, calibri, verdana;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.2;
	word-spacing: 5px;
}
.tituloRed{
	font-family: trebuchet, calibri, verdana;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5;
	word-spacing: 3px;
	color: red;
}
.destaqueRed{
	font-family: trebuchet, calibri, verdana;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.2;
	word-spacing: 5px;
	color: red;
}
.botaoFont{
	font-size: 14px;
	font-family:trebuchet, calibri, verdana;
	letter-spacing: 1px;
}
.botaoFont2{
	font-size: 14px;
	font-family:trebuchet, calibri, verdana;
	letter-spacing: 6px;
	word-spacing: 6px;
}

p{
	font-family: trebuchet, calibri, verdana;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.2;
	word-spacing: 5px;
}
.li{
	font-family: trebuchet, calibri, verdana;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 1.2;
	word-spacing: 5px;
}

h1{
	font-family: trebuchet, calibri, verdana;
	letter-spacing: 3px;
	line-height: 1.2;
	word-spacing: 5px;
}
.botaoFbActus{
	font-size: 20px;
	font-family:trebuchet, calibri, verdana;
	text-decoration: none;
	color: darkblue;
}
.botaoFbActus:hover{
	text-decoration: none;
	color: darkblue;
}
.botaoInstActus{
	font-size: 20px;
	font-family:trebuchet, calibri, verdana;
	text-decoration: none;
	color: #CD3278;
}
.botaoInstActus:hover{
	text-decoration: none;
	color: #CD3278;	
}


