<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	background-color: #eee;

	margin: 0;
	padding: 0;
}

#wrapper {
	left: 24px;
	position: absolute;
	top: 0px;
	margin-bottom: 0;
	background-color: #eee;
	width: 1008px;
	padding-top: 0px;
	height: 1080px;
	left:50%;
	margin-left:-524px;
}
#politicas {
	margin-left: 17px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 1033px;
	margin-bottom: 0;
	width: 1008px;
}
.titulo {
font-family:Arial, Helvetica, sans-serif;
font-size:45px;
font-weight:bold;
line-height:47%;
text-align:left;
color:#000;	
}
.texto {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
line-height:120%;
text-align:justify;
color:#000;	
}
#header{
	position: absolute;
	width: 1018px;
	margin: auto;
	font-family: Tahoma, Geneva, sans-serif;
	left: 23px;
	top: 215px;
	z-index: 9;

}
/*---------------------------------
	BANNER INFERIOR
-----------------------------------*/
#bannersecundario {
	position: absolute;
	width: 995px;
	height: 231px;
	z-index: 1;
	left: 24px;
	top: 790px;	
}
			#carousel {
	        margin: 0 0 0px 0;
	        width: 995px;
	        height: 231px;
	        position: relative;
			}
			#carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			#carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				width: 497px;
				height: 200px;
				padding: 0px;
				margin: 0px;
				display: block;
				float: left;
                position:relative;
			}

			#carousel li img {
				width:497px;
				height:200px;
				margin-top:0px;
			}
			
			#carousel li a {
				width:497px;
				height:200px;
				position:absolute;
				display:block;
				z-index:2;
				top:0px;
				left:16px;
				text-indent:-999em;
				 background: transparent url('images/carousel_shine.png') no-repeat 0 0;
			}			

			.clearfix {
				float: none;
				clear: both;
			}
			
			#carousel .prev {
	margin-left: 10px;
	width: 44px;
	height: 74px;
	display: block;
	text-indent: -999em;
	background: transparent url('images/prew.png') no-repeat 0 0;
	position: absolute;
	top: 63px;
	left: 998px;
	background-image: url(images/prewdos.png);
			}
		    #carousel .next {
	margin-left: 10px;
	width: 44px;
	height: 74px;
	display: block;
	text-indent: -999em;
	background: transparent url('images/next.png') no-repeat 0 0;
	position: absolute;
	top: 62px;
	left: -71px;
	background-image: url(images/nextdos.png);
			}	
				
			#carousel .pager {
				margin:0 auto;
				text-align: center;
			}
			#carousel .pager a {
				margin: 0 0px 0 0;
				text-decoration: none;
				display:inline-block;
				width:8px;
				height:8px;
				background: transparent url('images/carousel_control.png') no-repeat -2px -32px;
				text-indent:-999em;
			}
			#carousel .pager a.selected {
				text-decoration: underline;
				background: transparent url('images/carousel_control.png') no-repeat -12px -32px;				
			}
</pre></body></html>