/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
	Project
  ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	/*oooooooooooooooooooooooooooooooo
		Typography
	  oooooooooooooooooooooooooooooooo*/
		/*
		Color Index
		-------------------------------------------------------
		Cinza Escuro                              | #666666
		Azul									  | #0000FF
		Vermelho								  | #FF0000
		Roxo									  | #6633FF
		Cinza Claro								  | #CCCCCC
		Cinza Amarelado							  | #C3C3C3
		Amarelo Claro							  | #FFFFCC
		*/

		/*oooooooooooooooooooooooooooooooo
			Texts
		  oooooooooooooooooooooooooooooooo*/
		html,body { 
			font-size: 14px;
			font-family: Arial, Verdana, Georgia, sans-serif;
			line-height:1.4em;
			color:#000;	/* Default Text Color */
			padding:0px;
			margin:0px;
		}

		p { margin: 0 0 1.48em; line-height:1.4em } /* Margins for Text */

		blockquote  {
			margin-bottom:20px;
			font: 1.20em Arial,Century,sans-serif;
			background:#FFF url('/layout/images/blockquote.gif') no-repeat;
			font-weight:normal;
			padding-left:40px;
			color:#666;
		}
		blockquote h1,blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6 {
			font-weight:normal;
			color:#999;
			margin-top:5px;
			margin-bottom:0px;
		}
		blockquote h1 { font-size:1.42em !important }
		blockquote h2 { font-size:1.28em !important }
		blockquote h3 { font-size:1.14em !important }
		blockquote h4 { font-size:1em !important }
		blockquote h5 { font-size:0.85em !important }
		blockquote h6 { font-size:0.71em !important }
		blockquote p { margin:0px;padding:0px; }
		strong      { font-weight: bold; }
		em,dfn      { font-style: italic; }
		dfn         { font-weight: bold; }
		sup, sub    { line-height: 0; }

		abbr, 
		acronym     { border-bottom: 1px dotted #666; }
		address     { margin: 0 0 5px; font-style: italic; }
		del         { color:#666; }

		pre,code    { margin: 10px 0; white-space: pre !important; }
		pre,code,tt { font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

		/*oooooooooooooooooooooooooooooooo
			Titles
		  oooooooooooooooooooooooooooooooo*/
		h1,h2,h3,h4,h5,h6 {
			font-weight: bold;	/* Title Style: Normal, Bold */
			margin-bottom:20px;
			color:#333333;
		}
		h1 { font-size: 24px;  }
		h2 { font-size: 22px;  }
		h3 { font-size: 20px;  }
		h4 { font-size: 18px;  }
		h5 { font-size: 16px;  }
		h6 { font-size: 14px;  }

		/*oooooooooooooooooooooooooooooooo
			Links
		  oooooooooooooooooooooooooooooooo*/
		a {
			color:#00F;
			text-decoration: none;
			font-weight:bold;
		}
		a:focus {
			color:#00F;
			text-decoration: none;
		}
		a:visited {
			color:#00F;
			text-decoration: none;
		}
		a:hover {
			color: #000;
			text-decoration:underline;
		}
		h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
			color:#163479;
			text-decoration:none;
		}
		h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
			color:#6F8AC7;
			text-decoration:none;
		}
		h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
			color:#B58A0B;
			text-decoration:none;
		}

		/*oooooooooooooooooooooooooooooooo
			Lists
		  oooooooooooooooooooooooooooooooo*/
		ul li { line-height:1.5em; padding-left:18px; background:url('/layout/images/icon-ul.gif') no-repeat 0px 4px; display:block; }
		ol li { line-height:1.5em; margin-left:20px; list-style-type:decimal; }
		li ul, ul ul,
		 li ol       { margin-bottom:0px; }
		ul, ol      { margin: 0px 0px 10px 10px; }
		ul          { list-style-type: none; position:relative; margin-bottom:20px; }
		ol          { list-style-type: decimal;margin-bottom:20px; }
		dl          { margin: 0 0 1.5em 0; }
		dl dt       { font-weight: bold; }
		dd          { margin-left: 1.5em;}

	/*oooooooooooooooooooooooooooooooo
		Buttons
	  oooooooooooooooooooooooooooooooo*/
	a.button {
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		outline:0px;
		margin-top:2px !important;
		margin-right:4px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	a.button span, button span {
		display:block;
		padding-top:0px;
		padding-bottom:0px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	button {
		border:0;
		padding:0;
		cursor:pointer;
		overflow:visible;
		margin:0px;
		float:left;	
		display:block;
		margin-right:5px;
		margin-top:2px;
		margin-bottom:2px;
	}
	button::-moz-focus-inner {
		border:none;
		padding:0px;
		margin:0px;
	}
	button span {
		position:relative;
		display:block;
		white-space:nowrap;
	}
	* html button span {
		margin-top:-2px;
		margin-bottom:-2px;
	}
	* html button {
		float:none;
		display:inline;
	}
	*:first-child+html button span {
		margin-top:-2px;
		margin-bottom:-2px;
	}
	*:first-child+html button {
		display:inline;
		float:none;
	}
	a.button:hover,button:hover {
		text-decoration:none;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		button span {
			margin-top:-1px;
			padding-top:0px;
			padding-bottom:0px;
			margin-left:-3px;
			margin-right:-3px;
			margin-bottom:-1px;
		}
		button {
			margin-top:2px;
			margin-bottom:0px;
		}
	}
	a.button span {
		padding-top:10px;
		padding-bottom:9px;
		font-size:13px;
		padding-left:12px;
		padding-right:12px;
		font-weight:bold;
		line-height:12px;
	}
	button span {
		padding-top:9px;
		padding-bottom:9px;
		padding-left:12px;
		padding-right:12px;
		font-size:13px;
		font-weight:bold;
		line-height:12px;
	}
	a.button, button {
		background:url('/layout/images/but-sdoor-left.gif') no-repeat;
		position:relative;
	}
	a.button span,button span {
		background:url('/layout/images/but-sdoor-right.gif') no-repeat right;
		color:#666;
		font-family:Arial;	/* Button Font */
	}
	a.button:hover,button:hover,a.sel {
		background:url('/layout/images/but-sdoor-left-over.gif') no-repeat;
	}
	a.button:hover span,button:hover span,a.sel span {
		background:url('/layout/images/but-sdoor-right-over.gif') no-repeat right;
		color:#000;
	}
	a.button:active,button:active {
		background:url('/layout/images/but-sdoor-left-hit.gif') no-repeat;
		color:#000;
	}
	a.button:active span,button:active span {
		background:url('/layout/images/but-sdoor-right-hit.gif') no-repeat right;
		color:#000;
	}
	a.button img {
		position:absolute;
		top:11px;
		left:5px;
	}

	/*oooooooooooooooooooooooooooooooo
		Images
	  oooooooooooooooooooooooooooooooo*/
	.img_center {
		clear:both;
	}

	.img_right {
		float:right;
	}

	.img_left {
		float:left;
	}

	.img_right img,.img_left img,.img_center img {
		display:block;
	}

	.image_box {
		padding:0px;
		border:none;
		background:#ECECEC;
	}


	.image_box {
		position:relative;
	}

	.has_zoom {
		padding:0px !imortant;
		margin:0px !important;
		background:#FFF url('/layout/images/zoom-tip.gif') no-repeat right 2px;
	}

	.image_box span {
		display:block;
		padding:10px;
		color:#666;
		font-size:11px;
		line-height:13px;
		color:#666;
	}

	.img_center {
		margin-bottom:20px;
	}

	.img_left div {
		margin-right:20px;
		margin-bottom:20px;
	}

	.img_right div {
		margin-left:20px;
		margin-bottom:20px;
	}

	.img_left .image_box img,.img_right .image_box img {
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:0px;
	}

	/*oooooooooooooooooooooooooooooooo
		Divider
	  oooooooooooooooooooooooooooooooo*/
	.hr {
		clear:both;
		display:block;
		height:1px;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		border-bottom:1px solid #DDD;
	}
	.hr hr {display:none;}

	/*oooooooooooooooooooooooooooooooo
		Forms
	  oooooooooooooooooooooooooooooooo*/
	.form label {
		clear:both;
		display:block;
		margin-top:10px;
		cursor:pointer;
		color:#000;
		font-weight:bold;
		font-size:16px;
	}
	.form .input-box {
		margin-right:20px;
		float:left;
	}
	.form .input-container {
		clear:both;
		float:left;
		border-top:1px solid #999;
	}
	* html .form .input-container {
		margin-bottom:0px;
	}

	*:first-child+html .form .input-container {
		margin-bottom:0px;
	}
	.form input,.form textarea {
		border:1px solid #996633;
		border-right:1px solid #C18446;
		border-bottom:1px solid #C18446;
		font-size:16px;
		padding:2px;
		margin:0px;
		background:#E7DFC7;
		font-family:Arial; /* Form Inputs Font */
	}
	.form .large {
		width:440px;
	}
	.form .medium {
		width:207px;
	}
	.form .small {
		width:90px;
	}
	.form .bimg {
		border:none
	}
	.form .bimg:focus {
		background:none;
		border:none;
	}
	* html .form input,* html .form textarea {
		margin-top:-1px;
	}
	*:first-child+html .form input,*:first-child+html .form textarea {
		margin-top:-1px;
	}
	.form input:focus,.form textarea:focus,.form .focused {
		border:1px solid #C3C3C3;
		border-right:1px solid #DDD;
		border-bottom:1px solid #DDD;
		background:#FFF;
		color:#000;
	}
	.form .field-error, .form .field-error {
		border:3px solid #FF0000;
	}
	.form .required {
		background:#FFFFCC;
	}
	.form .required:focus {
		background:#FFFF99;
	}
	.form label img {
		margin-left:5px;
	}

	/*ooooooooooooooooooooooooooooooooooooooooooo
		Structure
		---------------------------------------
		page
			page-wrapper
				block
					block-wrapper
						branding
							branding-logomarca
							branding-tag
							branding-banner
						nav
						content
						sidebar
						footer
	  oooooooooooooooooooooooooooooooooooooooooooo*/

		/*oooooooooooooooooooooooooooooooo
			CSS for Screen
		  oooooooooooooooooooooooooooooooo*/
		@media screen {

			.page {
				width:980px;
				margin-left:auto;
				margin-right:auto;
				position:relative;
			}

			#header {
				height:130px;
			}

			#logo {
				position:absolute;
				background:url('/layout/images/logo-douradosagora.gif') no-repeat;
				width:200px;
				height:100px;
				top:20px;
				left:20px;
			}

			#logo a {
				display:block;
				width:200px;
				height:100px;
			}

			#publicidade-topo-728-90-ph {
				background:#FFF;
				width:728px;
				height:90px;
			}

			#publicidade-topo-728-90 {
				position:absolute;
				width:728px;
				padding-left:20px;
				height:90px;
				background:url('/layout/images/publicidade-vertical.gif') no-repeat;
				right:0px;
				top:20px;
			}


			#logo span {display:none}

			#header_toolbar {
				height:60px;
				background:url('/layout/images/header_toolbar.gif') repeat-x;
				margin-bottom:20px;
			}

			#timestamp {
				color:#FFF;
				font:11px Arial;
				position:absolute;
				width:400px;
				top:24px;
			}

			#sidebar_container {
				width:120px;
				float:left;
			}

			#menu {
				margin-bottom:30px;
			}

			#menu ul {
				margin:0px;
				padding:0px;
				margin-bottom:20px;
				width:120px;
			}

			#menu ul ul {
				margin:0px;
				padding:0px;
			}

			#menu ul li {
				background:none;
				padding:0px;
				margin:0px;
				width:120px;
			}

			#menu ul li a {
				display:block;
				width:120px;
				font:bold 18px Arial;
				color:#163479;
				border-bottom:1px solid #F0F0F0;
				padding-bottom:5px;
				margin-bottom:5px;
			}

			#menu ul li a:hover,#menu ul li a.active {
				text-decoration:none;
				color:#B58A0B;
			}

			#menu ul li li a
			{
				font:normal 11px Arial;
				color:#666;
				padding-top:2px;
				padding-left:4px;
				margin-bottom:0px;
				border-bottom:none;
				padding-bottom:2px;
				width:116px;
			}

			#menu ul li li a:hover,#menu ul li li a.active {
				background:#163479;
				color:#FFF;
				text-decoration:none;
			}

			#menu ul li li li a {
				padding-left:8px;
				width:112px;
			}

			#menu ul li li li li a {
				padding-left:12px;
				width:108px;
			}

			#clock {
				width:120px;
				height:155px;
				margin-bottom:20px;
				background:url('/layout/images/sidebar-clock-bg1.gif') no-repeat;
			}

			#clock_swf {
				position:absolute;
				top:115px;
				left:14px;
			}

			#clock_placeholder {
				position:absolute;
				width:90px;
				height:90px;
				top:14px;
				left:15px;
			}

			#site_information {
				border-bottom:2px solid #CCC;
				margin-bottom:20px;
				font:11px Arial;
				color:#999;
			}

			#editor_information {
				padding-left:5px;
				height:16px;
				overflow:hidden;
			}

			#editor_information p {
				margin:0px;
				padding:0px;
			}

			#content_container {
				width:840px;
				float:right;
				min-height:500px;
			}

			* html #content_container {
				height:500px;
			}

			#content {
				float:left;
				width:620px;
			}

			#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
				color:#333;
			}

			#content h4,#content h5,#content h6 {
				color:#666;
			}

			#publicidade-620x90-central {
				clear:left;
				width:620px;
				height:90px;
				background:#FFF;
				margin-bottom:20px;
			}

			#publicidade-620x90-rodape {
				clear:left;
				margin-top:20px;
				width:620px;
				float:left;
				height:90px;
				background:#FFF;
			}

			#sidebar-right {
				width:200px;
				float:right;
			}

			#content h1 { font:bold 2.28em Arial; letter-spacing:-1px; }
			#content h2 { font:bold 1.85em Arial; letter-spacing:-1px; }
			#content h3 { font:bold 1.71em Arial; letter-spacing:-1px; }
			#content h4 { font:bold 1.28em Arial; letter-spacing:0px; }
			#content h5 { font:bold 1.14em Arial; letter-spacing:0px; }
			#content h6 { font:normal 0.85em Arial; letter-spacing:0px; }

			.publicidade {
				background:url('/layout/images/publicidade-horizontal.gif') no-repeat;
				padding-top:15px;
				position:relative;
				margin-bottom:20px;
			}

			#quadrado_pagina_direita_200x200 {
				background:#FFF;
				width:200px;
				height:200px;
			}

			#retangulo_pagina_direita_200x400 {
				background:#FFF;
				width:200px;
				height:400px;
			}

			#footer {
				margin-top:20px;
				background:#D5DDE6;
				height:200px;
			}

			#logo-lobo {
				position:absolute;
				right:20px;
				top:20px;
			}

			#footer-info {
				width:740px;
				color:#666666;
				font:11px Arial;
			}

			#footer-info h1 { font-size:18px; font-weight:bold; letter-spacing:0px }
			#footer-info h2 { font-size:16px; font-weight:bold; letter-spacing:0px }
			#footer-info h3 { font-size:14px; font-weight:bold; letter-spacing:0px }
			#footer-info h4 { font-size:12px; font-weight:bold; letter-spacing:0px }
			#footer-info h5 { font-size:10px; font-weight:bold; letter-spacing:0px }
			#footer-info h6 { font-size:8px; font-weight:bold; letter-spacing:0px }

			#footer-info p {
				margin:0px;
				padding:0px;
				margin-bottom:15px;
			}

			#footer-info a {
				font-weight:normal;
				text-decoration:underline;
				padding:3px;
			}

			#footer-info a:hover {
				background:#333;
				color:#FFF;
			}

			#footer-info {

			}

			#content .lista-destaques h2 {
				font:normal 18px Arial;
				line-height:20px;
				margin:0px;
				letter-spacing:0px;
			}

			#content .lista-destaques h2 a {
				font-weight:bold;
			}

			#content .lista-destaques h1 {
				font:normal 26px Arial;
				line-height:28px;
				margin:0px;
				letter-spacing:0px;
			}

			#content .lista-destaques h1 a {
				font-weight:bold;
			}

			#content .lista-destaques p {
				font-size:12px;
				color:#666;
				margin:0px;
				padding-top:3px;
			}

			#content .lista-destaques .list-item span {
				display:block;
				margin-top:3px;
				color:#333;font:bold 9px arial;text-transform:uppercase;
			}

			#content .lista-destaques .list-item {
				border-bottom:1px solid #ECECEC;
				padding-bottom:5px;
				margin-bottom:5px;
			}

			#busca {
				position:absolute;
				right:0px;
				top:18px;
			}

			.w90 {width:90px}

		.sidebar-block {
			margin-bottom:20px;
		}
		.sidebar-block .header {
			background:url('/layout/images/sidebar-right-top.gif') no-repeat;height:30px;width:200px
		}
		.sidebar-block .header h3 {
			font-size:16px;padding-top:7px;padding-left:8px;padding-right:8px
		}
		.sidebar-block .block-content {
			background:url('/layout/images/sidebar-right-middle.gif') repeat-y;width:200px;
		}
		.sidebar-block .footer-space {
			background:url('/layout/images/sidebar-right-bottom-space.gif') no-repeat;height:23px;width:200px
		}
		.sidebar-block .footer {
			margin:0px;
			padding:0px;
			float:none;
			background:url('/layout/images/sidebar-right-bottom.gif') no-repeat;height:10px;width:200px
		}
		.sidebar-block .footer-wrapper {
			padding-left:5px;padding-right:5px;font:bold 11px Arial;color:#666666;text-align:right;padding-top:4px
		}
		.sidebar-block .footer-wrapper a,.sidebar-block .footer-wrapper a:visited {
			text-decoration:none;
			color:#163479;
			padding:2px;
		}
		.sidebar-block .footer-wrapper a:hover {
			text-decoration:underline;
			color:#FFF;
			background:#163479;
		}

		.sidebar-block .header h3 {
			color:#333;
		}

		.sidebar-block .header a,.sidebar-block .header a:visited {
			color:#153379;
		}

		.sidebar-block .header a:hover {
			color:#FFF;
			background:#153379;
		}

		.sidebar-block-300 {

		}
		.sidebar-block-300 .header {
			background:url('/layout/images/sidebar-300-top.gif') no-repeat;height:30px;width:300px
		}
		.sidebar-block-300 .header h3 {
			font-size:16px !important;
			padding-top:7px;
			padding-left:8px;
			padding-right:8px;
			color:#333 !important;
			letter-spacing:0px !important;
		}
		.sidebar-block-300 .block-content {
			background:url('/layout/images/sidebar-300-middle.gif') repeat-y;width:300px;
		}
		.sidebar-block-300 .footer-space {
			background:url('/layout/images/sidebar-300-bottom-space.gif') no-repeat;height:23px;width:300px
		}
		.sidebar-block-300 .footer {
			margin:0px;
			padding:0px;
			float:none;
			background:url('/layout/images/sidebar-300-bottom.gif') no-repeat;height:10px;width:300px
		}
		.sidebar-block-300 .footer-wrapper {
			padding-left:5px;padding-right:5px;font:bold 11px Arial;color:#666666;text-align:right;padding-top:4px
		}
		.sidebar-block-300 .footer-wrapper a,.sidebar-block-300 .footer-wrapper a:visited {
			text-decoration:none;
			color:#163479;
			padding:2px;
		}
		.sidebar-block-300 .footer-wrapper a:hover {
			text-decoration:underline;
			color:#FFF;
			background:#163479;
		}

		.sidebar-block-300 .header a,.sidebar-block-300 .header a:visited {
			color:#153379;
		}

		.sidebar-block-300 .header a:hover {
			color:#FFF;
			background:#153379;
		}

		.sidebar-block-620 {

		}
		.sidebar-block-620 .header {
			background:url('/layout/images/sidebar-620-top.gif') no-repeat;height:30px;width:620px
		}
		.sidebar-block-620 .header h3 {
			font-size:16px !important;
			padding-top:7px;
			padding-left:8px;
			padding-right:8px;
			color:#333 !important;
			letter-spacing:0px !important;
		}
		.sidebar-block-620 .block-content {
			background:url('/layout/images/sidebar-620-middle.gif') repeat-y;width:620px;
		}
		.sidebar-block-620 .footer-space {
			background:url('/layout/images/sidebar-620-bottom-space.gif') no-repeat;height:23px;width:620px
		}
		.sidebar-block-620 .footer {
			margin:0px;
			padding:0px;
			float:none;
			background:url('/layout/images/sidebar-620-bottom.gif') no-repeat;height:10px;width:620px
		}
		.sidebar-block-620 .footer-space {
			background:url('/layout/images/sidebar-620-bottom-spacer.gif') no-repeat;
			height:23px;
			width:620px
		}
		.sidebar-block-620 .footer-wrapper {
			padding-left:5px;padding-right:5px;font:bold 11px Arial;color:#666666;text-align:right;padding-top:4px
		}
		.sidebar-block-620 .footer-wrapper a,.sidebar-block-300 .footer-wrapper a:visited {
			text-decoration:none;
			color:#163479;
			padding:2px;
		}
		.sidebar-block-620 .footer-wrapper a:hover {
			text-decoration:underline;
			color:#FFF;
			background:#163479;
		}

		.sidebar-block-620 .header a,.sidebar-block-620 .header a:visited {
			color:#153379;
		}

		.sidebar-block-620 .header a:hover {
			color:#FFF;
			background:#153379;
		}
		
		
		
		.lista-links a,.lista-links a:visited {
			display:block;
			padding-top:3px;
			padding-bottom:3px;
			font:bold 12px Arial;
			color:#153379;
			padding-left:18px;
		}

		.lista-links a {
			background:url('/layout/images/icon-ac-link.gif') no-repeat 0px 6px;
		}

		.lista-links a:visited {
			background:url('/layout/images/icon-ac-link-read.gif') no-repeat 0px 6px;
		}

		.lista-links a:hover {
			color:#FFF;
			background:#153379 url('/layout/images/icon-ac-link-click.gif') no-repeat 4px 6px;
		}

		.titulo-lista-links a,.titulo-lista-links a:visited {
			font:bold 18px Arial;
			/* letter-spacing:-1px; */
			color:#B58A0B;
		}
		
		.titulo-lista-links a:hover {
			color:#000;
		}

		#destaque-de-noticias { margin-right:0px !important }
		#destaque-fotografico { margin-left:0px !important }

		.news-rotator { display:none;
		   border:1px solid #666;
		   position:relative;
		 }

		 .news-rotator-area {
			height:300px;
		 }

		.carousel
		{
		  background-color:#fff;
		  line-height:1.45em;

		}

		.carousel-inner
		{
		  overflow:hidden;
		  position:relative;
		}

		.carousel-animate
		{
		  position:absolute;
		}

		.carousel-item
		{
		  position:relative;
		  float:left;
		  text-decoration:none;
		}

		.carousel-item img
		{
		  width:298px;
		  height:298px;
		}

		.carousel-item-info
		{
		  background:transparent url(/layout/images/faded_black.png);
		  position:absolute;
		  bottom:0px;
		  left:0;
		  padding-left:10px;
		  padding-top:10px;
		  padding-bottom:10px;
		  padding-right:10px;
		  width:300px;
		  cursor:pointer;
		}

		.carousel-item-info strong,.carousel-item-info span,.carousel-item-info em
		{

		  color:#fff;
		  padding:0px 0px;
		} 

		.carousel-item-info em
		{
		  background:#c00 none;
		}

		.carousel-item:hover .carousel-item-info
		{
		  background-color:#153179;
		  background-image:none;
		}

		.carousel-item:hover {
			text-decoration:none;
		}

		.carousel-item-info {
			display:block;
			float:left;
		}

		.carousel-item-info span {
			font-size:11px;
			line-height:13px;
			color:#CCC;
			padding-top:5px;
			display:block;
			width:280px;
		}


		.carousel-item-info strong span
		{
			display:block;
			width:280px;
			padding-top:0px;
		  font-size:16px;
		  line-height:18px;
		  letter-spacing:-.02em;
		  text-transform:normal;
		  color:#FFF;
		}


		.carousel-item-info strong span,.carousel-item-info:hover strong span
		{
		  padding:0 0 0 0;
		}

		.carousel-nav
		{
		  list-style-type:none!important;
		  margin:0!important;
		  padding:0!important;
		  display:block;
		  position:absolute;
		  right:0px;
		  bottom:-21px;
		  height:20px;
		  z-index:10000;
		}

		.carousel-nav li {
		  list-style:none;
		  background:none;
		  margin:0!important;
		  padding:0!important;
		  float:left;
		}

		.carousel-nav a
		{
			text-decoration:none;
			color:#666;
			font-family:Tahoma;
			font-size:11px;
			line-height:18px;
			font-weight:bold;
			z-index:10000;
			padding-left:5px;
			padding-right:5px;
			display:block;
			overflow:hidden;
			float:left;
			text-align:center;
		}

		.carousel-nav a span
		{
			text-align:center;


		}

		.carousel-nav a.last
		{
		  border-width:0;
		}

		.carousel-nav a.selected
		{
		  color:#00C;
		  background:#ECECEC;
		}

		.carousel-nav a.selected span
		{

		}

		.carousel .media-item-info
		{
		  color:#fff;
		  font-size:1em;
		  line-height:1.45em;
		}

		div.carousel-data img
		{
		  display:none;
		}
		
		.lista300x225 {
			margin-bottom:10px;
		}
		
		.lista300x225 p {
			display:block;
			padding:0px;
			margin-top:3px;
			margin-bottom:3px;
			background:#FFFCCC;
		}
		
		.lista300x225 h1 {
			margin:0px;
			margin-bottom:10px;
			font-size:18px !important;
			margin-top:5px;
		}
		
		#lado-a.block_left {
			margin:0px !important;
		}
		#lado-b.block_right {
			margin:0px !important;
		}
	}

		/*oooooooooooooooooooooooooooooooo
			CSS for Print
		  oooooooooooooooooooooooooooooooo*/
		@media print {

		}

	/*oooooooooooooooooooooooooooooooo
		Tables
	  oooooooooooooooooooooooooooooooo*/
	table       { margin-bottom: 1.4em; width:100%; }
	table td	{ font-size:1em }
	thead		{}
	thead th,thead td { font-weight:bold; background: #666666 !important; color:#FFFFFF;  }
	th          { font-weight: bold; background: #666666; color:#FFFFFF }
	th,td       { padding: 4px 10px 4px 5px; }
	thead td { border:1px solid #CCCCCC }
	tbody td { border:1px solid #CCCCCC }
	tr.impar td  { background: #FFFFCC; }
	tfoot       { font-style: italic; }
	caption     { background: #666666; }

	/*oooooooooooooooooooooooooooooooo
		File Progress Component
	  oooooooooooooooooooooooooooooooo*/
	.progress_filename {
		margin-bottom:5px;
		font:bold 14px Arial;
	}

	.filetype {
		margin-bottom:15px;
	}

	.fl_name {
		font-size:14px;
	}

	.fl_name span {
		display:block;
		font:12px Arial;
		margin-top:5px;
		color:#999;
		font-weight:bold;
	}

	/*oooooooooooooooooooooooooooooooo
		Bloco Flutuante
	  oooooooooooooooooooooooooooooooo*/
	.block_left {
		float:left;
		margin-right:20px;
		margin-bottom:20px;
		margin-top:0px;
	}

	.block_right {
		float:right;
		margin-left:20px;
		margin-bottom:20px;
		margin-top:0px;
	}

	/*oooooooooooooooooooooooooooooooo
		Paginação
	  oooooooooooooooooooooooooooooooo*/
	.page_numbers {
		margin-bottom:20px;
	}

	.text_size_controls {
			height:30px;
			width:100px;
			float:right;
			position:relative;
		}

	.text_size_controls .decrease_text_size {
			position:absolute;
			top:0px;
			right:32px;
			width:28px;
			background:url('/layout/images/bt-decrease-text-size.gif');
			height:28px;
			cursor:pointer;
		}

	.text_size_controls .print_text {
		position:absolute;
		top:0px;
		right:63px;
		width:28px;
		background:url('/layout/images/bt-text-print.gif');
		height:28px;
		cursor:pointer;
	}

	.text_size_controls .increase_text_size {
		position:absolute;
		top:0px;
		right:0px;
		background:url('/layout/images/bt-increase-text-size.gif');
		width:28px;
		height:28px;
		cursor:pointer;
	}

	.text_size_controls .decrease_text_size span {
		display:none;
	}

	.text_size_controls .increase_text_size span {
		display:none;
	}

	.text_size_controls .print_text span {
		display:none;
	}