@charset "iso-8859-1";
/* CSS Document */

/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
table {
	border-collapse: separate;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 0 12px;
}
ul li {
	background:url(../imgs/bullet1.png) no-repeat;
	background-position:left 5px;
	padding:0 0 0 15px;
	margin-bottom:5px;
}


/* clearing technique */
.clearfix:after {
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* .clearfix {display:inline-block;}*/
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p, h1,h2,h3,h4,h5,h6,ol {margin-bottom:2px}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:20px}/* 26px */
h2{font-size:18px}/* 24px */
h3{font-size:16px}/* 22px */
h4{font-size:14px}/* 20px */
h5{font-size:12px}/* 18px */
h6{font-size:10px}/* 16px */


body {
	margin:0;
	padding:0;
	background:url(../imgs/bgBody.png) repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	clear:both;
}

.esconde {
	display:none;
}
.limite {
	display:inherit;
	border:1px solid #F00;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

/* divHeader */
#divHeader {
	position: relative;
	display:block;
	height:119px;
	background:url(../imgs/bgBody2.png) repeat;
	margin-bottom:20px;
	z-index: 1000;
}
.divSizeContent {
	display:block;
	width:966px;
	margin:0 auto;
}
#logo {
  position: absolute;
	display:block;
	width:196px;
	height:90px;
	background:url(../imgs/leya_pt.jpg) no-repeat;
	float:left;
}
#logo a {
	display:block;
	width:196px;
	height:90px;
	cursor:pointer;
}
#divHeaderRight {
	display:block;
	position:relative;
	width:885px;
	float:right;
}
#divPesquisa {
	display:block;
	position:absolute;
	right:0;
	width:155px;
	height:20px;
	background:url(../imgs/bgPesquisa.png) no-repeat;
	margin:27px 0 0 0;
}
.inputChave {
	display:block;
	float:left;
	width:118px;
	margin:0px 0 0 0px;
	border:0px;
	background-color:transparent;
	padding:0px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	height:20px;
}
.btPesquisar {
	display:block;
	width:20px; 
	height:20px;
	margin:0px 0 0 4px;	
	float:left;
	cursor:pointer;
}
#divMenuTopo1 {
	display:block;
	position:absolute;
	right:0;
	color:#ffffff;
	font-size:11px;
	margin:62px 0 0 0;
}
#divMenuTopo1 ul {
	list-style:none;
	margin:0;
	padding:0;
}
#divMenuTopo1 ul li {
	background:none;
	margin:0;
	padding:0;
	float:left;
}
#divMenuTopo1 ul li a {
	color:#ffffff;
	text-decoration:none;
}
#divMenuTopo1 ul li a:hover {
	text-decoration:underline;
}
#divMenuTopo1 ul li span {
	margin:0 5px;
}
/*
REALIZADO NO: menu.css
#divMenuTopo2 {
	display:block;
	float:right;
	margin:22px 0 0 0;
}
#divMenuTopo2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
#divMenuTopo2 ul li {
	background-image: url(../imgs/arrowDown.png);
	background-repeat: no-repeat;
	background-position: 4px 6px; 
	padding-left: 15px;	
	margin-left:5px;
	float:left;
}
#divMenuTopo2 ul li.noArrow {
	background-image:none;
}
*/
#bt01 {
	display:block;
	width:123px;
	height:16px;
	background:url(../imgs/bt01.png) no-repeat;
}
#bt02 {
	display:block;
	width:141px;
	height:16px;
	background:url(../imgs/bt02.png) no-repeat;
}
#bt03 {
	display:block;
	width:63px;
	height:16px;
	background:url(../imgs/bt03.png) no-repeat;
}
#bt04 {
	display:block;
	width:59px;
	height:16px;
	background:url(../imgs/bt04.png) no-repeat;
}
#bt05 {
	display:block;
	width:53px;
	height:16px;
	background:url(../imgs/bt05.png) no-repeat;
}
#bt06 {
	display:block;
	width:75px;
	height:16px;
	background:url(../imgs/bt06.png) no-repeat;
}
#bt07 {
	display:block;
	width:66px;
	height:16px;
	background:url(../imgs/bt07.png) no-repeat;
}
#bt08 {
	display:block;
	width:70px;
	height:16px;
	background:url(../imgs/bt08.png) no-repeat;
}
	
