/* 1.0 Regras Gerais */
/*html, body {
    min-width: 1020px;
    overflow-x: hidden;
}*/

	/* Tamanhos */
.rvfs-1 { font-size: 10.5px }
.rvfs-2 { font-size: 11px }
.rvfs-3 { font-size: 11.5px}
.rvfs-4 { font-size: 12px }
.rvfs-5 { font-size: 14px }
.rvfs-6 { font-size: 16px }
.rvfs-7 { font-size: 18px }

	/* Cores */

/* 2.0 Estrutura */

	/* 2.1 Basico */
body {background: #f1f1f1; }
.wrapPage { width: 1020px; margin: 0 auto; padding: 0 10px; }

	/* 2.2 Cabecalho */
.topHeader { border-bottom: 1px solid #607ea2; background: #0e386b; color: white; }
.topHeader .miniNav li { float: left; }
.topHeader .miniNav li a { 
	display: block;
	width: 135px;
	height: 49px;
	padding: 0 0 0 40px;
	line-height: 49px;
	color: white;
	font-size: 14px;
}
.topHeader .miniNav li:first-child a { background: url(images/bgs/bgLiHome.png) no-repeat; }
.topHeader .miniNav li:last-child a { background: url(images/bgs/bgLiMap.png) no-repeat; }

.topHeader .search-box {
	float: right;
	width: 550px;
	padding: 10px 0 9px 0;
	text-transform: uppercase;
	font-size: 14px; 
}
.topHeader .search-box .screen-reader-text { display: inline-block; padding: 0 10px 0 0; line-height: 30px; }
.topHeader .search-box #s {
	width: 407px;
	height: 30px;
	padding: 5px;
	background: #4a6a90;
	border: 1px solid #6e87a4;
	border-radius: 3px;
	color: white;
	font-size: 14px;
}
.topHeader .search-box #searchsubmit  {
	width: 30px;
	height: 30px;
	padding: 0;
	margin-left: 2px;
	background: #c3cdda;
	color: #34485f;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.navHeader { 
	border-top: 1px solid #16191c;
	border-bottom: 1px solid #9e9e9e;
	background: url(images/bgs/bgNavHeader.png) repeat-x 0 bottom;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
.navHeader .site-title { float: left; }
.navHeader .site-title a {
	display: block;
	width: 310px;
	height: 115px;
	background: url(images/bgs/bgLogo.png) no-repeat;
	background-size: contain;
}
.navHeader .search-toggle,
.navHeader .menu-toggle,
.navHeader .skip-link { display: none; }

		/* 2.2.1 Menu */
.navHeader .menu-main-menu-container {
	float: right;
	width: 720px;
	text-align: right;
}
.navHeader .nav-menu > li {
	position: relative;
	margin: 0 -3px 0 0;
	display: inline-block;
	text-align: center;
	font-size: 11.5px;
	max-width: 78px;
	vertical-align: top;
}
.navHeader .nav-menu > li > a { 
	display: block;
	height: 120px;
	padding: 20px 7px 0 7px;
	background: url(images/bgs/bgLi.png) no-repeat 0 bottom;
	color: #26384e;
	transition: color 0.2s, background 0.2s;
	-webkit-transition:  color 0.2s, background 0.2s;
}
.navHeader .nav-menu > li:first-child a { background: none; }
.navHeader .nav-menu > li i {
	display: block;
	padding: 16px 0 8px;
	transition: color 0.2s, background 0.2s;
	-webkit-transition:  color 0.2s, background 0.2s;
}
.navHeader .nav-menu > li:hover > a {
	background: #132435;
	color: white;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}
.navHeader .sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #0f1d2a;
	transition: display 0.5s, opacity 0.5s, left 0.5s, top 0.5s;
	-webkit-transition:  display 0.5s, opacity 0.5s, left 0.5s, top 0.5s;
	background: #132435;
	z-index: 150;
	box-shadow: inset 0 1px 0 #1c2d3d, 0 3px 0 rgba(0, 0, 0, 0.1);
}

