/* CSS Document */

body {
	margin:0;
	padding:0;
	/*background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#e7e7e7;
	font-family:Tahoma, Geneva, sans-serif;
}

#topo {
	width:998px;
	height:150px;
	position:absolute;
	z-index:3;
	margin-left:50%;
	left:-499px;
}

#conteudo {
	width:992px;
	position:absolute;
	z-index:0;
	margin-left:50%;
	left:-499px;
	top:141px;
}

#cont {
	overflow:hidden;
	background-image:url(../images/bg_cont.png);
}

#conteudotop {
	background-image:url(../images/top_conteudo.png);
	height:43px;
	background-repeat:no-repeat;
}

#conteudodown {
	background-image:url(../images/down_conteudo.png);
	height:30px;
}

#container {
	width:740px;
	float:left;
	overflow:hidden;
	padding:0;
	margin:20px 0 0 7px;
}

#logos {
	width:710px;
	height:70px;
	margin:8px 0 0 0;
	clear:left;
}



.nomeColunista {
	color:#5faabd;
	font-size:12px;
}

.titulopags {
	padding:4px 0 0 10px;
	margin:0;
	background-color:#5faabd;
}

.titulopags h1 {
	font-size:13px;
	font-weight:bold;
	height:21px;
	color:#FFF;
	margin:0;
	padding:0;	
}

.itenshr {
	width:600px;
	padding:0;
	margin:10px 50px;
	height:1px;
	background-color:#5faabd;
	border:none;
}

.majorBannerOFF
{
    background-image:url(../images/bg_index_banner_OFF.gif);
    float:right;
    width:71px;
    height:25px;
}
.majorBannerOFF a
{
    cursor:hand;
    color:#C7C7C7;
    text-decoration:none;
}
.majorBannerON
{
    background-image:url(../images/bg_index_banner_ON.gif);
    float:right;
    width:71px;
    height:25px;
}
.majorBannerON a
{
    cursor:hand;
    color:#C7C7C7;
    text-decoration:none;
}
#BG_LIGHTBOX{
	display:none;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.8;
    filter: alpha(opacity = 80);
    z-index:10;
}

#LIGHTBOX{
	top: 100px;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 850px;
    background-color: #fff;
    z-index: 20;
    height: 200px;
    display: none;
}
.popupTitle a{color:#E7E7E7;font-family:Verdana;}

