/* 
	Data: Marco - 2012
	Descrição: Folha de Estilo para estrutura do site
*/
*{
	margin: 0;
	padding: 0;
}

/* FF e IE */
:focus {
  -moz-outline-style: none;
  outline-style: none;
}


/* body */
body {
	margin: 0;
	background: url(../images/bg_site_black.jpg) center center;
}



/* --- ESTILOS ---- */
.align-center {
	text-align: center;
}

.title-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #2c2a22;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #302f29;
	text-transform: uppercase;
}

.title-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #2a8fb9;
	text-transform: uppercase;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #302f29;
	line-height: 20px;
	text-align: justify;
}

.link-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a8fb9;
	text-decoration: none;
}

.link-normal:hover {
	color: #302f29;
}

.link-bullet {
	padding-left: 16px;
	background: url(../images/bullet_link.png) no-repeat left top;
	overflow: hidden;
}

.link-bullet:hover {
	background-position: left -17px;
}

.image-content-left {
	margin-right: 18px;
}

.bg-title-page {
	padding-left: 6px;
	padding-right: 6px;
	background: #f4f4f4 url(../images/bg_site.jpg);	
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
}

.errors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	line-height: 20px;
	text-align: justify;
	list-style-type: none;
}

/* Messages */
div#priority-messages {
	display: block;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

div#priority-messages ul {
	list-style-type: none;
}

div#priority-messages ul li.priority-message {
	margin-bottom: 6px;
}

div#priority-messages ul li.priority-message:hover {
	cursor: pointer;
}

div#priority-messages ul li ul {
	margin-left: 30px;
	padding: 6px 4px 6px 0px;
}

div#priority-messages ul li ul:hover {
	background: url(../images/ico/cross.png) 98% center no-repeat;
}

div#priority-messages  li.error-message {
	border: 1px solid #900;
	background: #ffdcdc url(../images/ico/ico-error.png) 6px center no-repeat;
	color: #900;
}

div#priority-messages  li.info-message {
	border: 1px solid #CCC;
	background: #f4f4f4 url(../images/ico/ico-info.png) 6px center no-repeat;
	color: #2a8fb9;
}

div#priority-messages  li.warning-message {
	border: 1px solid #efe327;
	background: #fffcc6 url(../images/ico/ico-warning.png) 6px center no-repeat;
	color: #8d861e;
}

div#priority-messages  li.success-message {
	border: 1px solid #090;
	background: #d5ffc0 url(../images/ico/ico-success.png) 6px center no-repeat;
	color: #060;
}

/* --- ESTRUTURA BASICA ---- */
/******************** WRAPPER ********************/
#wrapper {
	overflow: auto;
	background: #FFF url(../images/bg_site.jpg);
}

/******************** HEADER ********************/
#wrapper-header {
	width: 100%;
	height: 154px;
	background: url(../images/bg_header.png) repeat-x;
	display: block;
}
#header {
	width: 986px;
	height: 154px;
	margin: 0 auto;
}

#wrapper-logo {
	width: 312px;
	height: 150px;
	display: block;
	float: left;
}

#logo {
	width: 311px;
	height: 97px;
	margin-top: 33px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9000px;
	display: block;
	overflow: hidden;
}

#menu {
	list-style-type: none;
	margin: 10px;
	float: right;
}

#menu li {
	margin: 0;
	display: inline;
}

#menu li a {
	margin: 0;
	padding: 82px 8px 20px 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
}

#menu li a:hover {
	background: #116385 url(../images/bg_menu_hover.jpg);
	color: #FFF;
}


/******************** CONTENT ********************/
#wrapper-content {
	width: 100%;
	min-height: 281px;
	padding-top: 14px;
	margin-bottom: 20px;
	background: url(../images/bg_title.png) repeat-x;
}

#content {
	width: 986px;
	margin: 0 auto;
	overflow: auto;
	/*background: #FFF url(../images/bg_site.jpg);*/
}

/* Navegacao Paginacao */
.wrapper-navegacao-paginacao{
	margin-top: 10px;
	padding-top: 4px;
	border-top: #dcdcdc 1px solid;
	text-align: center;
}

/******************** FOOTER ********************/
#wrapper-footer {
	width: 100%;
	height: 118px;
	background: url(../images/bg_content.png) repeat-x;
}

#footer {
	width: 986px;
	margin: 0 auto;
	padding-top: 18px;
}

#footer-left {
	width: 150px;
	height: 88px;
	float: left;
	text-indent: -9000px;
	background: url(../images/logo_peq.png) no-repeat center 40px;
}

#footer-center {
	margin: 0 auto;
	padding-top: 40px;
	width: 686px;
	height: 48px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#footer-center a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

#footer-center a:hover {
	color: #e3e3e3;
}

#footer-right {
	width: 150px;
	height: 88px;
	float: right;
}

#footer-center  address{
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d5d5d5;
}

#footer-right a {
	margin-top: 50px;
	margin-right: 14px;
	width: 80px;
	height: 23px;
	float: right;
	background: url(../images/logo_desenvolvedor.png) no-repeat;
	text-indent: -9000px;
	display: block;
	overflow: hidden;
}


/******************** PAGINAS INTERNAS ********************/