/*@font-face {
        font-family: 'Varela';
        src: url('../../fonts/VarelaStd-Regular.eot?') format('eot'), 
             url('../../fonts/VarelaStd-Regular.otf')  format('opentype'),
             url('../../fonts/VarelaStd-Regular.woff') format('woff'), 
             url('../../fonts/VarelaStd-Regular.ttf')  format('truetype'),
             url('../../fonts/VarelaStd-Regular.svg#VarelaStd-Regular') format('svg');
}*/
 @font-face {
     font-family:"Asap";
     src:url("../../fonts/Asap-Regular.eot?") format("eot"),
         url("../../fonts/Asap-Regular.woff") format("woff"),
         url("../../fonts/Asap-Regular.ttf") format("truetype"),
         url("../../fonts/Asap-Regular.svg#Asap-Regular")   format("svg");
     font-weight:normal;
     font-style:normal;}

html, body {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:14px;
    color:#000000;
    -webkit-font-smoothing: antialiased;
    /*    background:url(../../imagens/bg01.jpg) left top repeat;*/
}

hr{ 
    margin:0px;
    padding:0px;
    height:0;
    color:#ccccce;
    width:100%;
    height:1px;
    border:0;
    background-color: #ccccce;
}  

.clr {
    margin:0; 
    padding:0;
    clear:both;
}
/* Global Classes starts */
* {
    outline:none;
}

div, form, P
{
    margin:0px;
    padding:0px;
}

A IMG /* This Class will disble border over any link on imagens*/
{ 
    border:none;
    outline:none
}
a
{
    text-decoration:underline;
    color:#004274;
}

/*a:hover
{
    text-decoration:none;
    color:#fff;
}*/
p
{
    color:#000000;
    padding:5px 0px 5px 0px;
    margin:5px 0px 5px 0px;
}

p a
{
    text-decoration:underline;
    color:#004274;
}

p a:hover
{
    text-decoration:none;
    color:#fff;
}

UL
{
    /* Controls NORMAL UL */
    margin:0 0 0 15px; 
    padding:0 0 0 0;
    list-style-type:none; 
    color:#000000;
}

UL LI
{
    /* Controls NORMAL li inside UL */
    margin:0 0 3px 0; 
    padding:0 0 0 12px;
}

UL strong	{
    font-size:15px;
}	

OL 
{
    /* Controls NORMAL OL */
    margin:0 0 0 28px; 
    padding:0 0 0 0;
    list-style-type:decimal; 
}

OL LI
{
    /* Controls NORMAL li inside OL */
    text-decoration:underline;
    color:#000000;
}

OL LI A, LI A , OL A
{
    /* Controls LINKS inside OL */
    text-decoration:none;
/*    text-decoration:underline;*/
    color:#004274;
}

OL A:HOVER
{
    /* Controls LINKS HOVER inside OL */
    text-decoration:none;
    color:#fff;
}

UL A
{
    /* Controls LINKS inside UL */
/*    text-decoration:underline;*/
    color:#004274;
}

UL A:HOVER
{
    /* Controls LINKS HOVER inside UL */
    text-decoration:none;
    color:#fff;
}
/* ----Global Classes ends-----*/
.button, .btn, input button, button{
    margin:15px 10px 0px 0px;
    padding:4px 12px 5px 12px;
    font-size:14px;
    color:#FFF;
    border:none;
    background:#cb0202;
    cursor:pointer;
    font-family:'Conv_MyriadPro-Regular',Sans-Serif;
    height:auto;
    width:auto;
}

.button:hover, .btn:hover, input button:hover, button:hover{
    background:#004274;
}	



