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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
}
body {
	background-color: #bebebe;
}

img {border: none;}
a {outline: none;}

.titulo {
  font-size: 12px;
  font-weight: bold;
  color: #b4282e;
}

/* Links ----- */

a:link {
	color: #b4282e;
	text-decoration: none;
}
a:visited {
	color: #b4282e;
	text-decoration: none;
}
a:hover {
	color: #b4282e;
	text-decoration: underline;
}
a:active {
	color: #b4282e;
	text-decoration: none;
}

a.menu:link {
	color: #666;
	text-decoration: none;
}
a.menu:visited {
	color: #666;
	text-decoration: none;
}
a.menu:hover {
	color: #333;
	text-decoration: underline;
}
a.menu:active {
	color: #000;
	text-decoration: none;
}

/* Layout --------------- */

div#noticias {
	width:920px;
	height:17px;
	padding:3px 0 0 0;
	background-color:#000;
	margin:0 auto;
}

div#carrossel {
	width:920px;
	height:355px;
	padding:30px 0 24px 0;
	background-color:#fff;
	margin:0 auto;
}

div#logo {
	width:890px;
	height:50px;
	padding-left:30px;
	background-color:#fff;
	margin:0 auto;
}

div#container {
	width:920px;
	background-color:#fff;
	display:table;
	margin:0 auto;
}

div#left {
	width:380px;
	height:300px;
	line-height:12px;
	padding-left:20px;
	display:table;
	background-color:#fff;
	float:left;
}

div#right {
	width:480px;
	min-height:300px;
	display:table;
	background-color:#fff;
	padding:0px 40px 20px 0px;
	margin-top:-10px;
	line-height:18px;
	float:right;
}

div#rodape {
	width:920px;
	height:80px;
	background-color:#6d6e70;
	color:#fff;
	line-height:12px;
	clear:both;
}

div#menu1 {
	width:150px;
	float:left;
}
div#menu2 {
	width:228px;
	float:left;
}

div#listanoticias {
	width:480px;
	padding:0px 0px 10px 0px; /* top, right, bottom, left  */
	border-bottom: 1px solid #eaeaea;
	display:table;
	margin-bottom: 10px;
}

div#listanoticiasfoto {
	width: 120px;
	/*height: auto;*/
	padding:0px 10px 0px 0px; /* top, right, bottom, left  */
	float:left;
}

div#listanoticiastexto {
	width:480px;
	/*height: auto;*/
	padding:0px 0px 0px 0px; /* top, right, bottom, left  */
	float:left;
}

div#parceiros {
	width:480px;
	height: auto;
	display: table;
	padding: 10px 0px 0px 0px; /* top, right, bottom, left  */
	margin-top: 10px;
	background-image: url(../img/topo_parceiros.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}


/* Menu Lateral ----------------------------------------------*/
#container_menul {
	width:100%;
	padding-bottom: 0px;
	margin: 0;
}

/*- Jquery Menu --------------------------- */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.menu a {
  display: block;
  text-decoration: none;
  outline:none;
}

ul.menu li {
  margin-top: 0px;
}

ul.menu li a {
  color:#666;
  padding: 4px;
  padding-left:10px;
  outline:none;
}

ul.menu li a:hover {
  color:#000;
}

ul.menu li a:active {
  color: #b4282e;
}

ul.menu li a.ativo {
  color: #b4282e;
}

ul.menu li ul li a {
  padding-left: 10px;
  outline:none;
}

ul.menu li ul li a:hover {
  color:#000;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #transparent; border: 1px solid #444; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/*- Fim Jquery Menu ----------------------- */


div#barra_noticias {
	width: 920px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	background-color:#000;
	overflow: hidden;
	margin:0 auto;
}

.tickercontainer { /* the outer div with the black border */
background: #000; 
width: 920px; 
height: 20px; 
line-height: 20px;
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 1px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #000;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
margin: 0 10px 0 0;
} 

ul.newsticker li.impar a {
color:#fff;
}
ul.newsticker li.par a {
color:#0f0;
}


/* ***** mmGallery ***** */

#mmGallery_container{
    position:relative;
    margin:0 auto;
	padding:30px 0 24px 0;
    height:355px;
    width:920px;
	background-color:#fff;
    overflow:hidden;
}
#mmGallery{
    /*cursor:col-resize;*/
    position:relative;
}
#mmGallery img{
    position:relative;
    float:left;
	margin-right:1px;
}
