@charset "utf-8";
/* main css */
body {
	text-align:left;
	margin:0;
	background-image:url(../_images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#container {
	background-image:url(../_images/fundo_linhas.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
}

#frame {
	width:1000px;
	margin:0;
	padding:0;
	text-align:left;
}
	
#contentleft {
	width:306px;
	padding:0px;
	float:left;
	background-color:#000000;
}

#contentcenter {
	width:497px;
	padding:0px;
	float:left;
}

#contentcenterInterna {
	width:809px;
	padding:0px;
	float:left;
	text-align:left;
}

#contentright {
	width:190px;
	padding:0px;
	float:right;
	text-align:right;
}

#contentheader {
	background:#fff
}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
}
	
h1 {
	font-size:14px;
	padding-top:10px;
}
	
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}

#contentright p { font-size:10px; }

#fotos {
	padding-top:3px;
	width:301px;
	background-color:#FFFFFF;
	height:761px;
	overflow:hidden;
}

#menuCentral {
	width:497px;
	height:175px;
	overflow:hidden;
}
#menuCentralInterna {
	width:803px;
	height:175px;
	overflow:hidden;
}

#agendaCentral {
	width:497px;
	height:271px;
	overflow:hidden;
}
#materiasCentral {
	width:487px;
	height:340px;
	overflow:hidden;
	background-image:url(../_images/fundo_materias.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#guiavibeCentral {
	width:487px;
	height:421px;
	overflow:hidden;
	background-image:url(../_images/fundo_guiavibe.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#colunistasCentral {
	width:242px; 
	height:293px; 
	background-image:url(../_images/fundo_colunistas.gif); 
	float:left;
	margin-right:5px;
}
#humorCentral {
	width:240px; 
	height:293px; 
	background-image:url(../_images/fundo_humor.gif); 
	float:left;
}
#boxAgenda {
	height:193px; 
	width:487px; 
	background-image:url(../_images/fundo_agenda.gif); 
	background-repeat:no-repeat; 
	background-position:left top;
}
#boxInternoLeft {
	width:540px;
	background-color:#000000; 
	text-align:left;
	margin-top:8px;
}
#boxInternoRight {
	width:269px;
	text-align:left;
	margin-top:8px;
}
.boxInternoTopo {
	width:535px;
	background-image:url(../_images/topo_interna.gif); 
	background-position:left top; 
	background-repeat:no-repeat; 
	background-color:#FFFFFF; 
	margin-top:8px;
}
.boxInternoTopoRight {
	background-image:url(../_images/fundo_vibeindica.gif); 
	background-repeat:repeat-y; 
	float:left; 
	width:269px; 
	height:492px;
}
/* galeria */
.galeriaThumb {
	border:2px solid #000000;
}
.galeriaCapa {
	cursor:pointer; 
	width:100px;
	height:125px;
	overflow:hidden;
	margin-left:35px; 
	margin-bottom:30px; 
	float:left;
}
.galeriaInterna {
	cursor:pointer; 
	width:100px;
	height:135px;
	margin-bottom:30px;
	margin-left:60px;
	float:left;
}

/* guia, agenda */
.caixaInterna {
	width:509px; 
	border:1px solid #000000; 
	margin-left:13px;
	margin-bottom:10px;
	overflow:auto;
}
/* links */
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color:#000000;
}
.linkArquivo {
	color:#000000;
}

.linkArquivo a {
	color:#000000;
	text-decoration:none;
}
.linkArquivo a:hover {
	color:#000000;
	text-decoration:underline;
}
.linkArquivo a:visited {
	color:#000000;
}
/* materias */
.materiaCapa {
	width:175px; 
	float:left; 
	margin-bottom:10px;
}
/* agenda */
#cal {
	width:200px;
	text-align:center;
	padding:5px;
	margin-left:13px;
}
#cal td {
	height:20px;
	.height:auto;
}
#cal thead, #cal .nav-, #days-of-week {
	background-color:#4c4c4c;
	color:#FFFFFF;
}
#days-of-week {
	height:20px;
	border:2px solid #000000;
}
.cal-last-day-of-week {
	background-color:#f4f4f4;
}
.cal-prev-month-day, .cal-next-month-day {
	color:#cccccc;
}
#cal-current-day {
	background-color:#CCCCCC;
}
#cal .evento { 
	color:#003366;
}
#cal .evento a { 
	color:#006699;
	font-weight:bold;
}
