@charset "utf-8";
/* CSS Document */

* {   
	margin: 0;
	padding: 0;
	}

.alinhar-dir{ text-align:right; }

body {
	color:#555;
	background-image:url(../imagens/body-bg.png);
	background-position:top center;
	background-repeat:repeat;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

a{
	color: #2D7ABF;
	outline:none;
	text-decoration:none;
	}

a:hover {
	color: #2D7ABF;
	text-decoration:underline;
	}

#principal {
	text-align: center;
	width: 100%;
	/*background-image:url(../imagens/principal.png);
	background-position:top center;
	background-repeat:repeat-x;*/
	}
	
#header {
	width: 100%;
	margin: 0 auto;
	margin-bottom:10px;
	background-image: url(../imagens/principal.png);
    background-position: top center;
    background-repeat: repeat-x;
	height: 200px;
	}
	
.item_principal {
	height:108px;
	padding-top:20px;
	padding-left: 24px;
  	padding-right: 23px;
	float:left;
	text-align:center;
	font-family: 'Quicksand', Arial, sans-serif;
	font-weight:400;
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	-webkit-transition: all .2s linear;
  		-moz-transition: all .2s linear;
  			transition: all .2s linear;
}
.item_principal_col {
	width: 130px;
	float:left;
	text-align:center;
	background-color:#FFF;
	border: 1px solid #e8e8e8;
	margin: 0px 8px;
	font-family: 'Quicksand', Arial, sans-serif;
	font-weight:400;
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	background-image:url(../imagens/box-2-bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	-webkit-transition: all .2s linear;
  		-moz-transition: all .2s linear;
  			transition: all .2s linear;
}
.itens_principais { 
	margin: 0 auto;
	height: 110px;
	
}
.itens_principais a { 
	text-decoration:none;
	color:#666666;
}
.itens_principais a:hover { 
	
}
.itens_principais_col { 
	width: 300px;
	margin: 0 auto;
	height: 95px;
	
}
.itens_principais_col a { 
	text-decoration:none;
	color:#666666;
	border: 1px solid #D6D6D6;
	padding: 0 0 10px 0;
 	margin-bottom: 10px;
	border-radius:10px;
}
.itens_principais_col a:hover { 
	border: 1px solid #2D7ABF;
}

.item_border_left {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

.item_image { margin-top:4px; text-align:center; }
.item_image_col { text-align:center; }

	/* EFEITOS */
	
		.item_principal:hover .item_image {
			-webkit-animation: moveFromTop 300ms ease;
			-moz-animation: moveFromTop 300ms ease;
			-ms-animation: moveFromTop 300ms ease;
		}
		
		@-webkit-keyframes moveFromBottom {
			from {
				-webkit-transform: translateY(100%);
			}
			to {
				-webkit-transform: translateY(0%);
			}
		}
		@-moz-keyframes moveFromBottom {
			from {
				-moz-transform: translateY(100%);
			}
			to {
				-moz-transform: translateY(0%);
			}
		}
		@-ms-keyframes moveFromBottom {
			from {
				-ms-transform: translateY(100%);
			}
			to {
				-ms-transform: translateY(0%);
			}
		}
		@-webkit-keyframes moveFromTop {
			from {
				-webkit-transform: translateY(-300%);
			}
			to {
				-webkit-transform: translateY(0%);
			}
		}
		@-moz-keyframes moveFromTop {
			from {
				-moz-transform: translateY(-300%);
			}
			to {
				-moz-transform: translateY(0%);
			}
		}
		@-ms-keyframes moveFromTop {
			from {
				-ms-transform: translateY(-300%);
			}
			to {
				-ms-transform: translateY(0%);
			}
		}
	
#news {
	width: 100%;
	margin:0 auto;
	text-align: center;
	}

#noticia-texto {
	text-align:left;
	}
	
#noticia-titulo a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
	
#noticia-titulo a:hover {
	text-decoration:underline;
	}
	
#noticia-titulo {
	text-align:left;
	font-size:14px;
    width: 342px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
	}
	
#noticia-titulo-2 a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
	
#noticia-titulo-2 a:hover {
	text-decoration:underline;
	}
	
#noticia-titulo-2 {
	text-align:left;
	font-size:14px;
	margin-bottom: 3px;
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
	}
	
	
.noticia-conteudo {
 display: block;
  display: -webkit-box;
  height: 60px;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}	
.noticia-conteudo-2 {
 display: block;
  display: -webkit-box;
  height: 55px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	}

#noticia-data {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	}
	
#agenda {
	width: 100%;
	margin:0 auto;
	text-align: center;
	border-top:none;
	}

#agenda-texto {
	text-align:left;
	}
	
#agenda-titulo a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
	
#agenda-titulo a:hover {
	text-decoration:underline;
	}
	
#agenda-titulo {
	text-align:left;
	font-size:14px;
    width: 342px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
	}
	
#agenda-conteudo {
	text-align:left;
	font-size:12px;
	padding-top: 10px;
	}

#agenda-data {
	text-align: right;
	font-size: 11px;
	background-color: #e8e8e8;
	margin-bottom: 15px;
	padding: 5px 8px;
	color: #5a5a5a;
	float: left;
	width: 484px;
	border-bottom: 1px solid #c8c8c8;
}
	
