@charset "utf-8";
@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* Thin 100 // Light 300 // Normal 400 // Bold 700 // Ultra-bold 900 */



/* defaul styles -------------------------------------
--------------------------------------------------- */
body {
	font-family: 'Lato', sans-serif;
	margin:0px;
	padding:0px;
	background:url("/images/framework/site-background.png");
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	background-position:top;
	border-top:solid 2px #336699;
	}

body.logged-in {
		background-position:0px 20px;
		margin-top:20px !important;
	}
	
	
a:link, a:visited { 
	}
	
a:hover, a:active {
	}

img {
	max-width:100%;
	height:auto;
	}
header.main-header .wrap-header,
.page-wrapper {
	width:80%;
	margin:0px auto;
	}
	

#admin-menu {
	z-index:99999; 
	top:0px !important;}
	
	
#admin-menu ul a {
	font-size:9px;
	padding:5px 8px;
	}
	
/* defaul styles -------------------------------------
--------------------------------------------------- */



/* header -------------------------------------------
-------------------------------------------------- */
.main-header {
	width:100%;
	height:105px;
	background-color:#336699;
	}

 header.main-header
{
	background: none;

}
 header.main-header .wrap-header
{
	background-color:#336699;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 0px;
}



header.main-header .wrap-header .left
{
	background-color:#a0812e;
	height: 107px;
}


header.main-header .wrap-header .triangulo
{
	width:60px;
	height:107px;
	display: inline-block;
	background: url("/images/framework/ccdrn-header50anos-terminacao.png") repeat-x;
	background-position: 0 0;
	float: left;
}