.navHeader .nav-menu li:hover > .sub-menu {
	display: block;
	opacity: 1;
	top: 120px;
	width: 180px;
	padding: 4px 10px;
	text-align: left;
	font-size: 11px;
}
.navHeader .sub-menu li { position: relative; border-top: 1px dotted #364553; }
.navHeader .sub-menu li:first-child { border-top: 0; }
.navHeader .sub-menu a { display: block; padding: 5px 8px; line-height: 20px; color: white;   }
.navHeader .sub-menu a:hover { font-weight: 700; }
.navHeader .sub-menu ul {
	display: none;
	top: 0 !important;
	left: -180px;
	border-right: 1px solid #26384e;
}
.navHeader .nav-menu .sub-menu li:hover ul {
	display: block;
}

	/* 2.3 Rodape */
.site-footer { background: #0e3768; color: white; text-align: right; }
.site-footer .logo {
	float: left;
	width: 280px;
	height: 76px;
	padding: 14px 0;
}
.site-footer .gnlInfo {
	display: inline-block;
	padding: 0 0 0 20px;
	line-height: 76px;
	font-size: 14px;
}
.site-footer .gnlInfo i { float: left; padding: 0 12px 0 0; line-height: 76px; font-size: 24px; }
.site-footer .site-info {	
	background: rgba(0, 0, 0, 0.3);
	line-height: 32px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
}
.site-footer .site-info a { color: white; }

	/* 2.4 Top Carousel */
.topCarousel { border-top: 1px solid white; border-bottom: 1px solid white; background: #d8d8d8; }
.topCarousel .item {
	width: 1000px;
	height: 345px;
	padding: 10px;
	z-index: 30;
}
.topCarousel .item.magazine {
	position: relative;
	height: 298px;
	background: url(images/bgs/bgMagazine.jpg) no-repeat;
	
}
.topCarousel .item .title {
	padding: 25px 0 20px;
	font-size: 60px;
	color: #292d32;
	text-shadow: 0 1px 0 white;
	letter-spacing: -2px;
}
.topCarousel .item .title {
	padding: 15px 0 12px;
	line-height: 70px;
}
.topCarousel .item .txt { width: 500px; }
.topCarousel .item.magazine .txt { width: 700px; }
.topCarousel .item .desc {
	width: 410px;
	font-size: 18px;
	line-height: 24px;
	color: #334050;
	text-shadow: 0 1px 0 #e7e7e7;
}
.topCarousel .item.magazine .desc {
	float: left;
	width: 420px;
	font-size: 15px;
}
.topCarousel .item .link {
	padding: 20px 0 0 0;
	text-align: center;
	position: absolute;
	bottom: 25px;
	right: 50px;
}
.topCarousel .item .link > a {
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
	line-height: 50px;
	background: rgb(171, 127, 25);
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
}
.topCarousel .item.magazine .link {
	float: left;
	width: 280px;
	margin-right: 220px;
}
.topCarousel .item.magazine .link > a {
	padding: 0 20px;
	background: #0e3769;
	line-height: 60px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 22px;

}
.topCarousel .item.magazine .link .info {
	display: block;
	padding: 5px 30px 0;
	color: white;
	text-align: right;
	font-size: 10px;
}
.topCarousel .item.magazine .info a { color: white;  }
.topCarousel .item.magazine .info a:hover { text-decoration: underline; }
.topCarousel .item .link i {
	float: right;
	padding: 12px 0 0 20px;
	font-size: 28px;
	color: #e1c8c8;
}
.topCarousel .item.magazine .thumb {
	position: absolute;
	display: block;
	top: 7px;
	right: 110px;
	height: 200px;
	-webkit-perspective: 900px;
	-ms-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}
.topCarousel .item.magazine .thumb img {
	height: 230px ;
	-webkit-transform: translateX(30px) translateY(30px) translateZ(-50px) rotateX(7deg) rotateY(-50deg) rotateZ(1deg) scale(1.04);
	-ms-transform: translateX(30px) translateY(30px) translateZ(-50px) rotateX(6deg) rotateY(-50deg) rotateZ(1deg) scale(1.04);
	-moz-transform: translateX(30px) translateY(30px) translateZ(-50px) rotateX(6deg) rotateY(-50deg) rotateZ(1deg) scale(1.04);
	transform: translateX(30px) translateY(30px) translateZ(-50px) rotateX(6deg) rotateY(-50deg) rotateZ(1deg) scale(1.04);
}
.topCarousel img { display: block; }
.navCarousel {
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #b8c2cc;
	background: #d9dfe5;
	box-shadow: inset 0 3px 0 #d0d6dc;
}
.navCarousel .wrapPage { position: relative; }
#topPager {
	position: absolute;
	right: 10px;
	top: -340px;
	z-index: 150;
}
#topPager .item { 
	position: relative;
	/*float: left;*/
	width: 20px;
	height: 20px;
	margin-top: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 20px;
	color: white;
}
#topPager .item:first-child { margin-top: 126px; }
#topPager .item.cycle-pager-active { background: rgb(171, 127, 25); }

/*#topPager .item:first-child { border-left: 0; }
#topPager .item:last-child { border-right: 0; }
#topPager .item .number {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	border-radius: 60px;
	background: #0e3a70;
	font-size: 36px;
	font-weight: 900;
	line-height: 60px;
	text-align: center;
	color: white;
}
#topPager .item .name {
	display: block;
	padding: 8px 0 0 0;
	font-size: 18px;
	color: #353535;
	white-space: nowrap;
	text-shadow: 0 1px 0 #dbe1e8;
	text-overflow: ellipsis;
	overflow: hidden;
}
#topPager .item .txt { font-size: 12px; color: #5c6877; line-height: 14px; }
#topPager .item.cycle-pager-active {
	opacity: 1;
	border-left: 1px solid #c4cdd8;
	border-right: 1px solid #8297ae;
	background: url(images/bgs/bgCycle.png) left 2px;
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 0 #879cb4, inset 0 3px 0 rgba(0, 0, 0, 0.01);
	z-index: 150;
}
#topPager .item.cycle-pager-active:first-child { box-shadow: -1px 0 0 #7c90a6, 0 1px 0 #879cb4, inset 0 3px 0 rgba(0, 0, 0, 0.01); }
#topPager .item.cycle-pager-active:last-child { box-shadow: -1px 0 0 rgba(0, 0, 0, 0.2), 1px 0 0 #e2e6eb, 0 1px 0 #879cb4, inset 0 3px 0 rgba(0, 0, 0, 0.01); }
#topPager .item.cycle-pager-active:before {
	position: absolute;
	display: block;
	content: "";
	width: 29px;
	height: 17px;
	left: 50%;
	margin-left: -15px;
	top: -16px;
	background: url(images/bgs/conector.png);
}
*/
.breadcrumb-trail {
	padding: 0 0 20px 16px;
	background: url(images/bgs/iconBreadCrumb.png) no-repeat 0 3px;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
}
.breadcrumb-trail .sep { padding: 0 1px 0 2px; }
.breadcrumb-trail a { color: rgb(171, 127, 25); }
.breadcrumb-trail a:hover { color: #0e386b; text-decoration: underline; }

/* 3.0 Content */
.topCarousel + .site-main {
	border-top: 1px solid #ababab;
	box-shadow: inset 0 3px 0 #e7e7e7;
}
.site-main {  padding: 20px 0;  }

		/* Regras Gerais */
.gnlMsg { padding-bottom: 15px; }
.datePaginator .yearSel,
.datePaginator .months a,
.datePaginator .months .link { border-radius: 3px; background: #f2f2f2; }
.datePaginator .yearSel { float: left; width: 15%; padding: 3px; height: 26px; }
.datePaginator .yearSel select,
.datePaginator .yearSel select option { color: #333; font-weight: 500; text-align: center; font-size: 12px; }
.datePaginator .yearSel select { width: 100%; height: 20px; border: 0; background: transparent; }
.datePaginator .months { width: 85%; float: left; }
.datePaginator .months .off { opacity: 0.3; }
.content-area .datePaginator .months li {
	float: left;
	width: 8.3%;
	border: 0;
	padding: 0 0 0 1%;
	font-weight: 500;
}
.content-area .datePaginator .months a,
.content-area .datePaginator .months .link {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #333;
}
.content-area .datePaginator .months a:hover { background: #023a7c; color: white; }
.content-area .datePaginator .months .active a { background: rgb(171, 127, 25); color: white; }
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

	/* paginador */
.wp-pagenavi { 
	clear: both;
	padding: 30px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: lowercase;
}
#main .wp-pagenavi a { color: #333333; }
#main .wp-pagenavi a,
#main .wp-pagenavi span {
	display: inline-block;
	margin: 0 2px;
	padding: 0 8px;
	background: #f2f2f2;
	border: 0;
	border-radius: 3px;
	line-height: 26px;
	text-align: center;
}
#main .wp-pagenavi a:hover { background: #666; color: white; }
#main .wp-pagenavi span.current { background: rgb(171, 127, 25); color: white; }
.wp-pagenavi .extend { width: 28px; background: #f7f7f7; color: #333; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .pages { width: auto; padding: 0 8px; } 
.wp-pagenavi .nextpostslink,
.wp-pagenavi .pages { color: #333333; }


		/* 3.1 Primary (sideContent) */
.content-area { float: right; width: 680px; padding: 0 20px; background: white; }

	/* 3.2 frontBox */
.frontBox { margin: 0 -20px; }
.frontBox .titleBar {
	padding: 10px 10px 10px 60px;
	background: #f7f7f7 url('images/bgs/iconTitleNews.png') 17px center no-repeat;
	line-height: 1.15;
}
.frontBox.articleBox .titleBar { background-image: url('images/bgs/iconTitleBlog.png'); }
.frontBox.eventsBox .titleBar { background-image: url('images/bgs/iconTitleEvents.png'); }
.frontBox.syndicateBox .titleBar { background-image: url('images/bgs/iconTitleSyndicate.png'); }
.frontBox .titleBar .gnlTitle {
	width: 450px;
	float: left;
	font-size: 36px;
	font-weight: 300;
	color: #4f4f4f;
}
.frontBox .titleBar .moreBtn { float: right;    }
.frontBox .titleBar .moreBtn a {
	display: block;
	width: 95px;
	margin: 6px 6px 0 0;
	background: #666;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: white;
}
.frontBox .titleBar .moreBtn a:hover { background: rgb(171, 127, 25); }
.frontBox .boxBase { margin: 20px 20px 40px 20px; }
.emptyBox { padding: 10px; background: white; text-align: center; font-size: 14px; color: #666; }

	/* 3.3 .newsBox */
.newsBox .boxBase { padding: 10px 0 0 0; background: url('images/bgs/bgTimeLine.png') 49px 0 repeat-y; }
.articleBox .boxBase { padding: 10px 0 0 0; background: url('images/bgs/bgTimeLine.png') 80px 0 repeat-y; }

.newsBox .listTitle { line-height: 30px; }
.newsBox .listTitle .day,
.articleBox .date {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: #023a7c;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.articleBox .date {
	width: 70px;
	height: 21px;
	margin: 4px 0 0 -95px;
	line-height: 21px;
	font-size: 10px;

}
.articleBox .date .month { text-transform: capitalize; }
.newsBox li:hover .listTitle .day,
.articleBox li:hover .date { background: rgb(171, 127, 25); }
.newsBox .listTitle .day:after,
.articleBox .date:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	display: block;
	width: 0;
	margin-top: -7px;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #023a7c;  
}
.articleBox .date:after { right: -4px; margin-top: -4px; border-width: 4px 0 4px 4px; }
.newsBox li:hover .listTitle .day:after,
.articleBox li:hover .date:after { border-color: transparent rgb(171, 127, 25); }
.articleBox .date .hour {
	display: block;
	padding: 5px 5px 0 0;
	text-align: right;
	font-style: italic;
	color: #787878;
}
.newsBox .listTitle { font-size: 24px; color: #3a3a3a; }
.newsBox .listTitle .separator {
	float: left;
	width: 10px;
	height: 10px;
	margin: 10px 10px 10px 15px;
	border-radius: 10px;
	background: #023a7c;
}
.newsBox .listTitle .month { display: inline-block; }
.newsBox .listTitle .month:first-letter { text-transform: uppercase; }
.newsBox .listTitle .t:before { content: " - "; }
.newsBox .listTitle .t:first-child:before { display: none; }
.newsBox .newsList { padding: 10px 0; }
.newsBox .newsList li { position: relative; padding: 8px 10px 8px 65px ; border-top: 1px solid #f2f2f2; text-align: justify; }
.articleBox .newsList li { padding: 8px 10px 8px 95px; }
.newsBox .newsList li:first-child { border-top: 0; }
.newsBox .newsList li:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 46px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #e0e0e3;
	transition: background 0.5s, width 0.1s, height 0.1s, top 0.1s, left 0.1s;
	-webkit-transition:  background 0.5s, width 0.1s, height 0.1s, top 0.1s, left 0.1s;
}
.newsBox .newsList li:hover:before { background: rgb(171, 127, 25); width: 10px; height: 10px; top: 11px; left: 44px;  }
.articleBox .newsList li:before { top: 15px; left: 77px; }
.articleBox .newsList li:hover:before { top: 13px; left: 76px;  }
.newsBox .newsList li .title { font-size: 12px; font-weight: normal; }
.newsBox .newsList li .title a { color: #787878; }
.newsBox .newsList li .title a .vehicule { color: rgb(171, 127, 25); font-style: italic; }
.newsBox .newsList li .title a:hover { color: #333; }
.newsBox .emptyBox { margin: -10px 0 0 0; }
.articleBox .sep { display: none; }
.articleBox .name { display: block; margin-top: -4px; font-size: 18px; line-height: 28px; font-weight: bold;  }
.articleBox a .name { padding-bottom: 5px; color: #3a3a3a; }
.articleBox a:hover .name { color: rgb(171, 127, 25) }
.articleBox .text { line-height: 18px; }
.articleBox .text a { color: #787878; }
.articleBox .text a:hover { text-decoration: underline; }

	/* 3.4. eventsBox */
.eventsBox .calendarBox { float: left; width: 220px; }
.eventsBox .calendarBox table { width: 216px; padding: 2px; background: #e2e2e2; border-collapse: separate; }
.eventsBox .calendarBox td,
.eventsBox .calendarBox td a { width: 26px; height: 26px; border-radius: 3px; }
.eventsBox .calendarBox td {
	width: 28px;
	height: 28px;
	padding: 0;
	 background: #ffffff;
	border: 1px solid #e2e2e2;
	font-weight: 500;
	text-align: center;

}
.eventsBox .calendarBox td.eventless-post,
.eventsBox .calendarBox td.eventless-pre { background: #e2e2e2; color: #e2e2e2; }
.eventsBox .calendarBox td.eventless-today {
	background: #41629d;
	line-height: 26px;
	 color: white;
}
.eventsBox .calendarBox td.eventful-today a,
.eventsBox .calendarBox td.eventful a {
	display: block;
	background: rgb(194, 203, 215);
	line-height: 26px;
	color: white;
}
.eventsBox .calendarBox td.eventful a:hover { background: #0e3768 }
.eventsBox .calendarBox td.eventful-today a { background: rgb(171, 127, 25); }
.eventsBox .calendarBox td.eventful-today a:hover { background: #41629d; }
.eventsBox .calendarBox .month_name,
.eventsBox .calendarBox .days-names td { background: #e2e2e2; font-size: 11px; color: #4c4c4c; }
.eventsBox .calendarBox .month_name { font-size: 16px; }
.eventsBox .calendarBox thead td { background-color: transparent; }
.eventsBox .calendarBox .em-calnav {
	display: block;
	text-align: left;
	text-indent: -3000px;
	overflow: hidden;
	background: transparent;
	width: 26px;
	height: 26px;
}
.eventsBox .calendarBox .em-calnav:before {
	float: left;
	display: block;	
	line-height: 26px;
	text-align: center;
	font-size: 28px;
	color: #4c4c4c;
	text-indent: 0;
}
.eventsBox .calendarBox .em-calnav:hover:before { color: rgb(171, 127, 25) }
.eventsBox .eventsList { float: right; width: 410px; }
.eventsBox .eventsList li { padding: 10px; border-top: 1px dotted #d9d9d9; }
.eventsBox .eventsList li:first-child { border-top: 0; }
.eventsBox .eventsList .name { padding: 0 0 5px 0; font-size: 11px; font-weight: 500;  }
.eventsBox .eventsList .name a { color: #4c4c4c; }
.eventsBox .eventsList .name a:hover { color: rgb(171, 127, 25); }
.eventsBox .eventsList .date {
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: 700;
	color: #41629d;
	background:  url(images/bgs/iconMarc.png) 0 3px no-repeat;
}


	/* 3.x Pagina simples */
#content > article > header > .entry-title,
#content > article > header > .page-title,
#content > .page-header > .page-title {
	margin: 0 -20px; 
	padding: 10px;
	background: #f7f7f7;
	border-bottom: 1px solid #efefef;
	line-height: 1.15;
	font-size: 3em;
	font-weight: 300;
	color: #4f4f4f;
	text-align: center;
}
.content-area .entry-content,
.content-area .content-box{ padding: 20px 0; }
.entry-meta { position: relative; }
.entry-meta .edit-link a {
	position: absolute;
	top: -29px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 2.1em;
	background: rgb(171, 127, 25);
	color: white;
	font-size: 0.9em;
}
.entry-meta .edit-link a:hover { background: #c53e3c; }

	/* Flexible */
.flexList { margin-top: -20px; }
.flexList .flexTitle {
	margin: 0 0 -1px 0;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fafafa;
	cursor: pointer;
	font-size: 26px !important;
}
.flexList .flexContent {
	margin: 0 0 -1px 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0;
}

	/* Ajuste Fino */
#rvfsBox {
	margin: 0 -20px;
	padding: 5px 20px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 2em;
	text-align: right;
	font-weight: 700;
	color: #4f4f4f;
}
#rvfsBox .controllers { padding-left: 10px;  }
#rvfsBox img { margin: -3px 5px 0 0; border-radius: 2px; vertical-align: middle; }
#rvfsBox a:hover img { box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05); }

	/* searchBox */
.searchResultsBox,
#content .searchBox {
	margin: 0 -20px;
	padding: 10px 20px;
	border-bottom: 1px solid #f2f2f2;
}
.searchResultsBox { font-size: 16px; }
.searchResultsBox .key {
	display: inline-block;
	padding: 0 6px 2px;
	border-radius: 3px;
	background: #416b9d;
	color: white;
}
#content .searchBox .wrnMsg {
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 3px;
	background: #f2f2f2;
	text-align: center;
	color: #444;
}
.searchBox .searchandfilter h4 {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #333;
}
.searchBox .searchandfilter ul li:last-child { padding-right: 0; }
.searchBox .searchandfilter select,
.searchBox .searchandfilter input {
	width: 340px;
	height: 32px;
	padding: 6px 8px;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	font-size: 12px;
	color: #787878;
}
.searchBox .searchandfilter select { width: 160px; }
.searchBox .searchandfilter input[type=submit] {
	width: 120px;
	min-height: 32px;
	border: 0;
	background: rgb(171, 127, 25);
	color: white;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

	/* Noticias */
.archiveList { padding: 20px 0 10px 0; background: url(images/bgs/bgTimeLine.png) repeat-y 62px 0; font-size: 12px; }
.archiveList .listTitle { padding-bottom: 15px; }
.archiveList .listTitle .date {
	position: relative;
	float: left;
	width: 44px;
	background: #023a7c;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: white;
	text-align: center;
}
.archiveList .listTitle .date:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	margin-top: -7px;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent #023a7c;
	display: block;
	width: 0;
}
.archiveList .listTitle .sep {
	float: left;
	margin: 11px 8px 11px 14px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #023a7c;
}
.archiveList .listTitle .name { 
	float: left;
	line-height: 32px; font-size: 24px; font-weight: bold; color: #3a3a3a; }

.content-area .archiveList .list li {
	position: relative;
	padding: 4px 10px 4px 80px;
	border-top: 1px solid #f2f2f2;
	background: none;
}
.archiveList .list li a { color: #787878; }
.archiveList .list li a:before {
	position: absolute;
	display: block;
	content: "";
	top: 10px;
	left: 59px;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	background: #e0e0e3;
	transition: background 0.5s, width 0.1s, height 0.1s, top 0.1s, left 0.1s;
	-webkit-transition:  background 0.5s, width 0.1s, height 0.1s, top 0.1s, left 0.1s;
}
.archiveList .list li a:hover { color: rgb(171, 127, 25); }
.archiveList .list li a:hover:before { background: rgb(171, 127, 25); width: 10px; height: 10px; top: 9px; left: 58px;  }

	/* 404 */
.resultsInfo .title {
	padding: 0 0 15px 0;
	font-size: 18px;
	color: #333;
}

	/* Eventos */
#wpfc-calendar-wrapper table { margin-top: 0; }
#wpfc-calendar-wrapper .fc-header { border: 1px solid #d3d3d3 !important; background: #e5e5e5; }
#wpfc-calendar-wrapper .fc-header td { padding: 4px !important; vertical-align: middle !important; }
#wpfc-calendar-wrapper .fc-header-title h2 {
	font-size: 26px !important;
	line-height: 40px;
	font-weight: 100;
	color: #333;
}
#wpfc-calendar-wrapper .fc-content { border: 1px solid #e5e5e5; border-top: 0; }
#wpfc-calendar-wrapper .fc-content table th {
	background: #f7f7f7;
	border-color: #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	color: #333333;
	font-size: 18px !important;
	font-weight: bold;
}
#wpfc-calendar-wrapper .fc-content table td {
	height: 90px;
	padding: 6px !important;
	border-color: #e9e9e9;
}
#wpfc-calendar-wrapper .fc-content table td .fc-day-number {
	float: left;
	font-size: 14px !important;
	font-weight: bold;
	color: #666;
}
#wpfc-calendar-wrapper .fc-content table td.fc-today .fc-day-number {
	width: 22px;
	background: #41629d;
	border-radius: 3px;
	color: white;
	text-align: center;

}
#wpfc-calendar-wrapper .fc-button { float: none; display: inline-block; margin: 0 2px; }
#wpfc-calendar-wrapper .fc-button-effect { display: none; }
#wpfc-calendar-wrapper .fc-button-inner,
#wpfc-calendar-wrapper .fc-button-content,
#wpfc-calendar-wrapper .fc-icon-wrap,
#wpfc-calendar-wrapper .ui-icon { float: left; height: auto; margin: 0; padding: 0;  }
#wpfc-calendar-wrapper .fc-button-content {
	padding: 6px;
	border-radius: 3px;
	border: 1px solid #acacac;
	background: #cecece no-repeat 5px center;
	line-height: 24px !important;
	text-transform: lowercase;
	font-size: 14px !important;
	font-weight: 500;
	text-align: center;
	color: #333;
}
#wpfc-calendar-wrapper .fc-button:hover .fc-button-content { border: 1px solid #6f6f6f; background-color: #acacac; color: #111; }
#wpfc-calendar-wrapper .fc-button-today .fc-button-content,
#wpfc-calendar-wrapper .fc-header-right .fc-button-content { padding-left: 30px; }
#wpfc-calendar-wrapper .fc-button-today .fc-button-content { background-image: url(images/bgs/iconCalendarDay.png); }
#wpfc-calendar-wrapper .fc-button-month .fc-button-content { background-image: url(images/bgs/iconCalendarMonth.png); }
#wpfc-calendar-wrapper .fc-button-basicWeek .fc-button-content { background-image: url(images/bgs/iconCalendarWeek.png); }
#wpfc-calendar-wrapper .fc-button-basicDay .fc-button-content { background-image: url(images/bgs/iconCalendarFlat.png); }
#wpfc-calendar-wrapper .fc-icon-wrap { margin: 0 !important; }
#wpfc-calendar-wrapper .fc-icon-wrap:before {
	float: left;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 26px;
}
#wpfc-calendar-wrapper .fc-event,
#wpfc-calendar-wrapper .fc-event .fc-event-inner {
	margin: 0; padding: 0; border: 0; border-radius: 3px;
}
#wpfc-calendar-wrapper .fc-event { margin-bottom: 3px; }
#wpfc-calendar-wrapper .fc-event .fc-event-time {
	display: inline-block;
	margin: 0 3px -2px 0;
	padding: 3px 6px;
	border-radius: 3px;
	background: rgba(0, 0, 0,0.2);
}
#wpfc-calendar-wrapper .fc-event .fc-event-time,
#wpfc-calendar-wrapper .fc-event .fc-event-title {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-bottom: -2px;
	font-size: 11px !important;
}
#wpfc-calendar-wrapper .fc-event .fc-event-title { 
	padding: 3px; 
	background-color: #0e3768;
	border-color: #0e3768;
}
		/* dropdown */
#wpfc-calendar-wrapper .ui-selectmenu {
	position: relative;
	float: left;
	height: 34px !important;
	margin: 0 5px 0 0;
	border-radius: 3px;
	border: 1px solid #acacac;
	background: #cecece no-repeat 5px center;
	color: #333;
	font-weight: 700;
}
#wpfc-calendar-wrapper .ui-selectmenu:after {
	position: absolute;
	display: block;
	top: 50%;
	right: 4px;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	line-height: 24px;
	font-size: 22px;
	color: #333;
	text-align: center;

}
#wpfc-calendar-wrapper .ui-selectmenu .ui-selectmenu-status { line-height: 24px; }
#wpfc-calendar-wrapper .ui-selectmenu.ui-state-active { border-radius: 3px 3px 0 0; }
.ui-selectmenu-menu .ui-selectmenu-menu-dropdown {
	margin: -1px;
	padding: 5px 0;
	background: white;
	color: #333;
	border: 1px solid #acacac;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

}
.ui-selectmenu-menu .ui-selectmenu-menu-dropdown a { padding: 3px 8px; font-size: 11px; color: #333; }
.ui-selectmenu-menu .ui-selectmenu-menu-dropdown a:hover { font-weight: 700; }
#wpfc-calendar-wrapper .ui-selectmenu .wpfc-cat-icon,
.ui-selectmenu-menu .ui-selectmenu-menu-dropdown .wpfc-cat-icon { border: 0; margin-right: 5px; }

		/* Detalhe do Evento */
.eventDetailBox { border: 1px solid #d3d3d3; }
.eventDetailBox .headerBox {
	float: left;
	width: 50%;
	min-height: 50px;
	padding: 4px 8px;
	background: #f7f7f7;
}
.eventDetailBox .catBox { border-right: 1px solid #d3d3d3; }
.eventDetailBox .headerBox .title { font-weight: 700; font-size: 1.5em; color: #333; }
.eventDetailBox .headerBox .values,
.eventDetailBox .headerBox .date { font-size: 0.8em; line-height: 1em; font-weight: 700;  }
.eventDetailBox .catBox .values a { color: #333; }
.em-categories-list .item .catIcon,
.eventDetailBox .catBox .values .catIcon {
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin: 0 2px 0 0;
	border-radius: 2px;
	vertical-align: top;
}
.eventDetailBox .headerBox .date { color: #555; }
.eventDetailBox .gnlCntBox {
	clear: both;
	padding: 20px;
	border-top: 1px solid #d3d3d3 ;
	font-size: 1.2em;
}
.eventDetailBox .gnlCntBox:first-child { border-top: 0; }
.eventDetailBox .gnlCntBox strong.name { color: #333; }
.eventDetailBox .gnlCntBox .aboutBox {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dotted #d3d3d3;
}
.eventDetailBox .gnlCntBox .mapBox { float: right; margin: 0 0  0 20px; }

	/* Conteudo Repetido */
.page-categories-post .site-content .entry-content { padding: 0; }
.page-categories-post .contentListBox { padding-top: 0; }
.contentListBox article {
	margin-bottom: 0 !important;
	padding: 20px 0 20px 30px;
	border-top: 1px solid #e5e5e5;
	background: url(images/bgs/bgContentList.png) no-repeat 0 20px;
}
.contentListBox article:first-child { border-top: 0; }
.entry-content.contentListBox article .entry-list-title  { margin-top: -12px; font-weight: 300; font-size: 1.6em; line-height: 2em; }
.contentListBox .entry-header .entry-list-title a { color: #333; }
.contentListBox .entry-content,
.contentListBox .entry-content p { margin: 0; padding: 0; }
.contentListBox .entry-content { padding-top: 10px; }
.contentListBox .thumbnail-box { float: left; width: 150px; margin: 0 15px 10px 0; }
.contentListBox .thumbnail-box img { width: 100%; height: auto; }
.contentListBox .entry-content a.ecae-link {
	display: inline-block;
	margin-left: 3px;
	padding: 1px 7px 2px 7px;
	border-radius: 3px;
	background: rgb(171, 127, 25);
	color: white;
	text-transform: lowercase;
}
.contentListBox .entry-content a.ecae-link:hover { background-color: rgb(171, 127, 25); color: white; }
.eventsListBox { border: 1px solid #d3d3d3; }
.entry-content .eventsListBox table.events-table { width: 100%; margin: 0; }
.entry-content .eventsListBox table th {
	padding: 4px 8px;
	background: #f7f7f7;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	font-weight: 700; font-size: 1.5em; color: #333;
}
.entry-content .eventsListBox table td { font-size: 1.2em; }
.entry-content .eventsListBox .date,
.entry-content .eventsListBox a { font-weight: 700; }
.entry-content .eventsListBox .date { color: #555; }
.entry-content .eventsListBox .hour { position: relative; top: -5px; font-size: 0.7em; }
.em-categories-list { display: block; text-align: center; }
.em-categories-list .item {
	display: inline-block;
	margin: 5px;
	padding: 3px 8px;
	line-height: 2em;
	font-size: 1.2em;
	border: 1px solid #d3d3d3;
}
.em-categories-list .item .catIcon { position: relative; top: -2px; vertical-align: middle; }
.entry-content .em-categories-list .item a { color: #333; font-weight: 500; }

	/* Document List */
.searchMsg { padding: 15px 0; color: #787878; }
.searchMsg .key { color: rgb(171, 127, 25); }
.documentListBox li {
	padding: 0 40px 0 35px;
	background: url(images/bgs/bgContentList.png) no-repeat 15px center ;
	text-align: justify;
}
.documentListBox li { position: relative; border-top: 1px solid #e5e5e5; }
.documentListBox li:nth-child(odd) { background-color: #f7f7f7; }
.documentListBox li:first-child { border-top: 0; }
.documentListBox li .item-web {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 8px;
	border-right: 1px solid #e5e5e5;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}
.documentListBox li .item-web:hover { color: rgb(171, 127, 25); text-decoration: underline; }
.documentListBox li .item-pdf, .documentListBox li .wpptopdfenh {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	background: #b9b9b9 url(images/bgs/iconDownload.png) no-repeat center;
}
.documentListBox li .item-pdf:hover { background-color: rgb(171, 127, 25); }

	/* Lista de Paginas */
.gnlPageList {
	font-size: 18px;
}
.content-area .entry-content .gnlPageList li {
	padding: 8px 10px 8px 40px;
	border-top: 1px solid #e5e5e5;
	background: url(images/bgs/iconPage.png) no-repeat 10px 10px;
}
.content-area .entry-content .gnlPageList li a {
	font-weight: 300;
	color: #333333;
}
.content-area .entry-content .gnlPageList li a:hover {
	color: rgb(171, 127, 25);
}

	/* Lista da Diretoria */
.mgmListTitle { margin: 0 !important; padding: 10px; }
.managementList { margin: 0 -1% !important; }
#content .managementList .item {
	float: left;
	width: 48%;
	margin: 0 1% 15px;
	padding: 0;
	border: 1px solid #dadada;
	background: #fafafa;
	text-align: center;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
#content .managementList .item:nth-child(odd) { clear: left; }
#content .managementList .item:nth-child(odd):last-child {
	clear: both;
	float: none;
	margin: 0 auto;
}
.managementList .item .name { padding: 10px 20px; font-size: 18px; color: #434343; }
.managementList .item .post {
	padding: 5px 20px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: url(images/bgs/bgPost.png);
	font-size: 14px;
	font-weight: 500;
	color: #434343;
}
.managementList .item .mail {
	padding: 5px 20px;
	font-size: 13px;
	font-style: italic;
	color: #787878;
}

	/* Lista de Sindicatos */
.nearSyndicateBox { min-height: 240px; padding: 0 0 0 260px; background: url(images/bgs/bgMap.png) no-repeat; }
.nearSyndicateBox .wrapTxt { display: block; margin-bottom: 10px; }
.nearSyndicateBox .textbox {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 44px 10px 10px;
	border: 1px solid #d9d9d9;
	background: #fafafa  url(images/bgs/bgSearch.png) no-repeat right center;
	font-weight: bold;
	font-size: 12px;
}
.nearSyndicateBox .gnlTitle { padding-bottom: 10px; font-size: 24px; color: #3a3a3a; }
.syndicateItem {
	padding: 15px;
	border-left: 15px solid #3f3f3f;
	background: #fafafa  url(images/bgs/bgSyndicate.png);
}
.syndicateContent .nearSyndicateBox {
	margin-top: -30px;
}
.nearSyndicateBox .title {
	float: left;
	width: 100px;
	margin-right: 20px;
	padding: 2px 5px;
	border-bottom: 3px solid #d6d6d6;
	color: #666666 !important;
	text-align: center;
	font-size: 18px !important;
}
.nearSyndicateBox .info { float: left; width: 215px; color: #787878; line-height: 18px; font-weight: 500; }
.nearSyndicateBox strong { color: #333333; }
.nearSyndicateBox a { color: rgb(171, 127, 25); }
.nearSyndicateBox a:hover { text-decoration: underline; }
.mapBox { float: left; width: 240px; }
.mapBox .estado { cursor: pointer; }
.entry-content .syndicateList { margin-top: -20px; float: right; width: 380px; }
.entry-content .syndicateList .item { display: none; border: 0; padding: 0 0 10px; background: none; }
.entry-content .syndicateList .item.RJ { display: block; }
.entry-content .syndicateList .item li { background: none; }

.syndicateList .item .region {
	margin: 0 0 10px;
	padding: 15px 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 26px;
	color: #023a7c;
}
.syndicateList .map {
	position: relative;
	margin: 10px 0 0;
	width: 380px;
	height: 180px;
	padding: 10px;
	background: #f4f4f4;
	
}
.syndicateList .map:after {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	margin-top: -15px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #f4f4f4  transparent;
	display: block;
	width: 0;
}

.syndicateList .map .acf-map { height: 160px; margin: 0; border: 0; }
.syndicateList .item .responsable { padding: 5px 0 15px 0; font-size: 18px; color: #3d3d3d; }
.syndicateList .item .info { padding-top: 0; }
.syndicateList .item .info ul{ padding: 10px 0 0 0; border-top: 0 !important; float: left;}

.syndicateList .item .info li { padding: 5px; border-top: 1px solid #bfbfbf; }
.syndicateList .item .info li strong {
	/*display: inline-block;*/
	width: 25%;
	padding: 2px 10px;
	margin-right: 3px;
	border-radius: 3px;
	/*background: rgb(171, 127, 25);*/
	text-align: right;
	/*color: white;*/

}
.syndicateList .item .info li a {
	color: #404040;
}

	/* Relatorios */
.menuReportHeader {
	padding: 45px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.menuReportHeader li,
.menuReportHeader li a { display: inline-block; }
.menuReportHeader li a { padding: 0 10px; border-radius: 3px; line-height: 32px; color: #0e3768; }
.menuReportHeader li a:hover { background: rgba(0, 0, 0, 0.05); }
.menuReportHeader li.active a { background: #0e3768; color: white; }
.reportPostsList { margin-top: -30px; }
.reportTitleBox {
	float: left;
	width: 730px;
	font-size: 36px;
	letter-spacing: -0.5px;
	text-align: center;
	text-transform: uppercase;
}
.indexListBox { margin: 0 -10px; padding: 0 0 10px; }
.indexListBox li  { float: left; margin: 10px; }
.indexListBox li a  {
	display: block;
	width: 200px;
	height: 200px;
	padding: 40px 10px 10px;
	border-radius: 3px;
	background: #0e386a;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
}
.indexListBox li a img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
}
.indexListBox li a:hover { background: #444444; }
.content-area .entry-content .magazineList li {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding: 0 0 20px 0;
	border: 0;
	background: none;
}
.content-area .entry-content .magazineList li:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}
.content-area .entry-content .magazineList .name {
	clear: both;
	display: block;
	padding-top: 5px;
	font-size: 18px;
	text-align: center;
}
.content-area .entry-content .magazineList .tag {
	position: relative;
	float: left;
	height: 28px;
	margin-top: -34px;
	line-height: 28px;
	border-radius: 3px;
	background: rgb(171, 127, 25);
	padding: 0 10px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.content-area .entry-content .magazineList .tag a { color: white; }

/* 4.0 Sidebar */
#secondary { float: left; width: 300px; }

	/* 4.1 sideBox */
.sideBox { background: #e9e9e9; }
.sideBox .textwidget,
.aboutBox p {
	padding: 20px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	color: #5c5c5c;
	text-align: justify;
}
.sideBox .goTo { margin: 20px -20px 0 0; text-align: right; }
.sideBox .goTo .btnLink {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	background: #666;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	cursor: pointer;
}
.sideBox .goTo .btnLink2 {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	background: #666;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	cursor: pointer;
}
.sideBox .goTo .btnSearch {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	background: #666;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	cursor: pointer;
}
.sideBox .txtSearch { width: 100%; }
.sideBox .goTo .btnLink:hover { background: rgb(171, 127, 25); }
.sideBox .goTo .btnSearch:hover { background: rgb(171, 127, 25); }

	/* 4.1 aboutBox */
.aboutBox .boxTitle { padding: 20px 20px 0 20px; font-size: 30px; }
/*.aboutBox p {
	padding: 20px;
}*/
.aboutBox p strong { color: rgb(171, 127, 25); }
.aboutBox .goTo { margin: 20px 0 -20px 0; }

	/* 4.1 sideBox */
.sideBox.bannersBox {  background: none; }
.sideBox.bannersBox .textwidget { padding: 30px 0 0; }
.sideBox.bannersBox .textwidget p { padding: 10px 0; }

	/* 4.2 navSideBox */
.navSideBox { margin-bottom: 30px; }
.navSideBox .boxTitle,
.widget_polls-widget .boxTitle {
	padding: 16px 10px;
	background: #e2e2e2;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.navSideBox ul { padding: 10px 0; }
.navSideBox ul li {
	padding: 8px 30px;
	border-top: 1px solid #d7d7d7;
	background: transparent url(images/bgs/iconSideMarc.png) 20px 14px no-repeat;
	font-size: 14px;
	font-weight: 300;
}
.navSideBox ul li:first-child { border-top: 0; }
.navSideBox ul li a.current_page_item { font-weight: 900; color: #ab7f19;}
.navSideBox ul li a:hover { color: rgb(171, 127, 25); }
.navSideBox ul ul { display: none; }
.navSideBox.tax-colunas-widget ul ul { display: block;  }

	/* 4.3 eventsSideBox */
.eventsSideBox ul li .date {
	font-size: 12px;
	font-weight: normal;
}

	/* select-edition-widget */
.widget.select-edition-widget { margin-bottom: 30px; }
.widget.select-edition-widget .goTo { margin: 20px -20px -20px 0; }
.widget.select-edition-widget .base { padding: 20px; }
.widget.select-edition-widget .boxTitle {
	font-size: 30px;
	color: #252525;
}
.widget.select-edition-widget .txt {
	padding: 20px 0;
	font-size: 12px;
	color: #5c5c5c;
}
.widget.select-edition-widget select {
	width: 100%;
	height: 30px;
	padding: 0 5px;
	border: 1px solid white;
	color: #5c5c5c;
	font-size: 12px;
}

	/* widget_polls-widget  */
.widget_polls-widget { margin-bottom: 30px; }
.widget_polls-widget > .base {
	position: relative;
}
.widget_polls-widget .wp-polls { position: relative; padding: 20px; }
.widget_polls-widget .goTo { margin-top: 0; margin-right: 0; }
.wp-polls-ul {
	margin: 0 -20px;
	padding: 15px 0;
	text-align: justify;
}
.wp-polls-ul li { padding: 10px 20px; border-top: 1px solid #d7d7d7; }
.wp-polls-ul li:first-child { border-top: 0; }
.wp-polls-ul label { text-align: justify !important; }
.wp-polls-ul input[type=radio] {
	float: left;
	position: relative;
	bottom: -3px;
	width: 13px;
	height: 13px;
	margin-right: 2px;
}
.wp-polls-ans .Buttons {
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #cecece;
	background: #efefef;
	cursor: pointer;
}
.wp-polls-ans .backlink { padding: 10px 0 0 0; font-size: 12px;}
.wp-polls-ans .backlink a { color: rgb(171, 127, 25); text-decoration: underline; font-weight: bold; text-transform: lowercase; }
.wp-polls-ans .backlink a:hover { color: #333;  }
.wp-polls .wp-polls-ul .pollbar { margin-top: 5px; max-width: 250px;}
		/* loading */
.wp-polls-loading {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	padding: 20px 10px 40px;
	text-transform: uppercase;
	font-weight: bold;
}
.wp-polls-loading img {
	position: relative;
	top: -2px;
	margin-right: 5px;
	vertical-align: middle;
}

.ocultar{
	display: none;
}