#agenda-data1 {
    text-align:left;
    font-size:11px;
    font-weight:bold;
	}
	
#news2 {
	width: 100%;
	margin:0 auto;
	}

#logo {
	width: 990px;
	height: 145px;
	background-image:url(../imagens/logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0 auto;
	}
	
#links_top {
	width: 990px;
	height: 30px;
	float:right;
	padding-top: 10px;
	text-align:right;
	font-size:11px;
	color: #5f5f5f;
	}

#links_top ul a {
	color: #5f5f5f; 
	text-decoration: none;
	}
	
#links_top ul a:hover {
	color: #FFF; 
	text-decoration: none;
	}
	
#links_top ul li {
	display: inline;
	list-style: none;
	padding: 0px 4px 0px 5px;
	margin: 0;
	}
	
.hr-border {
	height:2px;
	background:url(../imagens/list-1-border.gif) repeat-x 0 0;
	margin:0 5px 12px 5px;
	width:960px;
	margin:0 auto;
	}

#conteudo-index {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	overflow: auto;
	}

#conteudo-index1 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	height: 100%;
	overflow: auto;
	}

#noticias {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	margin:20px 0 20px;
	}
	
#noticias table {
	margin: 0 auto;
	}
	
#noticias_1 {
	width: 960px;
	margin: 0 auto;
	overflow: auto;	
	}

#noticias_1 h2, .noticias_2 h2 {
	color:#2D7ABF;
	padding:0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:left;
	font-size:24px;
	line-height:25px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom:15px;
	padding:0 0 5px 0;
	}

#noticias_1 #agenda, .noticias_2 #agenda {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	padding-right:5px;
	}
	
#noticias_1 #agenda a , .noticias_2 #agenda a {
	color:#FFF;
	}

#noticias_1 #agenda a:hover, .noticias_2 #agenda a:hover {
	color:#FFF;
	text-decoration:none;
	}
	
.noticias_2 {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	}
	
#conteudo-frase {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	margin-bottom: 20px;
	}
	
#conteudo-parcerias {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow:auto;
	}
	
#frase-dia {
   margin: 0 auto;
   font-size: 18px;
   line-height: 22px;
   text-align: left;
   font-family: 'Handlee', cursive, Arial, Helvetica;
}
	
#logos-parcerias {
	text-align:left;
	padding:20px 20px 5px;
	background-color: #FFF;
	border-radius: 10px;
	margin-left: 10px;
	border: 1px solid #FFF;
	width:505px;
	float:left;
	height:190px;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
	}

#logos-parcerias-texto {
	text-align:left;
	padding:20px 20px 5px;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #FFF;
	width:360px;
	float:left;
	height:190px;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
	}

.parcerias-texto {
	text-align:justify;
	padding:10px;
	margin-top: 5px;
	}
	
.parcerias-bar {
	border-top: 1px solid #e8e8e8;
	}
	
#frase-autor {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
	text-align:right;
	}



/*  MENU  */

#menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}	
	
/*  SLIDER  */

.mp-slider .items {display:none;}
.mp-slider {
	
}

.slider-container {
	border-radius:10px;
	overflow:hidden;
	z-index:1;
	height:350px;
	width:1004px;
	margin:0 auto;
	margin-bottom: 30px;
}

/*  FOOTER  */

#footer1 {
	width:960px;
	margin:0 auto;
	font-size:12px;
	padding: 10px 0 0;
	overflow:hidden;
	color:#555;
}

#logos-parcerias-texto h7,
#logos-parcerias h7 {
	color: #5f5f5f;
	padding: 0;
	font-weight: normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow: 1px 1px #fbfbfb;
	letter-spacing: -1px;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
	padding: 0 0 5px 0;
}

#footer2 {
	width:960px;
	margin:0 auto;
	font-size:12px;
	padding:15px 0 25px 0;
	color:#555;
	overflow: auto;
}

#footer2 ul, #footer2 li {
	list-style-type: none;
	margin: 0;
    padding: 0;
}

#footer2 li a {
    padding: 5px 0;
	display: block;
}

.copyright {
	text-align:left;
	float:left;
	padding:6px 8px;
	line-height: 15px;
	margin-left:5px;
	width: 600px;
}

.copyright1, .copyright2 {
	text-align:left;
	float:left;
	padding:6px 8px;
	line-height: 15px;
	margin-left:5px;
	width: 200px;
	margin-right: 40px;
}

.copyright3 {
	text-align: left;
	float: left;
	padding: 6px 8px;
	line-height: 15px;
	margin-left: 5px;
	width: 412px;
	margin-right: 5px;
}

.links_footer {
	text-align:left;
	padding:0;
	float:left;
	padding:6px 25px;
}

.copyright_title {
	border-style: solid;
    border-width: 1px;
    padding: 0 0 10px;
    border-left: none;
    border-right: none;
    margin-bottom: 15px;
    border-color: #2D7ABF;
    letter-spacing: 1px;
    font-size: 1.1em;
    border-top: none;
}