/* divContent */
#divContent {
}
#breadcrumbs {
	display:block;
	color:#666666;
	font-size:11px;
	margin-bottom:10px;
}
#breadcrumbs a {
	color:#666666;
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
#breadcrumbs span {
	color:#cc0033;
}
#tituloContent {
	display:block;
	color:#cc0033;
	font-size:30px;
	margin:5px 0 30px 0;
	line-height:35px;
}
.textoContent {
	display:block;
	width:650px;
	float:left;
	line-height:150%;
}
.textoContent_full {
	display:block;
	line-height:150%;
}
.rightContent {
	display:block;
	/*width:316px;*/
	/*width:261px;*/
	width:300px;
	float:right;
}
.submenuGCA {
	display:block;
	margin-bottom:20px;
}
.submenuGCA ul {
	display:block;
	text-align:right;
	list-style:none;
	margin:0;
	padding:0;
}
.submenuGCA ul li {
	background:url(../imgs/bullet1.png) no-repeat;
	background-position:right 5px;
	padding:0 15px 0 0;
	margin-bottom:15px;
}
.submenuGCA ul li a {
	color:#333333;
	text-decoration:none;
}
.submenuGCA ul li a:hover {
	text-decoration:underline;
}
.submenuGCA ul li.selected {
	color:#cc0033;
	font-weight:bold;
	text-decoration:none;
}
.banner {
	display:block;
	width:260px;
	float:right;
	margin-bottom:20px;
}
#textoNoticias {
	display:block;
}
#textoNoticias .fotoNoticia {
	display:block;
	float:left;
	width:70px;
	margin-right:10px;
}
#textoNoticias .itemNoticia {
	display:block;
	float:left;
	margin:0 0 20px 0;
}
#textoNoticias .itemNoticia_foto {
	display:block;
	width:570px;
	float:left;
	margin:0 0 20px 0;
}
#textoNoticias .dataNoticia {
	color:#cc0033;
}
#textoNoticias a {
	color:#d50c25;
	text-decoration:underline;
}
#textoNoticias a:hover {
	text-decoration:none;
}
#textoNoticias .bgAgendaData {
	display:block;
	float:left;
	margin-right:10px;

	display:block;
	background:url(../imgs/bgAgendaData.png) no-repeat;
	width:40px;
	height:48px;
	color:#fff;
	font-size:10px;
	text-align:center;
	padding-top:2px;
}
#textoNoticias .itemAgenda {
	display:block;
	width:600px;
	float:left;
	margin:0 0 20px 0;
}
#textoNoticias .bgAgendaData span {
	display:block;
	line-height:100%;
}
#textoNoticias .bgAgendaData span.diaEvento {
	display:block;
	font-size:24px;
	font-weight:bold;
}
.separador {
	display:block;
	background:url(../imgs/separador1.png) repeat-x;
	height:4px;
	margin-bottom:20px;
}
#paginas {
	display:block;
	margin:20px 0 50px 0;
	color:#FFF;
}
#paginas .paginasSel {
	display:block;
	float:left;
	background:url(../imgs/bgPaginas2.png);
	width:25px;
	height:21px;
	padding-top:4px;
	text-align:center;
	margin-right:2px;
}
#paginas a {
	display:block;
	float:left;
	background:url(../imgs/bgPaginas.png);
	width:25px;
	height:21px;
	padding-top:4px;
	text-align:center;
	color:#FFF;
	margin-right:2px;	
}
#paginas a:hover {
	background:url(../imgs/bgPaginas2.png);
}
#paginas .paginasPrimeira {
	display:block;
	width:74px;
}
#paginas .paginasUltima {
	display:block;
	width:60px;
}
#btVoltarTopo {
	display:block;
	font-size:11px;
	color:#cc0033;
	margin-top:30px;
}
#btVoltarTopo a {
	color:#cc0033;
	text-decoration:none;
}
#btVoltarTopo a:hover {
	text-decoration:underline;
}

/* divFooter */
#divFooter {
	display:block;
	background:url(../imgs/bgBody3.png) repeat;
	margin-top:20px;
	padding-bottom:15px;
	color:#FFF;
}
#divFooter a {
	color:#FFF;
	text-decoration:none;
}
#divFooter a:hover {
	color:#FFF;
	text-decoration:underline;
}
#leftFooter {
	display:block;
	float:left;
	margin-top:70px;
}
#leftFooter ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#leftFooter ul li {
	background:url(../imgs/bullet1.png) no-repeat;
	background-position:left 5px;
	padding:0 0 0 15px;
	margin-bottom:5px;
}
#leftFooter  ul li a {
	color:#fff;
	text-decoration:none;
}
#leftFooter  ul li a:hover {
	text-decoration:underline;
}


.rightFooter {
	display:block;
	float:right;
	text-align:right;
}
#logo2 {
	display:block;
	height:65px;
	background:url(../imgs/leya2.png) no-repeat top right;
}

a {
	color:#d50d26;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#legendaLogin {
	display:block; 
	width:320px; 
	position:relative;
}
#divLogin {
	position:relative;
	display:block;
	width:320px;
	height:20px;
	background:url(../imgs/bgLogin.png) no-repeat;
	margin:5px 0 15px 0;
	padding:0;
}
#linkLogin {
	display:block;
}
#linkLogin a {
	color:#d50d26;
	text-decoration:none;
}
#linkLogin a:hover {
	text-decoration:underline;
}
.inputUsername {
	position:absolute;
	width:128px;
	margin:0;
	border:0px;
	background-color:transparent;
	padding:0px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	height:20px;
}
.inputPassword {
	position:absolute;
	margin-left:148px;
	width:128px;

	border:0px;
	background-color:transparent;
	padding:0px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	height:20px;
}
.btLogin {
	position:absolute;
	display:inline-block;
	margin-left:300px;
	width:20px; 
	height:20px;
	float:left;
	cursor:pointer;
}

#divLoginRecuperar {
	position:relative;
	display:block;
	width:320px;
	height:20px;
	background:url(../imgs/bgLoginRecuperar.png) no-repeat;
	margin:5px 0 15px 0;
	padding:0;
}
.inputEmail {
	position:absolute;
	width:276px;
	margin:0;
	border:0px;
	background-color:transparent;
	padding:0px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	height:20px;
}
.btLoginRecuperar {
	position:absolute;
	display:inline-block;
	margin-left:300px;
	width:20px; 
	height:20px;
	float:left;
	cursor:pointer;
}