div.right.col-xs-12.col-md-7{
	padding-left: 0px;
}

 header.main-header.affix .wrap-header
 {
 	padding-bottom: 0px;
 }
 header.main-header #mobile
{
	margin: 0 auto;
}
 .main-header.entry-header
{
	height: auto !important;
	clear: both;
	overflow: hidden;
	top: 0;
	z-index: 9;
	background: url("/images/framework/site-background.png") repeat-x;
	background-position: 0 0;
}
.front .main-header #cbp-hrmenu
{
	display: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.front .main-header.affix #cbp-hrmenu
{
	display: inline-block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.front .main-header .main-header-logo
{
	margin: 20px 0% 0% 4.5%; 
}
 
@media only screen and (min-width:800px) {

	 header.main-header.affix .wrap-header {
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	 header.main-header.affix .wrap-header .div-balcao,
	 header.main-header.affix .wrap-header .group-info {
		opacity: 1;
	}

	 header.main-header.affix .wrap-header .div-balcao,
	 header.main-header.affix .wrap-header .group-info {
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		display: none !important;
	}

	 header.main-header.affix .main-header-search-form {
		margin: 0px;
	}

	 header.main-header.affix .wrap-icons {
		margin-top: 42px;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		width: auto !important;
	}

	 header.main-header.affix .main-header-search-form form,
	 header.main-header.affix .main-header-search-form {
		width: auto;
	 }

	 header.main-header.affix .wrap-menu {
		text-align: right;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	 header.main-header.affix .main-header-search-form #search input.form-text.form-search,
	 header.main-header.affix .main-header-search-form #search-theme-form div #search #edit-search-theme-form-1-wrapper input {
		width: 20px;
		border-bottom: 1px solid transparent;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}
	 header.main-header.affix .main-header-search-form #search .form-item.open input.form-text.form-search,
	 header.main-header.affix .main-header-search-form #search input.form-text.form-search:focus,
	 header.main-header.affix .main-header-search-form form:hover #search input.form-text.form-search, 
	 header.main-header.affix .main-header-search-form #search-theme-form div #search .form-item.open input,
	 header.main-header.affix .main-header-search-form #search-theme-form div #search #edit-search-theme-form-1-wrapper input:focus,
	 header.main-header.affix .main-header-search-form #search-theme-form:hover div #search #edit-search-theme-form-1-wrapper input {
		width: 150px !important;
		border-bottom: 1px solid #ffffff !important;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		outline: none;
	}

	 .main-header .ul-logos-top li {
		height: auto !important;
	}

	 header.main-header.affix .cbp-hrmenu {
		height: auto;

		padding-top: 0px;
		max-width: 490px;
		margin-top: 40px;
		display: inline-block;
	}

	 header.main-header.affix .cbp-hrmenu > ul {
		margin-right: 10px;
		 border: none;
	}
}
@media only screen and (max-width: 800px){
	.front .main-header.affix #cbp-hrmenu
	{
		display: none !important;
	}
	.ul-logos-top,
	.ul-logos-top li
	{
		height: auto !important;
	}
	.main-header .main-header-logo .logo-ue{
		margin-top: 10px;
		margin-left: 0px !important;
	}
	.main-header .main-header-logo
	{
		height: auto !important;
	}

}

@media only screen and (min-width:400px) and (max-width: 800px){
	.main-header .group-info
	{
		width: 60% !important;
	}

}
@media only screen and (min-width:800px) and (max-width: 1000px) {
	.main-header .main-header-logo .site-title,
	.main-header .main-header-logo .logo-ue
	{
	width: 45%;
	}
}
/*.main-header .main-header-logo
{
	margin-top: 43px;
}
.front .main-header .main-header-logo
{
	margin-top: 27px;
}*/
.main-header .main-header-logo .logo-ue a:focus
{
	background: none;
}
@media only screen and (min-width:800px) and (max-width: 1282px)  {
	.main-header .main-header-logo .logo-ue
	{
		margin-left: 10px !important;
	}

	 header.main-header.affix .cbp-hrmenu li:nth-last-child(1) a
	{
		padding-right: 0px;
	}
	 header.main-header.affix .wrap-icons {
		margin-top: 15px;
		display: block;
		overflow: hidden;
		clear: both;
		margin-top: 15px;
		margin-bottom: 10px;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		width: auto !important;
	}

	 header.main-header.affix .cbp-hrmenu {
		height: auto;
		padding-top: 0px;
		max-width: 490px;
		margin-top: 20px;
		display: block !important;
		clear: both;
		overflow: hidden;
		margin-right: 0px;
		margin-left: auto;
	}
	 header.main-header.affix .cbp-hrmenu > ul
	{
		text-align: right;
	}
	.main-header.affix .main-header-logo
	{
		margin: 2% 0% 0% 0% !important;
	}
	.main-header .main-header-logo
	{
		margin-top: 43px;
	}
	.front .main-header .main-header-logo
	{
		margin-top: 27px;
	}

}
@media only screen and (min-width:800px) and (max-width: 972px){
	 header.main-header.affix .cbp-hrmenu > ul
	{
		text-align: center;
	}
}
.main-header .group-info {
	display:block;
	width:100% !important;
	max-width: 120px;
	height:auto;
	float:right;
	margin:2% 3% 0% 0%
}
.main-header .main-header-logo {
	display:block;
	/*width:175px;*/
	height:65px;
	/*margin:1.5% 0% 0% 4.5%; --> OLD*/
	float:left;
}
.main-header .cbp-hrmenu > ul
{
	width: inherit;
	margin-top: -1px;
	border-top: 1px solid #a0812e;
}
.main-header .main-header-logo
{
	margin-top: 30px;
}
/*.front .main-header .main-header-logo
{
	margin-top: 27px;
}*/ 
.main-header.affix .main-header-logo
{
	margin:5% 0% 0% 4.5%;
}


/* OLD CSS
.main-header .main-header-logo .site-title {
	display:block;
	z-index:1000;
	margin:5% 0%;
}*/

.main-header .main-header-logo .site-title
{
	display: inline-block;
	z-index:1000;
}

.main-header .main-header-logo .logo-ue
{
	display: inline-block;
	margin-left: 10px;
}
.main-header .main-header-logo .logo-ue img
{
	max-width: 170px;
	width: 100%;
}
.main-header .main-header-logo .site-title a {
	text-decoration:none;
	}

.main-header .main-header-logo .site-title a img {
	display:block;
	width:100%;
	height:auto;
	max-width: 175px;
	}




.main-header .group-info .info-language {
    display: block;
	float:left;
    height: 15px;
    width: 100%;
	padding-top: 5%;
	font-weight: bold;
}

.main-header .group-info .info-language li {
 	display:block;
	width:19%;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#fff;
	text-align:center;
	float:left;
 	}
	
.main-header .group-info .info-language li.mandarim {
	
	width: 22%;
}

.main-header .group-info .info-language li.spacer {
	width:5%;
	line-height:1.8em;
 	}

.main-header .group-info .info-language li a {
 	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	line-height:2.5em;
	color:#fff;
	text-decoration:none;
 	}
	
.main-header .group-info .info-language li a:hover {
	text-decoration: underline;
 	}

.main-header .group-info .info-social-networks {
    display: block;
    float: left;
    height: 25px;
  margin-left: 6%;
    width: 71%;
	}

.main-header .group-info .info-social-networks li {
	display:block;
	width: 33%;
	height:25px;
	float:left;
	}

.main-header .group-info .info-social-networks li a {
	display:block;
	width:20px;
	height:25px;
	margin:0px auto;
	}
	
.div-balcao {
	width: 10%;
	
}

.main-header .group-info .info-social-networks li a.bt-facebook {
	background: url("/images/logotipos/icon_face.png") no-repeat bottom transparent;
	background-size: 9px 18px;
	}

.main-header .group-info .info-social-networks li a.bt-twitter {
	background:url("/images/logotipos/icon_twi.png") no-repeat bottom transparent;
	background-size: 17px 14px;
	}
	
.main-header .group-info .info-social-networks li a.bt-insta {
	background:url("/images/logotipos/icon_inst.png") no-repeat bottom transparent;
	background-size: 16px 16px;
	}


.main-header .main-header-search-form {
	width:100%;
	height:auto;
	float:right;
	margin:12.5% 23.5% 0 0;
	}

.main-header .main-header-search-form form {
	width:100%;
	height:20px;
	position:relative;
	}
	
.main-header .main-header-search-form #search label,
.main-header .main-header-search-form #search-theme-form div #search #edit-search-theme-form-1-wrapper label {
	display:none; 
	}

.main-header .main-header-search-form #search-theme-form div #search #edit-search-theme-form-2-wrapper label {
	display:none; 
	}