.col_0 {
	float:left;
	padding-right:25px;
}

.col_0 li {
	line-height:24px;
	list-style:none;
	}
	
.col_0 li a {
	padding-left:10px;
	background:url(../imagens/marker_1.gif) 0 5px no-repeat;
	color:#555;
	}
	
.col_0 li a:hover {
	text-decoration:underline;
	}


.col_1 {
	padding:0 30px;
	float:left;
}

.col_1 li {
	line-height:24px;
	list-style:none;
	}
	
.col_1 li a {
	padding-left:10px;
	background:url(../imagens/marker_1.gif) 0 5px no-repeat;
	color:#555;
	}
	
.col_1 li a:hover {
	text-decoration:underline;
	}

.col_2 {
	padding-left:30px;
	float:left;
	}
	
.col_2 li {
	line-height:24px;
	list-style:none;
	}
	
.col_2 li a {
	color:#555;
	}
	
.col_2 li a:hover {
	text-decoration:underline;
	}
	
.col_3 {
	float:left;
	padding-left:20px;
	}
	
.col_3 li {
	line-height:24px;
	list-style:none;
	}
	
.col_3 li a {
	color:#555;
	}
	
.col_3 li a:hover {
	text-decoration:underline;
	}
	
.col_4 {
	padding:0 30px;
	float:left;
	}
	
.col_4 li {
	line-height:24px;
	list-style:none;
	}

.col_4 li strong {
	padding-left:10px;
	background:url(../imagens/marker_1.gif) 0 5px no-repeat;
	color:#555;
	}
	
.col_4 li .li-none {
	padding-left:0;
	background:none;
	color:#555;
	}

#icons {
	}
	
#icons li {
	line-height:24px;
	font-size:12px;
	}

#icons img {
	float:left;
	margin-right:10px;
	margin-top:4px;
	border:0;
	}	

.apoios {
	text-align:left;
	padding:0;
	float:left;
	padding:15px 8px 25px 8px;
	line-height: 15px;
	margin-left:5px;
	width:935px;
	height: 100px;
}

.desenv {
	text-align:right;
	padding:0;
	float:right;
	padding:6px 8px;
	line-height: 15px;
	margin-right:5px;
}

.desenv1 {
	text-align:right;
	padding:0;
	float:right;
	padding:0px 8px;
	margin-right:5px;
}


/* INDEXES BOXES */

h1{
	color:#2D7ABF;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:center;
	font-size:22px;
	line-height:25px;
	padding-bottom:20px;
	}
	
h2{
	color:#2D7ABF;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:left;
	font-size:24px;
	line-height:25px;
	}

h3{
	color:#5F5F5F;
	padding:5px 0 15px 0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:left;
	font-size:20px;
	line-height:25px;
	}
	
h4{
	color:#5F5F5F;
	font-weight:bold;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:right;
	font-size:14px;
	line-height:25px;
	}

h5
  {
    color:#FFF;
	padding:0 0 15px 0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	letter-spacing:-1px;
	text-align:left;
	font-size:22px;
  }

h6{
	color:#2D7ABF;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:left;
	font-size:22px;
	line-height:25px;
	padding-bottom:10px;
	}
	
h7{
	color:#5F5F5F;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:center;
	font-size:22px;
	line-height:25px;
	}

.container_24 {
	margin-left:auto;
	margin-right:auto;
	width:976px;
	overflow: hidden;
	}

.btn-container {
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	text-align:center;
	}