.bg {
    height: auto;
    width: 100%;
}
.main_header {
    background-image: url(../imagens/main_headerbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 624px;
    width: 100%;
}
.innermain_header {
    height: 624px;
    width: 1000px;
    margin:0 auto;
}
.logobg {
    background-image: url(../imagens/header_bg.png);
    background-repeat: no-repeat;
    height: 148px;
    width: 100%;
}
.logo {
    float: left;
    margin:10px 0 0 0;
    max-width: 328px;
}
.searchcontainer {
	position: relative;
    height: 94px;
    width: 432px;
    float: right;
    margin: 15px 0 0 0;
}
.contact {
    font-family: 'Asap';
    font-size: 14px;
    font-weight: 400;
    color: #0f606c;
    float: left;
    margin: 11px 0px 0 0px;
}


button {
    background: rgb(24,125,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,125,134,1) 0%, rgba(11,71,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,125,134,1)), color-stop(100%,rgba(11,71,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187d86', endColorstr='#0b474f',GradientType=0 ); /* IE6-9 */

    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #505858;
    color: #FFFFFF;
    padding: 8px 25px;
    margin: 0px 55px 0 0;
    float:right;
    border: solid 1px #2a8b7b;
    border-radius: 3px;
}


button:hover:not(.banner_button), button.active {
    background: rgb(150,150,150); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(88,88,88,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(88,88,88,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#585858',GradientType=0 ); /* IE6-9 */

    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #505858;
    color: #FFFFFF;
    padding: 8px 25px;
    margin: 0 55px 0 0;
    float:right;
    border: solid 1px #2a8b7b;
    border-radius: 3px;
}
.clear {
    clear: both;
}
.searchfield {
    background-color: #FFFFFF;
    height: 38px;
    width: 224px;
    margin:15px 0 0 115px;
    float: left;
    padding:0 18px;
    border: 1px solid #c3c5c7;
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    border-radius: 3px;
}
.search_icon {
    float: right;
    margin:15px 0 0 0;
    border-radius: 3px;
    cursor: pointer;
}
.menubar {
    background: rgb(24,125,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,125,134,1) 0%, rgba(11,71,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,125,134,1)), color-stop(100%,rgba(11,71,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187d86', endColorstr='#0b474f',GradientType=0 ); /* IE6-9 */
    /*background-image:url(../../imagens/menubar_bgimage.png);
    background-repeat:no-repeat;
    background-position:center center;*/

    height: 59px;
    width: 1000px;
    border: 1px solid #2a8b7b;
    margin:0 auto;
    padding:0px;
    border-radius: 3px;
    text-transform: uppercase;
}




.menubar li {
    font-family: 'Asap';
    
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    list-style-type: none;
    float: left;
    width:115px;

    padding:13px 13px;
    text-align:center;
    border-right:solid 1px #176a77;
    border-left:solid 1px #13525b;
    text-shadow: 1px 1px 1px #505858;
}
.menubar li:hover {
    background: rgb(150,150,150); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

    font-family: 'Asap';
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    list-style-type: none;
    float: left;
    width:115px;
    padding:13px 13px;
    text-align:center;
    border-right:solid 1px #176a77;
    border-left:solid 1px #13525b;
    text-shadow: 1px 1px 1px #505858;
    cursor: pointer;
}
.menubar a {
    font-family: 'Asap';
    color: #FFFFFF;
    text-decoration: none;
}

.menubar li:first-child {
    width:58px;
    padding:13px 40px;
    border-left:none;
}
.menubar li:last-child {
    width:67px;
    padding:13px 39px;
    border-right:none;
    margin-right: -10px;
}
#example ul {
    font-size: 10px;
}
.menu_shadow {
    background-image: url(../imagens/menu_shadow.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 38px;
    width: 1000px;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
}
.bannerbg {
    height: 285px;
    width: 1000px;
    border: 1px solid #acacac;
    margin-top: -15px;
    border-radius: 5px;
}
.headingtext_container h3 {
    font-family: 'Varela';
    font-size: 30px;
    font-weight: 400;
    color: #0f606c;
    margin: 0;
    padding: 0px;
}
.headingtext_container {
    float: left;
    margin:10px 0 0 18px;
    height: 100px;
}
.headingtext_container h2 {
    font-family: 'Varela';
    font-size: 40px;
    font-weight: 400;
    color: #777777;
    margin: 0px;
    padding: 0px;
}
.right_side {
    margin:10px 0 0 400px;
}
.middle_container {
    height: auto;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}
.carousel_imagenshadow {
    background-image: url(../imagens/carousel-mg_shadow.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
}
.carousel_imagetext {
    font-family: 'Varela';
    font-size: 18px;
    font-weight: 400;
    color: #0f606c;
    text-align: center;
    margin-top: -8px;
}
.carousel_imagetext a {
    color: #0f606c;
    text-decoration: none;
}
.carousel_imagetext a:hover {
    color: #777777;
    text-decoration: none;
}
.news_container {
    float: right;
    width: 307px;
    margin-top: 20px;
    height: auto;
}
.banner_textbg {
    background-image: url('https://www.acap.pt/site/imagens/banner-textbg.png');
    background-repeat: no-repeat;
    height: 285px;
    width: 340px;
    display: inline-block;
    float: right;
    margin-left: -6px;
}
.banner_textbg .banner_textheading {
    font-family: 'Asap';
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    width: 180px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 20px;
    text-indent: initial;
}
.banner_textbg .banner_maintext {
    font-family: 'Asap';
    font-size: 60px;
    font-weight: 700;
    color: #777777;
    margin:10px 0 0 20px;
}
.banner_textbg .banner_content {
    font-family: 'Asap';
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    width: 260px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
}
.banner_button {
    font-family: 'Asap';
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-image: url(../imagens/banner_plus.png) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    border:none;
    padding:10px 33px 10px 25px;
}
.notice_line {
    background-image: url(../imagens/calender_border2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: auto;
    padding:0 0 10px 0;
}
.notice_title {
    font-family: 'Varela';
    color: #777777;
    font-size: 13px;
    font-weight: 400;
  
    padding: 10px 0 0 0;
}
.notice_content,  .notice_content p{
    font-family: 'Varela';
    font-size: 15px;
    font-weight: 400;
 	font-weight: bold;
    color: #006892;
    line-height: 20px;
    padding: 0 0 0 0;
}

.notice_content:first-letter {
    text-transform: uppercase;
}

.notice_readmore {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #0c4d56;
    float: right;
    margin: -15px 0 0 0;
}
.footer_mainbg {
    background-image: url(../imagens/main_footerbg.png);
    background-repeat: no-repeat;
    height: 502px;
    width: 100%;
    background-position: center center;
}
.inner_footerbg {
    height: 502px;
    width: 1000px;
    margin: 0 auto;
}
.footer_headingbox {
    float: left;
    height: 55px;
    width: 330px;
    margin: 120px 0 0 0;
}
.footer_headingbox h4 {
    font-family: 'Varela';
    font-size: 18px;
    font-weight: 400;
    color: #0f606c;
    margin: 0px;
    padding: 0px;
}
.footer_headingbox h3 {
    font-family: 'Varela';
    font-size: 30px;
    font-weight: 400;
    color: #777777;
    margin: 0px;
    padding: 0px;
}
.footer_contentbox {
    height: auto;
    width: 1000px;
    background-image: url(../imagens/footer_shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 20px;
}
.footer_logobox {
    float: left;
    height: auto;
    width: 330px;
}
.footer_logo {
    float: left;
}
.logo_sitesddress {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    float: left;
    margin: 18px 0 0 0;
}
.logo_sitesddress a {
    color: #777777;
    text-decoration:none;
}
.newsletterfield {
    background-color: #FFFFFF;
    height: 38px;
    width: 224px;
    margin:0;
    padding:0 18px;
    border: 1px solid #c3c5c7;
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    border-radius: 3px;
    box-shadow: inset 0px 1px 2px #C9C9BA;
}
.register {
    background: rgb(24,125,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(24,125,134,1) 0%, rgba(11,71,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,125,134,1)), color-stop(100%,rgba(11,71,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(24,125,134,1) 0%,rgba(11,71,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187d86', endColorstr='#0b474f',GradientType=0 ); /* IE6-9 */

    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #505858;
    color: #FFFFFF;
    padding: 8px 25px;
    margin: 20px 69px 0 0;
    float:right;
    border: solid 1px #2a8b7b;
    border-radius: 3px;
}






.register:hover {
    background: rgb(150,150,150); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(88,88,88,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(88,88,88,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(88,88,88,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#585858',GradientType=0 ); /* IE6-9 */

    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #505858;
    color: #FFFFFF;
    padding: 8px 25px;
    margin: 20px 69px 0 0;
    float:right;
    border: solid 1px #2a8b7b;
    border-radius: 3px;
}.copyright {
    font-family: 'Varela';
    font-size: 10px;
    font-weight: 400;
    color: #777777;
    padding: 30px 0 0 0;
    float: left;
}
.bottom_logo {
    float: right;
    padding: 30px 0 0 0;
}

.inner_header {
    background-image:url(../imagens/main_headerbg-inner.png);
    background-repeat:no-repeat;
    background-position:center center;
    height: 496px;
}

.inner_pagetitle {
    font-family: 'Varela';
    font-size: 35px;
    font-weight: 700;
    color: #0f606c;
    padding: 65px 0 0 45px;
    text-transform: uppercase;
	margin: 0;
}

.inner_pagetitle2 {
    font-family: 'Varela';
    font-size: 46px;
    font-weight: 700;
    width: 750px;
    color: #333333;
    padding: 0px 0 0 45px;
	margin: 0;
}
.calender_navbox {
    height: 40px;
    width: 275px;
    float: left;
    margin: 0px 75px 0 0;
}
.calender_nav {
    float: left;
}
.calender_navtextbox {
    float: left;
    height: 38px;
    width: 183px;
    border: 1px solid #bdbfc0;
    margin: 0 0 0 -2px;
}
.calender_navtextbox2 {
    float: left;
    height: 38px;
    width: 183px;
    border: 1px solid #bdbfc0;
    margin: 0 0 0 -2px;
}
.calender_navtext {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    text-align: center;
    padding: 11px 0 0 0;
}
.calender {
    height: 525px;
    padding: 0px;
    margin: 60px 0 0 0;
    float: left;
    /*border-right-color: #e5e5e5;
    border-bottom-color: #e5e5e5;
    border-left-color: #e5e5e5;*/
}
.calender_month {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #0e5a65;
    text-align: left;
    padding:0 0 0 10px;
}
.calender_datebox {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    text-align: left;
    padding: 10px 0 0 10px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
}
.calender_datebox.select {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    text-align: left;
    padding: 10px 0 0 10px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #e5e5e5;
    border-left-color: #e5e5e5;
    background-color:#0f606c;
}
.blank {
    border:none;
}
.corner_right {
    border-right: solid 1px #e5e5e5;
}
.corner_right2 {
    border-right: solid 1px #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
}
.calender_dateboxbottom {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    text-align: left;
    padding: 10px 0 0 10px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
}
.calender_dateboxbottom:hover {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 10px 0 0 10px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    background-color:#0f606c;
}.calender_indicatorbox {
    float: left;
    height: 32px;
    margin: 114px 0 0 20px;
}
.indicator_box {
    background-color: #0f606c;
    height: 32px;
    width: 32px;
    float: left;
}
.calender_indicatorbox .indicator_text {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    float: left;
    margin: 7px 0 0 10px;
}
.event_box {
    height: auto;
    width: 660px;
    background-image: url(../imagens/calender_shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 50px 0 100px 0;
}
.event_container {
    background-image: url(../imagens/calender_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: auto;
    width: 100%;
    padding: 20px 0 10px 0;
	display: table;
}
.event_container:hover {
    background-image: url(../imagens/calender_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: auto;
    width: 100%;
    background:#f4f4f4;
    padding: 20px 0 10px 0;
    border-radius: 5px;
}
.event_date {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    width: 150px;
	height: 150px;
    color: #0f606c;

	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.event_date2 {
    font-family: 'Varela';
    font-size: 12px;
    font-weight: 400;
	padding-left: 40px;
	color: #0f606c;
}
.event_rightcontainer {
    float: left;
    height: 120px;
	display: table;
}
.event_container table{
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.event_name {
    font-family: 'Varela';
    font-size: 18px;
    font-weight: 400;
    color: #0f606c;
}
.place {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    width: 140px;
    padding: 10px 0 0 0;
    float: left;
}
.event_content {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    width:300px;
	height: 120px;
    padding: 10px 0 0 0;
   
	display: table-cell;
	vertical-align: middle;
}
.event_sponsor {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #0f606c;
    padding: 10px 25px 0 25px;
	display: table-cell;
	vertical-align: middle;
}.innerpage_newscontainer {
    height: auto;
    width: 670px;
    margin: 0 0 100px 0;
}
.innerpage_newsbox {
    background-image: url(../imagens/calender_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    padding: 30px 0;
}
.inner_newsdate {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}
.innerpage_newsbox .grid.cs-style-1 li {
    float: left;
    list-style-type: none;
    margin: 0 30px 0 0;
    width: 420px;
}
.innerpage_newsbox .grid.cs-style-1 li:first-child {
    float: left;
    list-style-type: none;
    margin: 0 30px 0 0;
    width:150px;
}
.innerpage_newsbox .grid.cs-style-1 {
    margin: 0px;
    padding: 0px;
}
.inner_newstitle {
    font-family: 'Varela';
    font-size: 18px;
    font-weight: 700;
    color: #005d52;
}
.inner_newscontent {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    padding: 10px 0 0 0;
}
.inner_newsreadmore {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #0c4d56;
    float: right;
    padding:10px 0 0 0;
}
.inner_newsnav {
    float: right;
    padding: 10px 0 0 0;
}
.last_pagecontainer {
    height: auto;
    width: 620px;
    padding: 50px; 0 0 0;
    margin: 0 0 80px 0;
}
.last_pagecontainer h4 {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin:0px;
}
.last_pagecontainer h2 {
    font-family: 'Varela';
    font-size: 18px;
    font-weight: 700;
    color: #0f606c;
    margin: 5px 0 15px 0;
}
.last_pagecontainer p, .last_pagecontainer a {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
    text-decoration: none;
}
.event_navbulletin {
    float: left;
    padding:10px 10px 0 0;
}
.event_navarrow {
    float: left;
    margin:0 10px 0 0;
}

.agend_bal{
    position: absolute;
    z-index: 10;
    margin-top: 10px;
    margin-left: 20px;
    display: none;
    padding: 10px;
}

.paginabody{
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
.paginabody a{
    font-size: 15px;
    font-weight: bold;
    color: #2e6d77 !important;
    text-decoration: none;
}

.paginabody ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.paginabody ul li{
    background: url('../imagens/list_img.jpg');
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 10px;
    width: 100%;


    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
.paginabody ul li p{
	margin: 0;
	padding: 0;
}
.paginabody ul li a{
    text-decoration: none;
    color: #004274 !important;
    font-weight: normal;
    font-size: 14px;
}

#pagina5 ul li{
    margin-bottom: 30px;
}
#pagina8 ul li{
    padding-left: 20px;
    margin-left: 5px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
}

.paginabody h1{
    background: url('../imagens/header_t.png');
    background-repeat: no-repeat;
    height: 52px;
    width: 590px;
    font-family: 'Varela';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
}

/* Sub titulo da página Agenda */
.agenda {
    font-family: 'Varela';
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 30px 0 0 45px;
    text-transform: uppercase;
	margin: 0;
}


.paginabody h2{
    font-weight: bold;
}

#contactos h2{
    margin: 0;
    margin-top: 10px;
}
#contactos table{
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
#contactos .event_container{
    width: 640px;
    background: url(../imagens/calender_border.png) center bottom no-repeat !important;
}
#contactos .event_container table{
    width: 100%;
	font-size: 12px;
}
#contactos .event_container table tr td{
	vertical-align: top;
}
#contactos .event_container table tr td:first-child{
    width: 230px;
}
#contactos .event_container table tr td:last-child{
    width: 240px;
}
#contactos .event_container table a{
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
#contactos .event_container h2{
    margin: 0;
}


#pagina2 ul li{
    font-weight: bold;
    padding-left: 20px;
}

#historia{
    height: 4499px;
    width: 1000px;
    background: url('../imagens/b_historia_2.jpg') center 100px no-repeat;
}
#pesquisa{
    width: 1000px;

}
#newsletter table tr td{
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
#pesquisa a{
    color: #777777 !important;
}

.hist_ano {
    height: 200px;
    width: 250px;
    display: block;
}
.hist_ano .banner_textheading {
    font-family: 'Varela';
    font-size: 20px;
    font-weight: 400;
    color: #0f606c;
    font-weight: bold;
    text-indent: initial;
}
.hist_ano .banner_maintext {
    font-family: 'Varela';
    font-size: 35px;
    margin-top: 5px;
    font-weight: 700;
    color: #777777;
}
.hist_ano .banner_content {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
div.ano1910{
    margin-top: 180px;
    margin-left: 40px;
    text-align: right;
}

img.ano1910{
    margin-right: 250px;
    margin-top: -300px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano1914{
    margin-top: 20px;
    margin-right: 80px;
    text-align: left;
    float: right;
}

img.ano1914{
    margin-right:250px;
    margin-top: 20px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano1938{
    margin-top: -145px;
    text-align: left;
    float: left;
    text-align: right;
    left: 0;
}
img.ano1938{
    margin-left: 100px;
    margin-top: 30px;
    position: relative;
    float: left;
    z-index: 10;
    display: block;
}

div.ano1953{
    margin-top: 150px;
    margin-right: 80px;
    text-align: right;
    float: left;
}

img.ano1953{
    margin-right:300px;
    margin-top: -250px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}
div.ano1985{
    margin-top: 00px;
    margin-right: 90px;
    float: right;
    text-align: left;
}

img.ano1985{
    margin-right: 250px;
    margin-top: 100px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano1997{
    margin-top: -200px;
    margin-right: 80px;
    text-align: right;
    float: left;
}

img.ano1997{
    margin-left: 160px;
    margin-top: 120px;
    position: relative;
    float: left;
    z-index: 10;
    display: block;
}

div.ano2000{
    margin-top: -120px;
    margin-right: 80px;
    text-align: left;
    float: right;
}

div.ano2002{
    margin-top: 200px;
    margin-right: 80px;
    text-align: right;
    float: left;
}

img.ano2002{
    margin-right: 200px;
    margin-top: -270px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano2004{
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    float: left;
}

img.ano2004{
    margin-right: 200px;
    margin-top: -200px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano2007{
    margin-top:  55px;
    margin-right: 80px;
    float: right;
    text-align: left;
    left: 0;
}
img.ano2007{
    margin-right: 240px;
    margin-top: -40px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano2010{
    margin-right:80px;
    margin-top:60px;
    float: right;
    text-align: left;
}

img.ano2010{
    margin-left: 160px;
    margin-top: -255px;
    position: relative;
    float: left;
    z-index: 10;
    display: block;
}

div.ano2012{
    margin-left:0px;
    margin-top: 60px;
    position: relative;
    float: left;
    z-index: 10;
    display: block;
	text-align: right;
}

img.ano2012{
     margin-right: 220px;
    margin-top: -225px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

div.ano2013{
    margin-right:80px;
    margin-top: 140px;
    position: relative;
    text-align: left;
    float: right;
    z-index: 10;
    display: block;
}

img.ano2013{
     margin-right: 250px;
    margin-top: 0px;
    position: relative;
    float: right;
    z-index: 10;
    display: block;
}

.ic_controls{
    display: none;
}
.form_soc {
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
.form_soc table tr td{
    vertical-align: middle;
    text-align: right;
    height: 30px;
}
.form_soc input[type='text'] {
    background-color: #FFFFFF;
    height: 38px;
    width: 224px;
    margin: 5px 0;
    float: left;
    padding: 0 18px;
    border: 1px solid #c3c5c7;
    font-family: 'Varela';
    font-size: 14px;
    font-weight: 400;
    color: #c9c9c9;
    border-radius: 3px;
}
.form_soc input[type='checkbox'] {
    float: left;
    margin-left: 20px;
}
.form_soc label {
    float: left;
}