.main-header .main-header-search-form #search-theme-form div #search #edit-search-theme-form-1-wrapper input {
	width:100%;
	height:20px;
	border:none;
	background-color:#336699;
	border-bottom:solid 1px #fff;
	color:#fff;
	font-size:0.8em;
	}
.main-header .main-header-search-form div #search input.form-text.form-search {
    width: 100%;
    height: 20px;
    border: none;
    background-color: #336699;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: 0.8em;
}	

.main-header .main-header-search-form #search-theme-form div #search #edit-search-theme-form-2-wrapper input {
	width:100%;
	height:20px;
	border:none;
	background-color:#336699;
	border-bottom:solid 1px #fff; 
	color:#fff;
	font-size:0.8em;
	}


#search-theme-form div #search #edit-submit {
    background: url("/images/framework/icon-search-menu.png") no-repeat 1px 1px;
    border: none;
    height: 20px;
    position: absolute;
    right: 3px;
    text-indent: -9000px;
    top: 0px;
    width: 17px;
	padding:0px;
	margin:0px;
}

.main-header-search-form #search .form-submit{
    background: url("/images/framework/icon-search-menu.png") no-repeat 1px 1px;
    border: none;
    height: 20px;
    position: absolute;
    right: 3px;
    text-indent: -9000px;
    top: 0px;
    width: 17px;
    padding: 0px;
    margin: 0px;
}

#search-theme-form div #search #edit-submit-1 {
    background: url("/images/framework/icon-search-menu.png") no-repeat 1px 1px;
    border: none;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -9000px;
    top: 0;
    width: 17px;
	padding:0px;
	margin:0px;
}

#search-theme-form div #search #edit-submit-2 {
    background: url("/images/framework/icon-search-menu.png") no-repeat 1px 1px;
    border: none;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -9000px;
    top: 0;
    width: 17px;
	padding:0px;
	margin:0px;
}


.box-social-tags {
	float:left;
	padding-bottom:5%;
	width:100%;
	}

.content_bt_login {
	float:left; 
	width:20px;
	}

.content_bt_login .button_login {
	width:20px; 
	height:25px; 
	background:url("/images/framework/lock.png") no-repeat bottom;  
    display: block;
    background-size: 11px 15px;
	}
	
.content_bt_login .button_login:hover {
	background:url("/images/framework/lock.png") no-repeat bottom; 
	background-size: 11px 15px;
	} 

.content_bt_login .button_logout {
	width:20px; 
	height:20px; 
	background:url("/images/framework/log_in_icon.png") no-repeat 0px 2px; 
	display:block;
	}

#user-login-form div .item-list {
	display:none;
	}
	




/* fim header ---------------------------------------
-------------------------------------------------- */

/* main-nav ---------------------------------------
-------------------------------------------------- */

.main-nav { 
	display:inline-block;
	width:100%; 
	height:60px;
	background-color:#85a3c2;
	overflow:visible;
	}

.main-nav ul { 
	display:block;
	width:90%;
	height:70px;
	background-color:#5c85ad;
	margin:0% 5%;
	}

.main-nav ul li { 
	display:block;
	width:25%;
	height:100%;
	float:left;
	text-align:center;
	}

.main-nav ul li a { 
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:0.8em;
	line-height:5.5em;
	text-transform:uppercase;
	text-decoration:none;
	}
	
.investimentos { 
	display:none;
	}

.main-nav ul li a:hover, .main-nav ul li a:active { 
	background-color:#336699;
	}



/* main nav iphone */


.main-nav-iphone {
	display:none;
	}


#mobile {
	display:none;
}


.nav-mobile {
	width:100%;
	}


.views-exposed-form {
	background-color:#f1f1f1;
	padding:15px 40px;
	width:97%;
	margin-bottom:4%;
	}

	

/* fim main nav iphone*/

/* agenda iphone */

#div-mobile-agenda {
	display:none;
	
	}




/* fim main-nav ---------------------------------------
-------------------------------------------------- */

/* article-nav ---------------------------------------
-------------------------------------------------- */


.cbp-hrmenu {
	width: 100%;
	height:54px;
	background-color:#336699;
	position:relative;
	padding-top: 21px
}
.cbp-hrmenu
{
	clear: both;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul {
	width: 55%;
	text-align:center;
	float:right;
	height:100%;
	margin-right: 7.5%;
}

.cbp-hrsub-inner {
	padding:0px !important;	
}

.cbp-hrsub-inner ul li {
	display:inline; 
}

.cbp-hrsub-inner ul li a {
    background: none repeat scroll 0 0 #85A3C2;
    display: inline;
    font-family: 'Lato',sans-serif;
    font-size: 0.72em;
    font-weight: 400;
    height: 100%;
    line-height: 32px;
    margin-right: -5px;
    padding: 9px 13px;
}

.cbp-hrsub-inner ul li a:hover {
	background:#336699 !important;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	text-align:center;
	height:100%;
}

.cbp-hrmenu > ul > li > a {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lato',sans-serif;
    font-size: 0.72em;
    font-weight: 500;
    height: 100%;
    line-height: 25px;
    padding: 0px 15px;
}

.cbp-hrmenu > ul > li > a:hover,
.cbp-hrmenu > ul > li > a:focus,
.cbp-hrmenu > ul > li > a:active,
.cbp-hrmenu > ul > li > a.active {
	color: #fff;
	text-decoration:none;
  background: none repeat scroll 0 0 #85A3C2;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background-color:#85A3C2;

}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    text-align: center;
}


