@charset "utf-8";

/*----- Reset - Estrutura -----*/
html, body {margin: 0px; padding: 0px; border: 0; height:100%;}

body {
	background:url(../img/bg-background.jpg) right bottom no-repeat; color:#696767; font-family:Tahoma, Geneva, sans-serif;
	background-size: 60%;
}

.wrapper {margin:0px auto; width:1200px;}

.alertas {
	background:#9c3e3e; position:absolute; top:13%; left:100px; width:355px; list-style:none;
	color:white; padding: 10px; font-size: 12px;
	background: #9c3e3e;
	background: -moz-linear-gradient(top,  #9c3e3e 1%, #9B5555 93%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9c3e3e), color-stop(93%,#9B5555));
	background: -webkit-linear-gradient(top,  #9c3e3e 1%,#9B5555 93%);
	background: -o-linear-gradient(top,  #9c3e3e 1%,#9B5555 93%);
	background: -ms-linear-gradient(top,  #9c3e3e 1%,#9B5555 93%);
	background: linear-gradient(to bottom,  #9c3e3e 1%,#9B5555 93%);
}

/*----- Header -----*/
#bgBoard {background:url('../img/bgTop.jpg') repeat-x; height:28px; width:100%; min-width:1200px;}
#bgBoard .wrapper img {float:right; margin: 4px 0 0 0;}
.subBgBoard 		  {background:url(../img/bgTextura.jpg) repeat-x; height:24px; width:100%; }

.logo			 {margin: 7% auto 4% auto; width: 90%;}

#extern {margin: 0 auto; width: 90%; }

/*----- Form /Login -----*/
.sign-in	   {width:356px; height:auto; float: left; margin: 0 60px 0 0; }
.sign-in.borda {background:url(../img/bgBorder.png); padding:10px; border-radius:5px; }

.sign-in .content 	 {background:#FFF; padding:30px 20px;  width:315px}
.sign-in .content h2 { margin:0 0 35px 0; padding:0 0 10px 0; border-bottom: solid 1px #dddddd; font-size:15px; color:#054a86; width:100%; }
					  
.sign-in .content input {
	border:solid 1px #dddddd; padding:6px 35px 6px 10px; width:63%; margin:0 0 10px 0; color:#a3a3a3;
	box-shadow:none; border-radius:0px; font-size: 12px; }

.sign-in .content label {float:left; width:65px;}

.sign-in .content input[type="text"]	 {background:url(../img/icoUser.gif) right no-repeat;}
.sign-in .content input[type="password"] {background:url(../img/icoPass.gif) right no-repeat;}

.sign-in .content button {
	background:#00762f; border:solid 1px #7d9285; border-radius:3px; color:white; font-size:11px; padding:2px 5px; margin:0 0 0 65px;
	-moz-box-shadow:inset 0px 1px 0px #4faf75; -webkit-box-shadow:inset 0px 1px 0px #4faf75; box-shadow:inset 0px 1px 0px #4faf75; text-shadow: none}

.ui-growl  	 	  {top:2%; left:40% !important; }
.ui-widget 		  {font-size: 12px !important;}

.linkLogin {font-size: 13px; text-decoration: none; color:#2380b8!important ;}

.linkLogin2 {font-size: 20px; text-decoration: none; color:#2380b8!important ;}

/*----- Text-Info ----- */
.text-info 			  {float:left }
.text-info .text      {width: 100%; display: block;}

/* Formatacao texto */
.text-info .text.titulo 	{font-size: 20px; margin: 0 0 20px 0;}
.text-info .text.subTitulo  {font-weight: bold; font-size: 14px;}
.text-info .text.info		{font-size: 14px; margin: 5px 0; }
.text-info .text.link		{font-size: 14px; color:#2380b8!important ; text-decoration: none;}

/*----- Footer -----*/
#bgFooter {background:url('../img/bgFooter.jpg') repeat-x; height: 21px; font-size: 11px; padding: 22px 0 0 0; width: 100%; position:absolute; bottom:0px; min-width:1200px}