@charset "utf-8";
@import url('galeria.css');
html {
	margin: 0px;
	padding: 0px;
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
}
img {
	/*max-width:100%;*/
	border:0px;
}
.block {
	display: block;
}
.cboth {
	clear: both;
}
.lista1 { 
   margin : 2px; 
   padding : 2px; 
   clear : left; 
   float : none; 
   height : 10px; 
   width : 300px; 
   border : 1px solid #cccccc; 
 } 
.lista1:hover { 
   margin : 2px; 
   padding : 2px; 
   clear : left; 
   float : none; 
   height : 10px; 
   width : 300px; 
   border : 1px solid #000000; 
 } 
 .lista2 { 
   margin : 2px; 
   padding : 2px; 
   clear : left; 
   float : none; 
  
   border : 1px solid #cccccc; 
 } 
.lista2:hover { 
   margin : 2px; 
   padding : 2px; 
   clear : left; 
   float : none; 
   
   border : 1px solid #000000; 
 } 
.uppercase {
	text-transform: uppercase;
}
.bg_site {
	background-color: #ededef;
	background-image: url(../img/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_menu-geral {
	background-image: url(../img/bg_menu-geral.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_sombra-topo {
	background-image: url(../img/bg_sombra-topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_sombra-esquerda-direita {
	background-image: url(../img/bg_sombra-esquerda-direita.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.bg_area-reservada {
	background-image: url(../img/bg_area-reservada.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu-geral {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-geral li {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-geral li a {
	height: 29px;
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	padding-top: 13px;
}
.menu-geral li a:hover {
	background-color: #99cc33;

}
.menu-geral li .on {
	background-color: #99cc33;

}
.form {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
.form a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
.form a:hover {
	text-decoration: none;
}
.login {
	margin-right: 20px;
}


.login  .box {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 24px;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.login  .box-label {
	margin: 0px;
	height: 19px;
	width: 157px;
	border: 1px solid #8bb92e;
	display: block;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: text;
}
.login .box-label:hover {
	border: 1px solid #333333;
}
.login .user{
	background-image: url(../img/img_user.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;

}
.login .password{
	background-image: url(../img/img_password.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.login  .bts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 24px;
	border: 1px solid #333333;
	text-transform: uppercase;
	width: 30px;
}
.login  .bts:hover {
	background-color:#666666;
}
.login .tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8bb92e;
	text-decoration: none;
}
.conteudos {
	font-family: 'Open Sans', Calibri, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-decoration: none;
	background-color: #FFFFFF;
}
.conteudos a{
	font-family: 'Open Sans', Calibri, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.conteudos  h1 {
	font-size: 25px;
	line-height: normal;
	color: #99cc33;
	font-family: 'Open Sans', Calibri, sans-serif, Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
	text-indent: -2px;
}
.conteudos  h2 {
	font-size: 24px;
	line-height: normal;
	color: #99cc33;
	font-family: 'Open Sans', Calibri, sans-serif, Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
}
.conteudos .hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-bottom: 10px;
}

.conteudos h2 a {
	color: #99cc33;
	text-decoration: underline;
	font-size: 10px;
	margin-left: 7px;
}
.conteudos .separador {
	background-color: #CCCCCC;
	width: 1px;
}

.conteudos-slideshow {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 25px;
	line-height: 18px;
}

.col-direita {
	font-size: 11px;

}
.col-direita p {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
.c-slideshow {
	margin: 0px;
	padding: 0px;
	height: 373px;
	width: 512px;
	position: relative;
	text-align: right;
	background-color: #FFFFFF;
}
.c-slideshow .mask {
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
}

.c-slideshow .slideshow {
	margin: 0px;
	padding: 0px;
	height: 373px;
	width: 512px;
}
.c-slideshow .pg {
	position: absolute;
	z-index: 15;
	right: 12px;
	bottom: 12px;
}
.c-slideshow .pg a {
	background-image: url(../img/bt_slide.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0px;
	height: 10px;
	width: 10px;
	text-indent: -5000em;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	filter: Alpha(Opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
}
.c-slideshow .pg .activeSlide {
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.pag .pg {
	position: absolute;
	z-index: 15;
	left: 12px;
	bottom: 12px;
}
.conteudos .noticia {
	width: 190px;
	float: left;
	margin-right: 20px;
}

*+html .conteudos p { margin-top: 12px; }

.conteudos .noticia .data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.conteudos .noticia .img {
	margin-bottom: 8px;
}
.conteudos .noticia .tit {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.conteudos .noticia .bt_sabermais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99cc33;
	position: relative;
	display: block;
	text-align: right;
}
.conteudos .noticia .bt_sabermais:hover {
	color: #333333;
	text-decoration: underline;
}

.conteudos .col-margin {
	padding-left: 19px;
}
.conteudos .aniversario-tit {
	margin-right: 19px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.conteudos  .aniversario-tit a {
	background-image: url(../img/bt_vermais-aniversarios.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ebf5d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669900;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.conteudos .aniversario-tit a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99cc33;
	background-image: url(../img/bt_vermais-aniversarios-on.png);
}


.conteudos .aniversario {
	background-color: #f6f6f6;
	color: #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.conteudos .aniversario .anos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.rodape {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	line-height: 18px;
}
.rodape a {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}
.rodape a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.rodape .tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
	padding-bottom: 0px;
}
*+html .rodape .tit { margin-top: 12px; }

.rodape .morada {
	margin-top: 0px;
	padding-top: 0px;
}

.rodape .links {
	margin-top: 20px;
	margin-bottom: 30px;
}
.rodape .links a {
	margin-right: 11px;
	margin-left: 11px;
}

.form-contactos {
	margin: 0px;
	padding: 0px;
}
.form-contactos .box {
	font-size: 12px;
	color: #000000;
	border: 1px solid #C3C3C3;
	background-image: url(../img/bg_gradient-preto.png);
	background-repeat: repeat-x;
	background-position: left -18px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	outline:none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form-contactos .box:focus {
	border:1px solid #333333;
	outline:none;
}
.form-contactos .bts {
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333333;
	border: 1px solid #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	margin-left: 0px;
	background-image: url(../img/bg_gradient-branco.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form-contactos .bts:hover {
	background-color: #333333;
	border: 1px solid #333333;
	background-image: none;
}
.form-contactos .copia {
	margin-right: 7px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

.admin_form {
	font-size: 11px;
	font-family: verdana;
	color: #000000;
	border: 1px solid #C3C3C3;
	background-image: url(../img/bg_gradient-preto.png);
	background-repeat: repeat-x;
	background-position: left -18px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	outline:none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.admin_form:focus {
	border:1px solid #333333;
	outline:none;
}
.cookies {
	font-family: Calibri;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 4px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}
@media (max-width:767px) {
.cookies {
	top: auto;
	bottom: 0px;
}
}
.cookies .cookie-mensagem {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 0px;
}
.cookies .cookie-bts {
	text-align: center;
}
.cookies .cookie-bts .btn-default {
	  color: #0c0c0c;
    background-color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: 10px;
	padding: 3px 10px;
}
.cookies .cookie-bts .btn-default.btn-cookies {
	background-color: #698d23;
	color: #fff;
}

*+html .form-contactos .bts {	text-decoration: none;	background-color: #333333;	font-weight: bold;	padding-top: 5px;	padding-right: 1px;	padding-bottom: 5px;	padding-left: 1px;	display: block;	margin-left: 0px;	background-image: url(../img/bg_gradient-branco.png);	background-repeat: no-repeat;	background-position: left top;	cursor: pointer;	color: #FFFFFF;	float: left;	margin-top: 0px;	margin-right: 5px;	margin-bottom: 0px;	font-size: 11px;	outline:none;	font-family: Arial, Helvetica, sans-serif;	border-top-width: 0;	border-right-width: 0;	border-bottom-width: 0;	border-left-width: 0;	border-top-style: none;	border-right-style: none;	border-bottom-style: none;border-left-style: none;}