.cbp-hrmenu .cbp-hrsub.institucional {
    left: 30%;
    right: 18%;
	}

.cbp-hrmenu .cbp-hrsub.servicos {
    left: 20%;
    right: 3%;
	}

.cbp-hrmenu .cbp-hrsub.regiao_norte {
	left:27%;
	right:3%;
	}

.cbp-hrmenu .cbp-hrsub.investimento {
	left:62%;
	right:3%;	
	}





.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}


/* fim article-nav ---------------------------------------
-------------------------------------------------- */




/* main content -------------------------------------
-------------------------------------------------- */

.main-content {
	width:96%;
	height:auto; 
	min-height:500px;
	background-color:#fff;
	margin:0% 2% 0%;
	padding: 5% 0% 10% 2.5%;
	float:left;
	}
 

.div-content-entry {
	width:72%;
	float:left;
	}

.div-content-entry.pagina {
	width:90%;
	overflow:visible;
	}


.group-livros {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    float: left;
    margin-bottom: 3%;
    padding: 0 1.5% 6%;
    width: 100%;
	}

.group-livros .group-livros-capa {
	display:block;
	width:15%;
	float:left;
	}




.group-livros .group-livros-capa img {
  display: block;
    height: auto;
    width: 100%;
}




.group-livros .group-livros-info {
	display:block;
	margin-left:2%;
	width:80%;
	float:left;
	}


.group-livros .group-livros-info .tema-livros {
    background-image: url("/images/framework/entry-h2-background-cinza.png");
    background-repeat: no-repeat;
    color: #aaaaaa;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 0;
    padding-left: 1.5%;
    text-transform: none;
	}
	


.group-livros .group-livros-info .title-info {
    background-image: none;
    color: #336699;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 5px;
    padding-left: 1.5%;
    text-transform: uppercase;
}

.group-livros .group-livros-info .link-download-pdf {
    background: url("/images/framework/article_document_download.png") no-repeat scroll 0 4px transparent;
    display: block;
    float: left;
    height: 20px;
    line-height: 1.5em;
    margin-left: 1.3%;
    margin-right: 5px;
    padding-left: 2.5%;
	}


.group-livros .group-livros-info .link-download-zip {
    background: url("/images/framework/zip_document_download.png") no-repeat scroll 0 1px transparent;
    display: block;
    float: left;
    height: 20px;
    line-height: 1.5em;
    margin-left: 1.3%;
    margin-right: 5px;
    padding-left: 2.5%;
	}


.sidebar {
	display:block;
	width:22%;
	float:left;
	}


.ul-info { 
	width:100%;
	padding-left:2%;
	overflow:hidden;
	}


.figure-entry, .header-entry, .content-entry, .footer-entry {
	margin-bottom: 1%;}
	
.div-entry {
	display: block;
	float:left;
	margin-bottom: 5%;
	width: 58%;
	}
	
	
	
.entry:before, .entry:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}	
	


	
				
.grupo-pagina {
	width:73.2%;
	float:left;
	}

.grupo-pagina.full {
	width:100%;
	float:left;
	}


	
	
.top.div-entry, .mid.div-entry {
	background-image:url("/images/framework/entry-h2-background.jpg");
	background-repeat:no-repeat;
	padding-left: 1.5%;
	
}
	
.figure-entry {
	display: block;
	width: 33.3%;
	margin-right: 3%;
	float:left;
}
	
.footer-entry {
    color: #999;
    font-size: 0.85em;
    line-height: 1.1em;
}

.header-entry {
	color:#336699;
	font-weight: 700;
	letter-spacing: 0.01em;
	font-size:1.1em;
	line-height: 1.15em;
}

.header-entry.agenda {
	color:#336699;
	font-weight: 400;
	letter-spacing: 0.01em;
	font-size:0.9em;
	line-height: 1.15em;
}



.download_livros .filefield-file {
    font-size: 0.75em;
    line-height: 1em;
	margin-top:15px;
	}


.download_livros .filefield-file a {
	color:#555;
	}

.download_livros .filefield-file img {
	margin-bottom:-4px;	
	}