.button {
	display:inline-block;
	font-size:11px;
	padding:10px 0px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../imagens/button-tail.png) repeat-x 0 0 #2D7ABF;
	border-radius:8px;
	width:100px;
	}
	
	.button:hover { color:#fff; text-decoration:none; font-weight:bold; }

.grid_5 {
	margin-left:5px;
	margin-right:5px;
	}
	
.grid_6 {
	float:left;
	position:relative;
	margin-left:7px;
	margin-right:7px;
	width:230px;
	}
	
.grid_6_home {
	float:left;
	position:relative;
	margin-left:7px;
	margin-right:7px;
	width:311px;
}

.grid_7 {
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:470px;
	}

.grid_7_1 {
	float:left;
	margin-right:10px;
	width:475px;
	}
	
.grid_7_2 {
	float:left;
	width:475px;
	}
	
.grid_8_1 {
	float:left;
	width:600px;
	}

.grid_8_2 {
	float:left;
	margin-left:10px;
	width:350px;
	}

.grid_8 {
	float:left;
	width:580px;
	}

.grid_9 {
	float:left;
	margin-left:25px;
	width:355px;
	}
.grid_10 {
	float:left;
	margin-left:5px;
	margin-right:5px;
	width:20px;
	background-image:url(../imagens/body-bg.png);
	background-position:center top;
	background-repeat:repeat;
	}

.inner-indent { padding:20px 35px 0 0; }

.container_24 .suffix_1{padding-right:40px;}

.img-indent-bot {margin:0 0 14px 0;}

.box-1 {
	height:170px;
	border-radius:10px;
	box-shadow:1px 0 5px #bbb;
	text-align:center;
	padding:0 0 6px 0;
	margin:0 0 10px 0;
	position:relative;
	z-index:2;
	color:#939393;
	line-height: 15px;
	background-color:#9E9E9E;
	}

.box-1 .inner {
	border-radius:7px 7px 0 0;
	background:url(../imagens/box-1-bg.png) no-repeat center 0 #fff;
	padding:22px 18px 11px 18px;
	position:relative;
	height: 135px;
	font-size: 12px;
	}
	
.box-2 {
	padding:30px;
	text-align:left;
	line-height: 15px;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #e8e8e8;
	}

.box-3 {
	background-image:url(../imagens/quote-before.png) no-repeat 19px 30px;
	background-position: right top;
	background-repeat:repeat;
	background-color:#DDD;
	border-radius:10px;
	padding:15px 15px 15px 15px;
	text-align:left;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #C8C8C8;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.box-4 {
	background:url(../imagens/body-bg.gif);
	border-radius:10px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #C8C8C8;
	padding:19px 15px 19px 15px;
	height:100%;
	text-align:left;
	line-height: 15px;
	height:100px;
	}
	
.box-5 {
	border-radius:10px;
	padding:30px;
	text-align:left;
	line-height: 15px;
	background-color: #FFF;
	border:1px solid #FFF;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
	}

.box-6 {
	padding:30px;
	text-align:left;
	line-height: 15px;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #FFF;
	/*background-image: url(../imagens/box-2-back.png);
 	background-position: bottom center;
  	background-repeat: repeat-x;*/
	}
	
.regiao-box {
	text-align:left;
	height: 165px;
	}
	
.regiao-box1 {
	text-align:left;
	width:310px;
	height: 76px;
	background-image:url(../imagens/regiao1.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
.regiao-box2 {
	text-align:left;
	width:310px;
	height: 76px;
	background-image:url(../imagens/regiao2.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
.facebook-box {
	background-image:url(../imagens/facebook.png);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	height: 222px;
	}

.button-box {
	display:inline-block;
	background:url(../imagens/button-bg.jpg) repeat-x 0 0;
	border-radius:8px;
	padding:5px 6px 0 6px;
	margin:0 0 -16px 0;
	}
	
.btn-container {
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	text-align:center;
	}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	}


/* CONTEUDO */

.container_conteudos {
	width: 860px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 0px 50px 60px 50px;
	text-align: left;
	overflow: auto;
	margin-bottom: 20px;
	/*background-image: url(../imagens/box-2-back.png);
 	background-position: bottom center;
  	background-repeat: repeat-x;*/
}

.container_conteudos2 {
	width: 860px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #e8e8e8;
	padding: 0px 50px 60px 50px;
	text-align: left;
	overflow: auto;
	margin-bottom: 20px;
}

.container_conteudos_backoffice {
	width: 860px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #FFF;
	padding: 0px 50px 60px 50px;
	text-align: left;
	overflow: auto;
	margin-bottom: 20px;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
}

.container_conteudos_backoffice input {
	padding-left:0px;
}
	
.container_conteudos_1 {
	float:left;
	width:860px;
	}

.container_conteudos_1_esq {
	/*width:547px;
	float: left;*/
	width:500px;
    float: left;
	}
	
.container_conteudos_1_dir {
	width:300px;
	float: left;
	margin-left: 60px;
	text-align: left;
	}
	
.container_conteudos_2 {
	float:left;
	width:313px;
	}
	
.container_conteudos_titulo {
	width:500px;
    color:#2D7ABF;
    padding:0 0 20px 0;
    font-weight:normal;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size:24px;
    float: left;
	}
	
.container_conteudos_titulo1 {
	width:300px;
    float: right;
    text-align:right;
	}
	
.container_conteudos_foto {
	width:500px;
    color:#2D7ABF;
    margin:0 auto;
    height:235px;
    margin-bottom: 10px;
    background-image: url(../imagens/fundo_conteudos_foto.jpg);
    background-position: top center;
    background-repeat:no-repeat;
	}
	
.container_conteudos_foto_site {
	width:140px;
    margin:0 auto;
    height:80px;
    background-image: url(../imagens/fundo_conteudos_foto_site.jpg);
    background-position: top center;
    background-repeat:no-repeat;
	}
	
.container_conteudos_texto {
	width:100%;
    float: left;
	line-height: 18px;
	}
	
.container_conteudos_mapa {
	margin:0 auto;
	width:860px;
	height:30px;
	text-align:left;
	font-size:12px;
	padding: 45px 0 0 0;
	}

	
.container_conteudos_video {
     width: 290px;
     margin: 0 auto;
     padding: 10px 0px 0px 0px;
     font-weight: normal;
     font-size: 20px;
     color: #2D7ABF;
     font-family: 'Quicksand', Arial, sans-serif;
}

.container_conteudos_video_1 {
     width: 290px;
     margin: 0 auto;
     padding: 10px 0px 10px 0px;
     font-weight: normal;
     font-size: 20px;
     color: #2D7ABF;
     font-family: 'Quicksand', Arial, sans-serif;
}

.container_conteudos_video_2 {
     width: 290px;
     margin: 0 auto;
     padding: 10px 0px 10px 0px;
     font-weight: normal;
     font-size: 20px;
     color: #2D7ABF;
     font-family: 'Quicksand', Arial, sans-serif;
}

.container_conteudos_meteo {
	width:260px;
	height:120px;
	margin:0 auto;
	padding: 10px 15px 10px 15px;
	font-weight:normal;
	font-size:14px;
	background: url(../imagens/body-bg.gif);
	}



/* SLIDER */

.slider-text
  {
    width:300px;
    height:120px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    background:#000000;
    background:rgba(0,0,0,0.7);
    color:#FFFFFF;
	left:30px;
	top:160px;
    position:absolute;
	text-align:left;
	padding:15px 15px 15px 15px;
	font-weight:normal;
  }
  
 
/* FRASE DO DIA */

.quote {
	font-size:12px;
	line-height:18px;
	position:relative;
	padding:0 0 15px 0;
}

	.quote:before {
		display:inline-block;
		background:url(../images/quote-before.png) no-repeat 0 0;
		content:"";
		width:18px;
		height:14px;
		margin:0 5px 0 0;
	}
	.quote:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:18px;
		height:14px;
		margin:0 0 0 6px;
	}
.quote-1 {
	border-radius: 10px;
	position:relative;
	margin:0 0 6px 0;
}
	.quote-1:after {
		display:block;
		content:"";
		width:22px;
		height:22px;
		right:20px;
		bottom:-22px;
		position:absolute;
	}
	.quote-1-inner {
		padding: 20px 30px 0px;
	}
	.quote-1-inner:after {
		display:inline-block;
		content:"";
		width:18px;
		height:14px;
		margin:2px 0 0 3px;
	}

.autor {
	color:#454545;
	font-size:14px;
	text-align:right;
	margin-right:50px;
	font-weight:bold;
	font-family: 'Handlee', cursive, Arial, Helvetica;
}

.paginacao2
{
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    color: #366092;
}

.paginacao2 td
{
    padding-top: 5px;
    padding-left: 3px;     
    padding-right: 3px;    
}

.paginacao2 span
{
  padding: 3px 8px;
  background: #DCE6F1;
  text-decoration: none;
  color: #366092;
}

.paginacao2 a, 
.paginacao2 a:visited
{
  text-decoration: none;
  padding: 3px 8px;
}

.paginacao2 a:hover, 
.paginacao2 a:active
{
    padding: 3px 7px;
  border: solid 1px #366092;
  text-decoration: none;
}

.zoom
{
    position:relative;
    top: -40px;
    left: 460px;
    z-index: 3;
}

.zoom2
{
    position: absolute;
    top: 195px;
    left: 460px;
    z-index: 3;
}

.tituloFormularioMail
{
    color:#2D7ABF;
    font-weight:normal;
    font-family: Arial, sans-serif;
    font-size:16px;
    height: 30px;
    padding: 0px;
}

.conteudo-noticia-cold
{
    width:300px;
    margin:0 auto;
    margin:20px 0 0 0;
}


.titulo-noticia-cold {
    padding: 10px;
	width:270px;
	margin:0 auto;
    border-bottom: 1px solid #dedede;
}

.titulo-noticia-cold:last-child {
    border-bottom: none;
}

.titulo-noticia-cold a:hover {
    text-decoration:none;
    color:#2D7ABF;
}

.titulo-noticia-cold a {
    color: #5a5a5a;
    text-decoration:none;
}

.clear-footer-links {
   padding:3px 0;
}

.titulo-noticia-cold_1 {
    padding: 10px;
	width:270px;
	margin:0 auto;
}

.border_border_noticias
{
    border-bottom:1px solid #EAEAEA;
}

ul li, ol li
{
    padding-left:0px;
    margin-left: 30px;
}

/* BOTOES */

.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}
.btn-primary .badge{color:#428bca;background-color:#fff}
.btn{display:inline-block;padding:4px 10px;margin-bottom:0;font-size:11px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus{color:#FFF;text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}

.btn-primary2{color:#fff;background-color:#E85C41;border-color:#E85C41}
.btn-primary2:hover,.btn-primary2:focus,.btn-primary2:active,.btn-primary2.active,.open .dropdown-toggle.btn-primary2{color:#fff;background-color:#E85C41;border-color:#E85C41; text-decoration:underline !important}
.btn-primary2:active,.btn-primary2.active,.open .dropdown-toggle.btn-primary2{background-image:none}
.btn-primary2.disabled,.btn-primary2[disabled],fieldset[disabled] .btn-primary2,.btn-primary2.disabled:hover,.btn-primary2[disabled]:hover,fieldset[disabled] .btn-primary2:hover,.btn-primary2.disabled:focus,.btn-primary2[disabled]:focus,fieldset[disabled] .btn-primary2:focus,.btn-primary2.disabled:active,.btn-primary2[disabled]:active,fieldset[disabled] .btn-primar2y:active,.btn-primary2.disabled.active,.btn-primary2[disabled].active,fieldset[disabled] .btn-primary2.active{background-color:#E85C41;border-color:#E85C41}
.btn-primary2 .badge{color:#E85C41;background-color:#fff}
.btn2{display:inline-block;padding:4px 10px;margin-bottom:0;font-size:11px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn2:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px; width:420px;}
.btn2:hover,.btn2:focus{color:#FFF;text-decoration:underline !important}
.btn2:active,.btn2.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn2.disabled,.btn2[disabled],fieldset[disabled] .btn2{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}

.btn-primary3{color:#fff;background-color:#737373;border-color:#737373}
.btn-primary3:hover,.btn-primary3:focus,.btn-primary3:active,.btn-primary3.active,.open .dropdown-toggle.btn-primary3{color:#fff;background-color:#737373;border-color:#737373; text-decoration:underline !important}
.btn-primary3:active,.btn-primary3.active,.open .dropdown-toggle.btn-primary3{background-image:none}
.btn-primary3.disabled,.btn-primary3[disabled],fieldset[disabled] .btn-primary3,.btn-primary3.disabled:hover,.btn-primary3[disabled]:hover,fieldset[disabled] .btn-primary3:hover,.btn-primary3.disabled:focus,.btn-primary3[disabled]:focus,fieldset[disabled] .btn-primary3:focus,.btn-primary3.disabled:active,.btn-primary3[disabled]:active,fieldset[disabled] .btn-primar2y:active,.btn-primary3.disabled.active,.btn-primary3[disabled].active,fieldset[disabled] .btn-primary3.active{background-color:#737373;border-color:#737373}
.btn-primary3 .badge{color:#737373;background-color:#fff}
.btn3{display:inline-block;padding:4px 10px;margin-bottom:0;font-size:11px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn3:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px; width:420px;}
.btn3:hover,.btn3:focus{color:#FFF;text-decoration:underline !important}
.btn3:active,.btn3.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn3.disabled,.btn3[disabled],fieldset[disabled] .btn3{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}

/* RODAPE METEREOLOGIA */

.coluna_1 {
	float:left;
	width:360px;
	padding-top:10px;
	margin-top: 5px;
}
.coluna_11 {
	float:left;
	width:180px;
}
.coluna_2 {
	float:left;
	width:515px;
	text-align:left;
}
.coluna_2 li strong {
	padding-left:10px;
	background:url(../imagens/marker_1.gif) 0 5px no-repeat;
	color:#555;
	}
	
.coluna_2 li .li-none {
	padding-left:0;
	background:none;
	color:#555;
	}
.coluna_1 li, .coluna_2 li {
	line-height:26px;
	list-style:none;
	margin-left:0;
	}
	

/* PAGINAÇÃO REPEATER */

.Repeater, .Repeater td, .Repeater td { border: 1px solid #ccc; }

.Repeater td { background-color: #eee !important; }

.Repeater th { background-color: #6C6C6C !important; color: White; line-height: 200%; }

.Repeater span { color: black; line-height: 200%; }

.Repeater2 { display: inline-block; padding:3px 9px; text-align: center; text-decoration: none; border: 1px solid #ddd; border-top-left-radius:5px; border-bottom-left-radius:5px; margin-bottom:5px; background-color: #FFF;	color: #2D7ABF;	font-size:12px;}

.Repeater2:hover { background-color: #ddd; text-decoration:none; }
	
.Repeater3 { display: inline-block; padding:3px 9px; text-align: center; text-decoration: none; border: 1px solid #ddd; border-top-right-radius:5px; border-bottom-right-radius:5px; margin-bottom:5px; background-color: #FFF;	color: #2D7ABF;	font-size:12px;}

.Repeater3:hover { background-color: #ddd; text-decoration:none; }


	/* BOTAO ENABLED */
	
	.page_enabled { display: inline-block; padding:3px 9px; text-align: center; text-decoration: none; border: 1px solid #ddd; margin-bottom:5px; background-color: #FFF;	color: #2D7ABF;	font-size:12px;}
	
	.page_enabled:hover { background-color: #ddd; text-decoration:none; }
	
	.page_enabled:first-child {	border-top-left-radius:5px;	border-bottom-left-radius:5px; }
	
	.page_enabled:last-child { border-top-right-radius:5px;	border-bottom-right-radius:5px; }


	/* BOTAO DISABLED */
	
	.page_disabled { display: inline-block; padding:3px 9px; text-align: center; text-decoration: none; border: 1px solid #5a5a5a; margin-bottom:5px; background-color: #5a5a5a;	color: #fff !important; font-size:12px; }
	
	.page_disabled:hover { text-decoration:none; }
	
	.page_disabled:first-child { border-top-left-radius:5px; border-bottom-left-radius:5px; }
	
	.page_disabled:last-child {	border-top-right-radius:5px; border-bottom-right-radius:5px; }




/* MAPA DO SITE */

.ContentPlaceHolder1_TreeView1_1 {
	width: 450px;
}

.ContentPlaceHolder1_TreeView1_2 {
	/*background-color: #e8e8e8;*/
	color: #2D7ABF;
	padding: 10px;
}


.header-mapa
{
    background-color: #BBBBBB;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}

.header-mapa a
{
    background-color: #BBBBBB;
    color: #FFFFFF;
}

.header-mapa:hover,
.header-mapa a:hover
{
    text-decoration: none;
    background-color: #AAAAAA;
    border: 1px solid #FFFFFF;
}

.header-mapa-2
{
    background-color: #999999;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}

.header-mapa-2 a
{
    background-color: #999999;
    color: #FFFFFF;
}

.header-mapa-2 a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.content-mapa
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    overflow:hidden;
}


.content-mapa a
{
    padding: 10px;
}


/* LABEL PÁGINA PUBLICAÇOES */

.container_conteudos_1_esq select {
	padding: 5px;
	margin: 0;
	background: #e8e8e8;
	color: #5a5a5a;
	border: none;
	outline: none;
	display: inline-block;
	cursor: pointer;
	width:80%;
}

#noticias_new {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	margin:20px 0 20px;
	}
	
#noticias_new table {
	margin: 0 auto;
	}
	
#noticias_1_new {
	width: 960px;
	margin: 0 auto;
	overflow: auto;	
	border: 1px solid #FFF;
	background-color:#FFF;
	border-radius:10px;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
	}

#noticias_1_new h2 {
	color:#2D7ABF;
	padding:0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
	text-align:left;
	font-size:24px;
	line-height:25px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom:15px;
	padding:0 0 5px 0;
	}

#noticias_1_new #botaoarquivonoticias_new {
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	padding-right:5px;
	margin-top: 20px;
	}
	
#noticias_1_new #botaoarquivonoticias_new a {
	color:#FFF;
	}

#noticias_1_new #botaoarquivonoticias_new a:hover {
	color:#FFF;
	text-decoration:none;
	}
	
.grid_8_1_new {
	float:left;
	width:400px;
	}
	
.grid_8_2_new {
	float:left;
	margin-left:10px;
	width:550px;
	}
	
.box-2_new {
	padding:30px;
	text-align:left;
	line-height: 15px;
	}
	
#news_new {
	width: 100%;
	margin:0 auto;
	text-align: center;
	}
	
.noticia-texto_new {
	text-align:left;
	}
	
.noticia-titulo_new a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	}
	
.noticia-titulo_new a:hover {
	text-decoration:underline;
	}
	
.noticia-titulo_new {
	text-align:left;
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 3px;
    width: 213px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
	}
	
#noticia-conteudo_new {
	text-align:left;
	font-size:12px;
	}

.noticia-data_new {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	}
	
#noticia-titulo-destaque a {
	font-weight:bold;
	text-decoration:none;
	}
	
#noticia-titulo-destaque a:hover {
	text-decoration:underline;
	}
	
#noticia-titulo-destaque {
	text-align:left;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 5px;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
    height: 16px;
	}

#noticia-data-destaque {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	}
	
#noticia-link-destaque {
	text-align:right;
	margin-top: 10px;
	}
	
.grid_9_new {
	float:left;
	margin-left:25px;
	width:355px;
	}
	
.box-6_new {
	padding:30px;
	text-align:left;
	line-height: 15px;
	}
	
#agendadeeventos {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	margin:20px 0 20px;
	}

#agendadeeventos_principal {
	width: 960px;
	margin: 0 auto;
	height: 150px;
}

.agendadeeventos_principal_1 {
	width: 158px;
	float:left;
	text-align:center;
	height: 148px;
	background-color:#555;
	border-radius:10px;
	border: 1px solid #e8e8e8;
}

.agendadeeventos_principal_2 {
	width: 798px;
	float:left;
	height: 128px;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
	background-color:#FFF;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border: 1px solid #FFF;
	margin-top: 11px;
}

.agendadeeventos_principal_3 {
	width: 798px;
	float:left;
	height: 128px;
	/*background-image: url(../imagens/box-2-back.png);
  	background-position: bottom center;
  	background-repeat: repeat-x;*/
	background-color:#FFF;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border: 1px solid #FFF;
	margin-top: 11px;
}

.agendadeeventos_principal_1 h2 {
	color:#FFFFFF;
	padding:0;
	font-weight:normal;
	font-family: 'Quicksand', Arial, sans-serif;
	letter-spacing:-1px;
	font-size:24px;
	line-height:22px;
	margin-bottom:10px;
	text-shadow:none;
	text-align: center;
	}
	
.agendadeeventos_0 {
	float: left;
	padding: 55px 10px 25px 20px;
}
	
.agendadeeventos_1 {
	width: 239px;
	float:left;
	height: 80px;
	padding: 25px 10px 25px 20px;
}

.agendadeeventos_2 {
	width: 239px;
	float:left;
	height: 80px;
	padding: 25px 10px;
}

.agendadeeventos_3 {
	width: 239px;
	float:left;
	height: 80px;
	padding: 25px 20px 25px 10px;
}


.agenda-texto_new {
	text-align:left;
	}
	
.agenda-titulo_new a {
	font-weight:bold;
	text-decoration:none;
	}
	
.agenda-titulo_new a:hover {
	text-decoration:underline;
	}
	
.agenda-titulo_new {
	text-align:left;
	font-size:12px;
	text-transform: uppercase;
    width: 193px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
	}
	
.agenda-conteudo_new {
  display: block;
  display: -webkit-box;
  height: 43px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.agenda-data_new {
	text-align: left;
	font-size: 16px;
}

.noticia-link-ler-mais {
	text-align: right;
	margin-top: 3px;
	}

.dataNoticiaDestaque 
{
     position: absolute;
     width: 310px;
     top: 159px;
     left: 0px;
     padding: 5px;
     background-color: #333333;
     color: #FFFFFF;
     text-align: right;
     font-size: 11px;
     opacity: 0.85;
}

.dataNoticiaAdic
{
     position: absolute;
     width: 205px;
     top: 95px;
     left: 0px;
     padding: 5px;
     background-color: #333333;
     color: #FFFFFF;
     text-align: right;
     font-size: 11px;
     opacity: 0.85;
}

.dataNoticia
{
     position: absolute;
     width: 130px;
     top: 56px;
     left: 0px;
     padding: 5px;
     background-color: #333333;
     color: #FFFFFF;
     text-align: right;
     font-size: 11px;
     opacity: 0.85;
}

.titulo-anexo
{
    color: #2D7ABF;
    font-weight: bold;
    padding-bottom: 10px;
}

.adic-noticia-destaque-index {
  display: block;
  display: -webkit-box;
  height: 195px;
  margin: 0 auto;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adic-noticia-index {
  display: block;
  display: -webkit-box;
  height: 45px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* TAB CONTAINER DA PESQUISA
----------------------------------------------------------*/
.fancy2 .ajax__tab_header
{
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

.fancy2 .ajax__tab_inner
{
    padding-bottom: 10px;
}

.fancy2 .ajax__tab_hover .ajax__tab_tab
{
	color: #2D7ABF;
}

.fancy2 .ajax__tab_active .ajax__tab_tab
{
    color: #FFFFFF;
    background-color: #2D7ABF;
}

.fancy2 .ajax__tab_body
{
	font-family: Arial;
	font-size: 10pt;
	border-top: 0;
	border: 1px solid #AAAAAA;
	padding: 8px;
	background-color: #ffffff;
}

.fancy2 .ajax__tab_body_verticalleft
{
    padding-left: 10px;
}

.separacao_menu {
   padding: 10px 0px;
   color: #5f5f5f;
   margin: 0px 2px !important;
}

.separacao_menu li:hover {
   background-color:transparent;
}

.separacao_menu ul:hover {
   background-color:transparent;
}


.caixaPesquisaMenu
{
    background: url(../imagens/pesquisa_btnpub.png) no-repeat 20px;
    padding: 0px 18px 0px 5px;
    border: 1px solid #ccc;
    background-position: right center;
    background-color: #FFFFFF;
}

.caixaPesquisaAvancada
{
    padding: 0px 5px 0px 5px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
}


#resultado-pesquisa {
	text-align:left;
	font-size:12px;
	}

.resultado-pesquisa-titulo 
{
    text-align: left;
	font-size: 14px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2D7ABF;
    margin-bottom: 4px;
}

.resultado-pesquisa-titulo a
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.resultado-pesquisa-texto 
{
    text-align: left;
    font-size: 12px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 38px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.resultado-pesquisa-categoria-data
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
    color: #555;
    margin-bottom: 4px;
}

.resultado-pesquisa-resultados
{
    font-size: 12px;
    color: #555555;
}

.resultado-pesquisa-resultados-palavra
{
    font-size: 12px;
    color: #2D7ABF;
    font-weight: bold;
}

.btnPesquisaAvancada
{
    color: #FFFFFF;
    background-color: #2D7ABF;
    border: 1px solid #2D7ABF;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.btnPesquisaAvancada:hover
{
    background-color: #286CAA;
    border: 1px solid #286CAA;
    cursor: pointer;
}


.border_border_pesquisa
{
    border-bottom:1px solid #EAEAEA;
    margin-bottom: 10px;
}

.opOrdenacao
{
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 0px 3px 0px 3px;
    resize: none;
}




.paginacaoNewsletters
{
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
}

.paginacaoNewsletters td
{
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 5px;
}

.paginacaoNewsletters span
{
    display: inline-block;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    border: 1px solid $DDDDDD;
    margin-bottom: 5px;
    background-color: #5A5A5A;
    color: #FFFFFF;
    font-size: 12px;
}

.paginacaoNewsletters a, 
.paginacaoNewsletters a:visited
{
    display: inline-block;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    color: #2D7ABF;
    font-size: 12px;
}

.paginacaoNewsletters a:hover, 
.paginacaoNewsletters a:active
{
    display: inline-block;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
    background-color: #EEEEEE;
    color: #2D7ABF;
    font-size: 12px;
}

.inscricaoNovosocio_T {
    margin-top: 20px;
    color: #666666;
    padding: 8px;
    font-weight: bold;
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 16px;
    background-color: #e8e8e8;
    clear: both;
	border-radius:5px;
}

.formularios
{
    border: 1px solid #D6D6D6 !important;
    padding: 5px 7px !important;
    border-radius: 5px;
}

.asterisco
{
    color: #C60;
}


.camposObrigatoriosFormularios
{
    color: #C60;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: left;
}
