/*/ ELEMENTOS BÁSICOS /*/

/*/ Importando a fonte Open Sans /*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

html,
body { height: 100%; }

body {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	background-color: #F3F3F3;
}

header {
	position: relative;
	z-index: -1;
}

/*/ MENU PRINCIPAL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /*/

.btn.btn-dropdown,
.open .btn.btn-dropdown:hover {
	display: inline-block;
	*display: inline;
	padding: 4px 4px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	background: none;
	background-color: none;
	*background-color: none;
	background-image: none;
	border: none;
	*border: none;
	border-color: none;
	border-bottom-color: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: none;
	*zoom: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.btn-dropdown span.caret {
	border-bottom-color: #BDC3C7;
	border-top-color: #BDC3C7;
}

.open .btn.btn-dropdown span.caret {
	border-bottom-color: #FFF;
	border-top-color: #FFF;
}

.nav .dropdown-toggle:hover .caret {
	border-top-color: #666;
	border-bottom-color: #666;
}

.btn-group.open .btn.dropdown-toggle { background: none; }