.content-entry {
	color: #999;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
a {
	text-decoration: none;
	}
	
.link-entry {
	color:#336699;
	font-weight: 700;
	font-size: 0.7em;
	}

.bottom.figure-entry {
	width: 100%;
	min-height: 0;
	
	}

.bottom.header-entry {
	font-size: 0.85em;
	font-weight: bold;}

.bottom.div-entry {
	width: 27%;
	margin-right: 9%;}

.third.bottom.div-entry {
	margin-right: 0px;}
	
h3 {
	text-transform:uppercase;
	color: #999;
	font-weight: 600;
	font-size:0.65em;
	margin-bottom: 1.5%;
	}


.div-entry-historico h3.agenda {
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 30px;
	}

.div-entry-historico .footer_agenda {
	font-size:0.75em;
	text-decoration:underline;
	margin:25px 0px 0px 20px;
	display:block;
	}

h3 a {
	color: #999;
	}



.entry-tags-article {
    display: block;
    float: left;
    padding-bottom: 3%;
	width:100%;
}

 /* aside --------- */
 
.box-agenda, .box-alertas, .box-ultimas_noticias {
	background-color:#f2f2f2;
	margin-top:10%;
	padding: 8% 7% 8% 7%;}


 {
	background-color:#f2f2f2;
	margin-top:15%;
	padding:8% 7%;}
	
.box-alertas {
	background-color:#f2f2f2;
	margin-top:10%;
	padding: 8% 7% 8% 7%;
	}


.box-agenda h3 a, .box-alertas h3 a {
	color:#999999;
	}

.box-agenda h3 a:hover, .box-alertas h3 a:hover {
	color:#336699;
	}


.box-social {
	background-color:#f2f2f2;
	margin-top:15%;
	padding: 5% 7%;
	}
 
.agenda-footer {
    color: #999;
    font-size: 0.7em;
    font-weight: 300;
    margin: 7% 0 2%;
	}


.agenda-content h4, .newsletter-p, .contacts {
	color:#999;
	font-size: 0.70em;
	line-height:1.3em;
	}
	
.agenda-link-entry {
	color:#5c85ad;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.65em;
	display:block;
	margin-top:1.5%;
	
	}


.div-entry-historico {
	width:100%;
	float:left;
	margin-top:3%;
	}


.div-entry-historico h3 {
	font-weight:300;
	}



.div-entry-historico article figure {
	width:25%;
	margin-right:2%;
	}

.div-entry-historico article .capa_livros {
	width:15%;
	}

.div-entry-historico article figure img {
	width:100%;
	}


.div-entry-historico article .div-entry {
	width:65%;
	}



.entry-article header h1 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2em;
	text-transform:uppercase;
	color:#336699;
	}

.entry-article header .entry-article-entry  {
    font-size: 0.88em;
    font-weight: 400;
    line-height: 1.2em;
	color:#999;
	margin-top:3%;
	margin-bottom:1%;
	}


.entry-date {
    font-size: 0.60em;
    font-weight: 400;
    line-height: 1em;
	color:#bbb;
	margin:0.5% 0% 1%;
	text-transform:uppercase;
	}

	
/* footer ---------------------------------
-------------------------------------------------- */

.main-footer {
	clear:both;
	float:none;
	width:100%;
	height:auto;
	}


.iphone-footer {
	display:none;
	}


.contacts, .h3-map {
	color: #fff;
	margin-bottom: 15%;

}

.h3-contacts {
	color: #fff;
	margin-bottom: 5px;
	
	}

.newsletter-p, .newsletter h3 {
	color: #fff;
	margin-bottom: 5px;
	margin-top:0px;

	}

.newsletter-p, .contacts {
	font-weight: 1200;
}


.box-footer {
	width: 66.5%;
	background-color:#336699;
	display:block;
	float:left;
	margin-top: 30px;
	}
	
.box {
	display: block;
    float: right;
    padding: 20px 30px 7px;
	overflow:visible;
	}

.box-group {
	
	}

.box-contacts {
	padding-bottom: 5%;
	}

.map {
	}


.map h3 {
	margin-bottom: 15%;
}




.map h3 a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

ul.footer.info-social-networks li {
	color: #fff;
	font-size: 0.65em;
	line-height: 1.3em;}


ul.footer.info-social-networks li a {
	color:#fff;
	}


ul.footer.info-social-networks li a.facebook-logo-footer {
	background-image:url("/images/framework/facebook-logo-footer.png");
	background-repeat:no-repeat;
	background-position:-2px 2px;
	padding-left:15px;
	}

ul.footer.info-social-networks li a.twitter-logo-footer {
	background-image:url("/images/framework/twitter-logo-footer.png");
	background-repeat:no-repeat;
	background-position:-1px 2px;
	padding-left:15px;
	}





ul.footer.info-social-networks li a:hover {
	color:#fff;
	text-decoration:underline;
	}


	
/* logótipos -------------------- */
	
.box-logos {
	display:block;
	width: 56.5%;
	margin-top: 8%;
	margin-right: 0%;
	float:right;
	}

.ul-logos-top {
    height: 70px;
    margin: 0% 5% 0%;
    width: 90%;
}

.ul-logos-top li {
	display:block;
	width:50%;
	height:70px;
	float:left;
	text-align:center;
	}

.ul-logos-bottom {
	width:100%;
	height:70px;
	margin-top: 2%;
	}


.ul-logos-bottom li {
	display:block;
	width:40%;
	height:70px;
	float:left;
	text-align:center;
	vertical-align:central;
	}
	


.ul-logos-top li a.ccdrn-logo {
 	background: url("/images/logotipos/logo_ccdrn2x.png") no-repeat scroll center center; 
    display: inline-block;
    height: 44px;
    width: 120px;
	float: right;
	background-size: 105px 33px;
}

.ul-logos-top li a.sos-logo {
	background: url("/images/logotipos/1024px-sos-logo.png") no-repeat scroll center center;
    display: inline-block;
    height: 40px;
    width: 110px;
}

.ul-logos-top li a.ue-logo {
  	background: url("/images/logotipos/1024px-ue-logo.png") no-repeat scroll center center;
    display: inline-block;
    height: 52px;
    width: 70px;
}

