#nav,#nav ul {
	list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
	top: -15px;
	float: right;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
	text-transform: uppercase;
    height: 60px;
    padding: 0 0 0 9px;
    position: relative;
	
    }
	
#nav ul {
	overflow: hidden;
    position: absolute;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#nav li {
	float: left;
	position: relative;
	bottom: -15px;
}
#nav li a {
	color: #444242;
	display: block;
	font-weight: normal;
	padding: 10px 20px 0px;
	position: relative;
	text-decoration: none;
	height: 15px;

}

#nav li:hover > a {
    color: #c11731;
}
#nav li:hover,
#nav a:focus,
#nav a:hover,
#nav a:active {
    outline: 0 none;
}
#nav li:hover ul.subs {
	height: 250px;
	right: 0px;
	width: 280px;
	background-color: #cbcbcb;
	color: #ff2d4d;
	top: 60px;
	-moz-box-shadow:    0px 2px 1px -1px #333;
	-webkit-box-shadow: 0px 2px 1px -1px #333;
	box-shadow:         0px 2px 1px -1px #333;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
	
}
#nav ul li {
    background: none;
    width: 100%;
}
#nav ul li a {
    float: none;
}
#nav ul li:hover > a {
    color: #ff2d4d;
}
#lavalamp {
	bottom: -5px;
    background-color: #ff2d4d;
    height: 5px;
    left: -500%;
    position: absolute;
    width: 64px;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lavalamp:hover {
	  -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}
#nav li:nth-child(1):hover ~ #lavalamp {    width: 69px; left: 9px; }
#nav li:nth-child(2):hover ~ #lavalamp {    width: 128px; left: 78px; }
#nav li:nth-child(3):hover ~ #lavalamp {    width: 88px; left: 210px; }
#nav li:nth-child(4):hover ~ #lavalamp {    width: 103px; left: 303px; }
#nav li:nth-child(5):hover ~ #lavalamp {    width: 110px; width: 115px\9; left: 412px; overflow: hidden; text-align: center;}

@-moz-document url-prefix() { 
	#nav li:nth-child(5):hover ~ #lavalamp {    width: 112px; left: 417px; overflow: hidden; text-align: center;
	}
}



.active {
	color: #ff2d4d !important;
}

.form-bg {
	
	color: #444442;
	
}

#login_title {
	font-family: 'Open Sans', serif;
	font-size: 28px;
	text-align:center;


}

.login_subtitle {
	margin-top: 10px;
	font-family: 'Open Sans',Arial, 'Noto Serif', serif;
	font-size: 12px;
	text-align:left;
	padding-left:40px;
}

#btn_entrar {
	width: 164px;
	height: 43px;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 11pt;
	margin-top: -10px;
}

	
.buttonholder{ 
	text-align: center;
	padding-top: 10px;
	margin-bottom: -5px;
	 }
	
.esqueci {
	font-family: 'Open Sans', 'Noto Serif', serif;
	font-size: 12px;
	color: #444442;
	
	
}	

#senha  {
	margin-top: -10px;
	text-align: center;
	height: 40px;
}

#senha > a {
	text-decoration: none;
}

.esqueci:hover {
	color: #fff;
}

.btn-custom {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #6B0303;
	*background-color: #6B0303;
	background-image: -moz-linear-gradient(top, #F70808, #6B0303);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F70808), to(#6B0303));
	background-image: -webkit-linear-gradient(top, #F70808, #6B0303);
	background-image: -o-linear-gradient(top, #F70808, #6B0303);
	background-image: linear-gradient(to bottom, #F70808, #6B0303);
	background-repeat: repeat-x;
	border-color: #6B0303;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70808', endColorstr='#6B0303', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	color: #FFFFFF;
	background-color: #6B0303;
	*background-color: #003bb3;
}

