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

a:active, a:focus {
  outline: 0
}

/* Left Part Site */


#leftcontent{
	position:relative;
	float:left;
	width:190px;
	overflow:hidden;
	padding: 30px 0 0 0px;
	margin: 0 0 0 0px;
	text-align:left;
	background-color:#1B1A18;
}

#leftcontent > div{
	width:180px;
	overflow:hidden;
}

	#clockcontent{	
		width:180px;
		overflow:hidden;
		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
	}
	
	#calendarcontent{
		width:180px;
		overflow:hidden;
		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
	}
	
		#imagecalendar{
			position:relative;
			width:180px;
			height:150px;
			vertical-align:bottom;
		}
		
			#cal_img_container {
				width:180px;
				height:150px;
				overflow:hidden;
			}
		
			#cal_inc_txt{
				position:absolute;
				left:0%;
				bottom:0%;
				width:180px;
				display:table-cell;
				padding:0 0 0 0px;
				margin:0 0 0 0px;
				vertical-align:bottom;
				height:80px;
				background-image:url(/images/site_tmp/bkg_cal.png);
				/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_tmp/bkg_cal.png', sizingMethod='scale');*/
			}
			
			#cal_inc_txt[title=cal_moz_bkg] {
				background-image:url(/images/site_tmp/bkg_cal.png);
			}
						
				#cal_txt{
					position:absolute;
					display:table-cell;
					left:0%;
					bottom:0%;
					vertical-align:bottom;
					text-align:left;
					margin-left:6px;
					margin-bottom:4px;
					z-index:100;
					width:170px;
				}
		
		#calendar{
			width:180px;
			background-image:url('/images/site_tmp/sf_calendario.gif');
			vertical-align:top;
		}
		
		.nextrew{overflow: hidden; width: 20px; height: 20px; padding-top:3px; padding-left:3px; position: absolute; z-index: 40; cursor:pointer;}
		.nextfwd{overflow: hidden; width: 20px; height: 20px; left: 157px; padding-top:3px; padding-right:3px; position: absolute; z-index: 40; cursor:pointer;}
		
		.imagenext{
			position:relative;
			width:180px;
			height:150px;
			vertical-align:bottom;
		}
		
			.nxt_img_container {
				width:180px;
				height:150px;
				overflow:hidden;
			}
		
			.nxt_inc_txt{
				position:absolute;
				left:0%;
				bottom:0%;
				width:180px;
				display:table-cell;
				padding:0 0 0 0px;
				margin:0 0 0 0px;
				vertical-align:bottom;
				height:80px;
				background-image:url(/images/site_tmp/bkg_cal.png);
				/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site_tmp/bkg_cal.png', sizingMethod='scale');*/
			}
			
			.nxt_inc_txt[title=cal_moz_bkg] {
				background-image:url(/images/site_tmp/bkg_cal.png);
			}
						
				.nxt_txt{
					position:absolute;
					display:table-cell;
					left:0%;
					bottom:0%;
					vertical-align:bottom;
					text-align:left;
					margin-left:6px;
					margin-bottom:4px;
					z-index:100;
					width:170px;
				}

/* End Left Part Site */

/* Footer */
#footer {
	position:relative;
	clear:both;
	/*height:15px;*/
	background: #333333;
	text-align:center;
	font-family: tahoma,arial,helvetica;
	font-size: 10px;
	color: #999999;
	line-height: 13px;
	text-decoration: none;
}

#footer a{
	font-family: tahoma,arial,helvetica;	
	font-size: 10px;
	color: #999999;
	line-height: 13px;
	text-decoration: underline;
}

#sponsor img, #sponsor object{
	padding:0 0 0 0px;
	margin-left:10px;
}

/* End Footer */