.ul-logos-bottom li a.ue-logo {
  	background: url("/images/logotipos/1024px-ue-logo.png") no-repeat scroll center center;
    display: inline-block;
    height: 52px;
    width: 70px;
}

.ul-logos-bottom li a.portugal2020 {
	background: url("/images/logotipos/logo-portugal2020.png") no-repeat scroll center center;
    display: inline-block;
    height: 48px;
    width: 120px;
	margin-top: 7%;
}


.ul-logos-bottom li a.norte2020 {
	background: url("/images/newsletter/news_logo_norte2020.png") no-repeat scroll center center;
    display: inline-block;
    height: 45px;
    width: 110px;
	margin-top:8%;
	float: right;
}


.box-newsletter {
	width:100%;
	height:280px;
	background-color:#5c85ad;
	}
	


.newsletter {
    height: auto;
    margin-left: 68%;
    padding: 4.5% 0 0 1.5%;
    width: 17.5%;
}

.newsletter div {
	line-height:1.3em;
	color:#fff;
	margin:2px 0px;
	
	}

.newsletter div h2 {
	display:none;
	}

#webform-component-email_leitor div label {
	font-size:0.7em;
	font-weight:300;
	}


.main-content #webform-component-email_leitor div label {
	font-size:0.9em;
	font-weight:300;
	}



	
#edit-submitted-email-leitor-newsletter-email-address-wrapper {
	display:block;
	margin:2% 0%;
	width:100%;
	}	
	
#edit-submitted-email-leitor-newsletter-email-address {
	display:block;
	width:100%;
	height:30px;
	font:13px/30px arial;
	color:#999;
	border:none;
	padding:0px 6px;
	}


.main-content #edit-submitted-email-leitor-newsletter-email-address {
	display:block;
	width:100%;
	height:30px;
	font:13px/30px arial;
	color:#999;
	border:solid 1px #ddd;
	padding:0px 6px;
	}



#edit-actions input {
	display:block;
	width:17px;
	height:17px;
	border:none;
	text-indent:-9000px;
	background: url("/images/framework/newsletter_bt_footer.png") no-repeat scroll center center;
	margin-top:10px;
	}

.main-content #edit-actions input {
	display:block;
	width:18px;
	height:18px;
	border:none;
	text-indent:-9000px;
	background: url("/images/framework/icon-submit-color.png") no-repeat scroll center center;
	margin-top:10px;
	}



.form-checkboxes div {
	margin:0% 0% !important;
	}	

.form-checkboxes .form-item, .form-radios .form-item {
	margin:0px !important;
	}



.box-newsletter-form {
	display:block;
	
	
	}

.box-newsletter-form form label {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:0.70em;
	color:#fff;
	display:block;
	line-height:0.90em;
	margin-bottom:2%;
	}


.box-newsletter-form form input {
	display:block;
	width:100%;
	height:25px;
	border:none;
	padding:0px 6px;
	line-height:25px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:0.70em;
	margin-bottom:6%;
}


.box-newsletter-form .form-email {
	position:relative;
	height:40px;
	}

.box-newsletter-form form .bt-email {
	display:block;
	width:15px; 
	height:15px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	background:url("/images/framework/icon-newsletter.png") no-repeat;
	background-color:transparent;
	padding:0px;
	margin:0px;
	}

	
.webform-client-form {
	margin-left: 2.5%;
}

#webform-client-form-64 {
	margin-left: 0%;
}

/* layout styles */






.user_login {
	width:100%; 
	background-color:#DDDDDD; 
	display:none;
	border-top:solid 1px #336699;
	}

.user_login .content_user_login {
	width:80%; 
	padding:1.5% 0% 3%;  
	margin:0px auto; 
	}

#block-user-0 h2 {
	display:block;
	width:110px;
	height:30px;
	text-indent:-9000px;
	background:url("/images/framework/ccdrn_logo_login.png") no-repeat;
	}


#user-login-form {
	padding:0% 0% 0% 0%;
	height:60px;
	position:relative;
	}

#user-login-form div .form-item {
	display:block;
	width:200px;
	margin-right:15px;
	text-align:left;
	float:left;
	}
	
	

#edit-name-wrapper #edit-name, #edit-pass-wrapper #edit-pass {
	display:block;
	width:100%;
	height:27px;
	padding-left:6px;
	border:none;
	font:0.78em/27px arial;
	color:#666;
	}

#edit-name-wrapper label, #edit-pass-wrapper label {
	display:block;
	margin:2px 0px; 
	font:11px arial;
	color:#336699;
	}


#user-login-form div .form-submit {
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin:0px;
	background:url("/images/framework/ccdrn_bt_login_pass1.png") no-repeat; 
	border:none;
	background-color:transparent;
	text-indent:-9000px;
	position:absolute;
	bottom:6px;
	left:393px; 
	}
	

#user-login-form div .item-list {
	display:none;
	float:left;
	}
	
	
#user-login-form div .item-list ul li {
	list-style:none;
	text-align:left;
	display:inline;
	}
	
#user-login-form div .item-list ul li a {
	font:11px arial;
	color:#336699;
	}

