@import url('reset.css');
.footer{
	position:relative;
	background-color:#000;
	color:#FFFFFF;
	opacity:0.8;
	font-size:11px;
    bottom:0;
    width:100%;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	
}
#menu ul {
			padding:0px;
			margin:0px;
			float: right;
			width: 100%;
color:#FFFFFF;			list-style:none;
		margin-left:30px;
		margin-top:60px;
		}

		#menu ul li { display: inline; 
		}

		#menu ul li a {
		color:#FFFFFF;	
		text-decoration: none;
		border-bottom:1.5px solid #EDEDED;
		padding: 2px 10px;
		float:left;
		}

		#menu ul li a:hover {
		color:#CCCCCC;	
			border-bottom:1.5px solid #EA0000;
		}
		.hover{
			}
		
		#menu li{
		margin-left:3px;
		margin-right:4px;
		}
		
		
		
.titulo{
	color:#C00;
	font-size:14px;
}
.texto{
color:#666666;
font-size:13px;	
}
body{
	background-color: #000;;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
	background-image:url(../images/1.jpg);
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color:#353535;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
}

.conteudo{
	position:relative;
padding-left:25px;
padding-top:25px;
padding-right:40px;
margin-top:-20px;
font-size:12px;
width:850px;
border:medium;
border:3px;
background-image:url(../images/transparencia.png);}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:absolute;
	text-align:left;
    width:20%;
    margin: 0 auto;
}
.content1{
	position:absolute;
    width:275px;
    margin: 0 auto;
	text-align:left;
}
h1{
	margin:0px;
	margin-bottom:5px;
	padding:10px;
	color:#fff;
	text-align:left;
	font-weight:400;
    text-align:left;
}
h1 span{
	font-size:22px;
	color:#ddd;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
