/* CSS Document */

*{
	margin:0;
	padding:0;
}


#validation.error {
  background-color: rgb(249, 197, 197);
  border: 1px solid red;
  padding: 6px;
  margin-bottom: 16px;
}

#validation.success {
  background-color: rgb(197, 249, 197);
  border: 1px solid green;
  padding: 6px;
  margin-bottom: 16px;
}

.alinhamento{
	width:1000px;
	margin:0 auto;
}

.clear{
	clear:both;	
}
body{
    background: #b4d2e4;
    background-attachment: fixed;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #236dad;
    background-image: -webkit-gradient(radial,center center,0,center center,460,from(#236dad),to(#375584));
    background-image: -webkit-radial-gradient(circle,#236dad,#375584);
    background-image: -moz-radial-gradient(circle,#236dad,#375584);
    background-image: -o-radial-gradient(circle,#236dad,#375584);
    background-image: radial-gradient(circle,#236dad,#375584);
    background-repeat: no-repeat;
}

#container #content{
	margin-top: 49px;
	background:#fff;
	z-index: 10;
	position: relative;
}

@font-face {
    font-family: 'helvetica_condensed';
    src: url('fonts/helvetica-condensed-webfont.eot');
    src: url('fonts/helvetica-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-condensed-webfont.woff') format('woff'),
         url('fonts/helvetica-condensed-webfont.ttf') format('truetype'),
         url('fonts/helvetica-condensed-webfont.svg#helvetica_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:'HelveticaNeueLTStd-Cn';
	src:url('HelveticaNeueLTStd-Cn.eot');
	src:local('HelveticaNeueLTStd-Cn'),
		url('fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTStd-Cn.svg#GravurCondensedBoldRoman') format('svg'),
		url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
		url('fonts/HelveticaNeueLTStd-Cn.otf') format('opentype'),
		url('fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
#logo{
	position:relative;
	padding:10px 0px;
	margin:0 auto;
	text-align:center;
}
#logo > img.backLogo {
	position: absolute;
	z-index: -1;
	left: -110px;
}

.message.warning{
	color: #000; 
	background:url(../images/icons/warning.png) #f9f8e8 no-repeat 11px center; 
	border: 1px solid #ebe7b3;
	padding: 10px 10px 10px 50px; 
}

.message.warning a{
	color: #000; 
	font-weight:bold;
	text-decoration:none;
}

.message.warning a:hover{
	text-decoration:underline;
}

#listNoticias{
	margin:0px 0 20px 0;
	padding:10px 0;
}

#contentNoticias{
	height: 230px;
	overflow: hidden;
	position: relative;
	background: #083657;
	border: 1px solid #083657;
	padding: 10px;
	box-shadow: 0 0 7px #083657;
}

#listNoticias p{
	margin-bottom: 5px;
	color: #083657;
	font-size: 18px;
}

#listNoticias .noticia{
	position:absolute;
	width:228px;
}

#listNoticias .noticia li{
	list-style:none;
	margin-bottom:15px;
	border-bottom:1px solid #f0d188;
	padding-bottom:15px;
	display:list-item;
	text-align:w
}
#listNoticias .noticia li:last-child{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.f-left{
	float:left;
}

.t-right{
	text-align:right;
}

.a-center{
	text-align:center;
}

.a-justify{
	text-align:justify;
}

.f-right{
	float:right;
}

#listNoticias .noticia li a{
	text-decoration:none;
	color: #efb71f;
	font-weight:bold;
}

#listNoticias .noticia li a:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.blNot{
	margin-bottom:20px;
}

.separacao{
	margin-bottom: 20px;
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #ddd;
}

.cna{}

#conteudo.novidades{}

#conteudo.novidades img.f-left{
	margin-right:10px;
}

#conteudo.novidades img.f-right{
	margin-left:10px;
}

.cna p{
	margin-bottom:20px;
}

.cna h1{
	margin-bottom:20px;
}

.cna h2{
	font-size: 16px;
	color: #083657;
	margin-bottom:15px
}

.cna h3{
	margin-bottom:5px;
	color: #083657;
}

.cna table{
	border-collapse: collapse;
}

.cna table tr{}

.cna table tr td{
	background:#fff;
	
}

.cna table tr td table{}

.cna table tr td table tr{}

.cna table tr td table tr td{
	border-bottom:1px solid #999;
}

.cna table tr td table tr.zebraDois td{
	background:#eee;
}

.logos.patrocinadores{}

.logos.patrocinadores img{
	margin: 0 19px;
}

strong.menor{
	border-bottom: 1px solid #dfdfdf;
}

#container #content p.coor{
	color:#083657;
	font-weight: bold;
	font-size: 13px !important;
}