#user-login-form div .item-list ul li a:hover {
	color:#003;
	}
	




/* margin */	
	
.margin-top-5px {
	margin-top:5px;
	}	

.margin-top-10px {
	margin-top:10px;
	}	

.margin-top-15px {
	margin-top:15px;
	}	

.margin-top-20px {
	margin-top:20px;
	}	

.margin-top-25px {
	margin-top:25px;
	}	

.margin-top-30px {
	margin-top:30px;
	}	

.margin-top-35px {
	margin-top:35px;
	}	


.margin-bottom-5px {
	margin-bottom:5px;
	}	

.margin-bottom-10px {
	margin-bottom:10px;
	}	

.margin-bottom-15px {
	margin-bottom:15px;
	}	

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

.margin-bottom-25px {
	margin-bottom:25px;
	}	

.margin-bottom-30px {
	margin-bottom:30px;
	}	

.margin-bottom-35px {
	margin-bottom:35px;
	}	
	



.view-id-CCDRN_agenda .content_agenda, .view-CCDRN-page-ultimas-noticias .content_agenda {
	display:block;
	width:100%;
	float:left;
	} 	
	
		
	
.view-id-CCDRN_agenda .content_agenda .figure, .view-CCDRN-page-ultimas-noticias .content_agenda .figure {
    display: inline-block;
    float: left;
    height: auto;
    width: 20%;
	line-height:0.1px;
	} 		


.view-id-CCDRN_agenda .content_agenda .figure a img, .view-CCDRN-page-ultimas-noticias .content_agenda .figure a img {
    display: block;
    height: auto;
    width: 100%;
	} 		

	
.view-id-CCDRN_agenda .content_agenda .hgroup, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup {
    background-image: url("/images/framework/entry-h2-background.jpg");
    background-position: -1px 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: auto;
    margin-left: 1.5%;
    padding: 0 1% 0 1%;
    width: 73%;
	}
	
	
	
.view-id-CCDRN_agenda .content_agenda .hgroup h4, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup h4 {
	font-size:0.78em;
	margin-bottom:2px;
	}



