@charset "utf-8";
/* CSS Document */

#header {
	width: 100%;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #B2BFC6;
	border-bottom: 1px solid #666666;
}

#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	border-top: 1px solid #666666;
	background-color: #B2BFC6;
	text-shadow: 1px 1px 1px #FFFFFF;
	
}

/******** Estilos Header ***********/

#slogan {
	font-size: 20px;
	color: #367889;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 30px;
}

#data {
	padding-top: 10px;
	padding-right: -10px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	border: 0px solid #000;
}

#menu {
	text-align: right;
	margin-top: 2px;
}

#MenuNavegacao li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: -3px;
}
 
#MenuNavegacao li a {
	border: 1px solid #CCC;
	padding: 12px 16px 12px 16px;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	margin-left: 0px;
	/* This is the background used for the animation */
	background-image: url("../images/menu.jpg");
	/* Align the background image position to the left of the link */
	background-position: left;
	-webkit-transition: all 0.8s ease-in-out;
	/* Animation with transition in Firefox (No supported Yet) */
	-moz-transition: all 0.8s ease-in-out;
	/* Animation with transition in Opera (No supported Yet)*/
	-o-transition: all 0.8s ease-in-out;
	behavior: url(css/ie-css3.htc);
}
#MenuNavegacao li a:hover {
	color: white;
	/* Align the background image position of the background to the right*/
	background-position:right;
}

/******** Estilos Content ***********/

#content {
	background-color: #FFF;
	margin-top: -4px;
	margin-bottom: -5px;
	padding-bottom: 10px;
	box-shadow: 0px 1px 9px #fff;
	-moz-box-shadow: 0px 1px 9px #FFF;
	-webkit-box-shadow: 0px 1px 9px #fff;
	border-radius: 3px;
	behavior: url(css/ie-css3.htc);
}

#conteudo_interno {
	width: 900px;
	border: 1px solid #BFC3C4;
	margin-left: 17px;
	margin-top: 10px;
}

#banner {
	border: 0px solid #000;
	margin-left: 17px;
	margin-top: 1px;
	text-align: center;
}

#calendar {
	border: 0px solid #000;
	margin-left: 17px;
	margin-top: 10px;
}

#TitleCaixa {
	width: 100%;
	height: 20px;
	text-align: center;
	font-weight: bolder;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6D6D6', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#FFFFFF));
	background: -moz-linear-gradient(top, #D6D6D6, #FFFFFF);
	border-bottom: 1px solid #BFC3C4;
}

#ConteudoCaixa {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/FundoCaixa.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


#noticias {
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid #BFC3C4;
}

#atendimento {
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid #BFC3C4;
}

.comunidado {
		font-family: verdana;
        font-size: 12px;
        font-weight: bolder;
        text-align: left;
        text-decoration: none;
}

.comunidado a {
		font-family: verdana;
        font-size: 12px;
        font-weight: bolder;
        text-align: left;
        text-decoration: none;
}

.layout_boletos {
        margin: 0 auto;
        width: 700px;
        border: 1px solid #333333;
        background-color: #FFF;
}

#boletos {
		font-family: verdana;
        font-size: 11px;
        font-weight: normal;
        text-align: left;
        padding: 20px;
        line-height: 180%;
}

.form {
		font-family: verdana;
        font-size: 10px;
        font-weight: normal;
        text-align: left;
        border-bottom: 1px solid #000;
        border-left: 0px solid #000;
        border-top: 0px solid #000;
        border-right: 0px solid #000;
}
