/*  ===============================================   */
#layout .colunas {
	width:120px;
	height:30px;
	background-color: #CCCCCC;
	overflow:hidden;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
 }
 
 #layout .colunas {
 text-decoration:none;
 }
 
 #layout  .colunista {
	width:120px;
	height:auto;
	background-color: #333333;
	overflow:hidden;
 }

 
 #layout  .colunista .fotocolunista {
	width: 120px;
	height: 90px;
	overflow:hidden;
 }
 
 #layout  .colunista .fotocolunista img {
	width: 120px;
	height: auto;
 }
 
  #layout  .colunista .nome {
	display:block;
	padding-top:4px;
	padding-left:4px;
	color:#FFFFFF;
	background-color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
 }
 
  #layout  .colunista .secao {
	display:block;
	padding-top:2px;
	padding-left:4px;
	padding-bottom:4px;
	color:#FF9900;
	background-color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
 }
 
/*  ===============================================   */

#layout  #bannersLatEsq {
	width:120px;
	height:auto;
	overflow:hidden;
	position:relative;
}

#layout #bannersLatEsq .banner {
	width:120px;
	height:auto;
	overflow:hidden;
	position:relative;
}

#layout #bannersLatEsq .banner img { width:100%; height: auto; position:relative;}