.view-id-CCDRN_agenda .content_agenda .hgroup h4 span.date-display-single, .view-CCDRN-page-ultimas-noticias .content_agenda h4 span.date-display-single {
    color:#85a3c2;
    margin-right: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup h4 span.date-display-single .date-display-start {
	background:#e5ecf2;
	color:#5c85ad;
	padding-left:6px;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup h4 span.date-display-single .date-display-end {
	background:#e5ecf2;
	color:#5c85ad;
	padding:0px 6px;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup h4 span.date-display-single span.date-display-separator {
 display: inline-block;
    text-indent: -9000px;
    width: 1px;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup h4 .date-display-start {
	color:#85a3c2;
	padding-right:6px;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup h4 .date-display-end {
	background:#e5ecf2;
	color:#5c85ad;
	padding:0px 6px;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup h4 .date-display-separator {
 display: inline-block;
    text-indent: -9000px;
    width: 1px;
	background:#85a3c2;
	}




.view-id-CCDRN_agenda .content_agenda .hgroup h4 p, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup h4 p {
	float:left;
	}


.view-id-CCDRN_agenda .content_agenda .hgroup p, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup p {
	}



.view-id-CCDRN_agenda .content_agenda .hgroup a, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup a {
	float:none;
	}




.view-id-CCDRN_agenda .content_agenda .hgroup h2, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup h2 {
	font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
	margin-bottom:3px;
	}
	
	
	
	
	
	
	
	
#views-exposed-form-CCDRN-agenda-page-1, #views-exposed-form-CCDRN-agenda-page-2, #views-exposed-form-CCDRN-agenda-page-3, #views-exposed-form-CCDRN-agenda-page-4, #views-exposed-form-CCDRN-agenda-page-5 {
	margin-left:0px;
	}	
	
	






.view-CCDRN-alertas .content_agenda, .view-CCDRN-page-ultimas-noticias .content_agenda {
	display:block;
	width:100%;
	float:left;
	} 	
	
		
	
.view-CCDRN-alertas .content_agenda .figure, .view-CCDRN-page-ultimas-noticias .content_agenda .figure {
    display: inline-block;
    float: left;
    height: auto;
    width: 20%;
	line-height:0.1px;
	} 		


.view-CCDRN-alertas .content_agenda .figure a img, .view-CCDRN-page-ultimas-noticias .content_agenda .figure a img {
    display: block;
    height: auto;
    width: 100%;
	} 		

	
.view-CCDRN-alertas .content_agenda .hgroup, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup {
    background-image: url("/images/framework/entry-h2-background.jpg");
    background-position: -1px 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: auto;
    margin-left: 1.5%;
    padding: 0 1% 0 1%;
    width: 73%;
	}
	
	
	
.view-CCDRN-alertas .content_agenda .hgroup h4, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup h4 {
	font-size:0.78em;
	margin-bottom:2px;
	}



.view-CCDRN-alertas .content_agenda .hgroup h4 span.date-display-single, .view-CCDRN-page-ultimas-noticias .content_agenda h4 span.date-display-single {
    color:#85a3c2;
    margin-right: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
	}


.view-CCDRN-alertas .content_agenda .hgroup h4 span.date-display-single .date-display-start {
	background:#e5ecf2;
	color:#5c85ad;
	padding-left:6px;
	}


.view-CCDRN-alertas .content_agenda .hgroup h4 span.date-display-single .date-display-end {
	background:#e5ecf2;
	color:#5c85ad;
	padding:0px 6px;
	}


.view-CCDRN-alertas .content_agenda .hgroup h4 span.date-display-single span.date-display-separator {
 display: inline-block;
    text-indent: -9000px;
    width: 1px;
	}


.view-CCDRN-alertas .content_agenda .hgroup h4 .date-display-start {
	color:#85a3c2;
	padding-right:6px;
	}


.view-CCDRN-alertas .content_agenda .hgroup h4 .date-display-end {
	background:#e5ecf2;
	color:#5c85ad;
	padding:0px 6px;
	}


.view-CCDRN-alertas .content_agenda .hgroup h4 .date-display-separator {
 display: inline-block;
    text-indent: -9000px;
    width: 1px;
	background:#85a3c2;
	}




.view-CCDRN-alertas .content_agenda .hgroup h4 p, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup h4 p {
	float:left;
	}


.view-CCDRN-alertas .content_agenda .hgroup p, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup p {
	}



.view-CCDRN-alertas .content_agenda .hgroup a, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup a {
	float:none;
	}




.view-CCDRN-alertas .content_agenda .hgroup h2, .view-CCDRN-page-ultimas-noticias .content_agenda .hgroup h2 {
	font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
	margin-bottom:3px;
	}
	
	
	
	
	
	
	
	
#views-exposed-form-CCDRN-agenda-page-1, #views-exposed-form-CCDRN-agenda-page-2, #views-exposed-form-CCDRN-agenda-page-3, #views-exposed-form-CCDRN-agenda-page-4, #views-exposed-form-CCDRN-agenda-page-5 {
	margin-left:0px;
	}	
	
#views-exposed-form-CCDRN-alertas-page-1, #views-exposed-form-CCDRN-alertas-page-2, #views-exposed-form-CCDRN-alertas-page-3, #views-exposed-form-CCDRN-alertas-page-4, #views-exposed-form-CCDRN-alertas-page-5 {
	margin-left:0px;
	}	
	












/* pager */



.item-list .pager {
    clear: both;
    display: block;
    font: 12px arial;
    height: auto;
    margin: 50px 0px 0px;
    overflow: hidden;
    text-align: left !important;
    width: auto;
}
.item-list .pager li {
    background-color: #EEEEEE;
    background-image: none;
    display: inline;
    line-height: 30px;
    list-style-type: none;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: -1px;
    padding: 8px 14px !important;
    text-align: left;
}

.item-list .pager li:hover {
    background-color: #5c85ad ;
	color:fff !important;
	}

.item-list .pager li:hover a {
    color: #fff;
	}




.item-list .pager li.pager-next {
	background:none;
 	border-right:solid 1px #eeeeee;
	
	}

.item-list .pager li.pager-next:hover {
	background:none;
	}

.item-list .pager li.pager-next a {
	color:#336699;
	}

.item-list .pager li.pager-next a:hover {
	color:#DBE5EE;
	}


.item-list .pager li.pager-last {
	background:none;
 	border-right:solid 1px #f1f1f1;
	}

.item-list .pager li.pager-last:hover {
	background:none;
	}

.item-list .pager li.pager-last a {
	color:#DBE5EE;
	}

.item-list .pager li.pager-last a:hover {
	color:#336699;
	}


.pager-current {
    background-color: #dbe5ee !important;
    color: #336699 !important;
    font-weight: bold;
}

.pager-current.first {
    background-color: #dbe5ee !important;
    color: #336699 !important;
    font-weight: bold;
}
.item-list .pager li:hover li {
    background-color: #dbe5ee !important;
    color: #336699 !important;
    font-weight: bold;
}

.item-list .pager li:hover li {
    background-color: #dbe5ee !important;
    color: #336699 !important;
    font-weight: bold;
}

.item-list .pager li a {
	color:#336699;
	}

/* print  */ 





.head-agenda {
	display:inline-block;
	font-size:0.7em;
	color:#fff;
	background:#5C85AD;
	padding:3px 5px;
	margin-top:0px;
	}


section.div-content-entry p a.download {
	display:block;
    background: url("/images/framework/icon_download_paginas.png") no-repeat;
	background-position:0px 0px;
	padding-left:22px;
	margin-left:-22px;
	}




	
	
/* admin */
div.view div.views-admin-links ul {
    left: 10px;
    position: absolute;
    top: 20px;
}

div.view div.views-admin-links li a {
	color:#000;
	line-height:1em;
	}	


div.error, tr.error {
    background: none repeat scroll 0% 0% #FCC;
    color: #200;
    padding: 5px 6px !important;
    font-size: 0.87em;
	margin:5px 0px 15px;
}


.main-content #simplenews-confirm-add-form .container-inline input {
    padding: 1% 2% 1%;
    background: #eeeeee;
    border: solid 1px #ddd;
    margin: 2.5%;
	}

.honeypot-textfield{
	display: none;
}

.contactos-link a{
	color: #fff;
	font-size: 1em;
	text-decoration: underline!important;
}