html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;
	color:#fff;
	margin: 0;
	padding: 0;
	background:#000;
}
			
/*#content {
	position: relative;
	width:955px;
	left: 50%;
	margin-left:-478px;
	background:#000000;
	height:100%;
}*/

#content {
	position: relative;
	width:100%;
	background:#000;
}


/*-------- TOPO -----------------*/
#topo {
	position:relative;
	width:100%;
	/*height:115px;*/
	background:#D2EA2B;
	/*display:table;
	color:#002F14;
	font-weight:bolder;
	padding:10px 0;*/
}

#topoConteudo {
	position:relative;
	width:955px;
	/*height:150px;*/
	height:100%;
	left: 50%;
	margin-left:-478px;
	/*background:#D2EA2B;*/
}

/*
#topoInfo {
	padding:10px 20px;
	margin:0px;
}
*/

/*-------- Separador 1 -----------------*/
#separa1 {
	height:51px;
	background-image:url(../images/tira_1_background.gif);
}

#separa1 .centro{
	position:relative;
	/*height:43px;*/
	height:100%;
	background-image:url(../images/tira_1.gif);
	width:955px;
	left: 50%;
	margin-left:-478px;
}

#topoPesquisa {
		width:955px;
		padding:4px 0;
		display:table;
		margin-top:10px;
	}

/*-------- Separador 2 -----------------*/
#separa2 {
	height:55px;
	background-image:url(../images/tira_2_background.gif);
	
}

#separa2 .centro{
	position:relative;
	/*height:43px;*/
	height:100%;
	background-image:url(../images/tira_2.gif);
	width:955px;
	left: 50%;
	margin-left:-478px;
}

/*-------- Separador 3 -----------------*/
#separa3 {
	height:55px;
	background-image:url(../images/tira_3_background.gif);
	
}

#separa3 .centro{
	position:relative;
	/*height:43px;*/
	height:100%;
	background-image:url(../images/tira_3.gif);
	width:955px;
	left: 50%;
	margin-left:-478px;
}


/*-------- Separador 4 -----------------*/
#separa4 {
	height:28px;
	background-image:url(../images/tira_4_background.gif);
	
}

#separa4 .centro{
	position:relative;
	/*height:32px;*/
	height:100%;
	background-image:url(../images/tira_4.gif);
	width:955px;
	left: 50%;
	margin-left:-478px;
}



/*-------- MENU -----------------*/
#menus {
	width:100%;
	height:135px;
	background:#C15495;
	display:table;
}

#menusConteudo {
	position:relative;
	width:955px;
	height:135px;
	left: 50%;
	margin-left:-478px;
	/*background:#C15495;*/
	text-align:center;
}

#centermenutop {
	position:relative;
	width:928px;
	margin:0 auto;
}

.boxMenu {
	position:relative;
	float:left;
	width:114px;
	margin:0 2px 0 0;
	padding:0;
}

.boxMenu img {
	float:left;
	border:2px solid #FFF;
}

.boxMenu .desc {
	float:left;
	margin-top:2px;
	width:114px;
}

.boxMenu .desc a{
	display:block;
	color:#fff;
	padding:6px;
	background:#42ADE1;
	border:2px solid #fff;
	text-decoration: none;
	text-align:center;
	margin:0;
	height:1%;
	font-weight:bold;
}

.boxMenu .desc a:hover, .boxMenu .desc a.sel {
	color:#fff;
	background:#ff8b0e;
	display:block;
}

/*
#menus #menusConteudo ul {
	padding:0px;
	margin:0px;
}


#menus #menusConteudo ul li {
	display:inline;
	margin:-1px;
}

#menus #menusConteudo img {
	border:2px solid #FFF;
}

#menusTxt {
		padding-left:13px;
		_padding-left:11px;
}

#menus #menusConteudo #menusTxt a {
	width:110px;
	background:#42ADE1;
	float:left;
	border:2px solid #FFF;
	margin:1px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0;
}
*/

/*-------------------------*/
#princ {
	width:100%;
	/*height:100px;*/
	/*background:#3893C0;*/
	
	background:#3772bf;
	
	/*min-height:450px;*/
	padding:0;
	margin:0;
}

#princ #princConteudo {
	position:relative;
	width:955px;
	height:100%;
	left: 50%;
	margin-left:-478px;	
	/*background:#3893C0;*/
	padding:0px;
}

/*--------- CONTEUDO ----------------*/
#conteudo{
	padding:10px 20px;
	margin:0px;
}

#conteudo h1{
	font-size:1.4em;
	font-weight:bold;
	padding:0;
	margin:0;
	/*border-bottom:1px solid #fff;
	padding-bottom:5px;*/
}


/*--------- LATERAL esquerda ----------------*/
#zona_esq {
	position:relative;
	float:left;
	width:180px;
	padding:0;
	margin:0;
	font-size:1.2em;
	line-height:1.5em;
}

/*--------- CENTRO ----------------*/
#zona_centro {
	/*background:blue;*/
	float:left;
	width:515px;
	margin:0 15px;
	font-size:1.2em;
	line-height:1.5em;
}

#zona_centro a:hover,
#zona_centro a:active,
#newsList a:hover,
#newsList a:active {	
	text-decoration: none;
	color:#000;
	background-color: #D6FF00;
}

/*--------- LATERAL - Direita ----------------*/
#zona_dtd{
	float:right;
	width:178px;
	/*background:#000;*/
	font-size:1.2em;
	line-height:1.5em;
}

#zona_dtd img{
	border:0;
	margin-bottom:10px;
	padding:0;
}

/*--------- Submenu ----------------*/
#submenu{
	padding:5px;
	margin:0;
	border:1px solid #fff;
}

#submenu ul{
	/*list-style:none;*/
	list-style-type: none; /* retira o marcador de listas*/ 
	margin:0;
	padding:0;
}

#submenu ul li{
	list-style: none;
	margin:2px 0;
	padding:0;
}

#submenu ul li a{
	display:block;
	color:#fff;
	padding:5px;
	background:#42ade1;
	border:2px solid #fff;
	text-decoration: none;
	text-align:center;
	margin:0;
	height:1%;
}

#submenu ul li a:hover, #submenu a.sel{
	color:#fff;
	background:#ff8b0e;
	display:block;
}


/*--------- NAVEGA ----------------*/
#navega{
	position:relative;
	color:#fff;
	font-weight:bold;
	padding:15px 20px;
	margin:0;
}

#navega a {
	color:#fff;
	text-decoration:none;
	/*font-weight:normal;*/
}

#navega a:hover {
	text-decoration: underline;
}




/*--------	APOIOS -----------------*/
#apoios {
	width:100%;
	/*height:100px;*/
	background:#C0DC2F;
}

#apoiosConteudo {
	position:relative;
	width:955px;
	/*height:100%;*/
	left: 50%;
	margin-left:-478px;
	/*background:#C0DC2F;*/
	padding:5px 0 20px 0;
}

#apoiosbox {
	position:relative;
	background:#DDD;
	border:1px solid #FFF;
	margin:0 15px;
	padding:10px;
	/*font-size:16px;*/
	font-weight:bold;
	width:900px;
}

#apoiosbox #altoPat {
	width:140px;
	float:left;
}

#apoiosbox #altoPat p {
	width:140px;
	color:#2C2C2C;
	font-size:1.45em;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom:10px;
	
}

#apoiosbox #altoPat .imagens{
	text-align:center;
}

#apoiosbox #altoPat img{
	border:0;
	margin:0;
}

#apoiosbox #apoiosN p {
	
	color:#2C2C2C;
	font-size:1.45em;
	font-weight:bold;
	margin:0;
	padding:0;
	top:24px;
	margin-bottom:10px;
}

#apoiosbox #apoiosN {
	width:600px;
	float:right;
}

#apoiosbox #apoiosN .imagens{
	margin-top:20px;
}

#apoiosbox #apoiosN img{
	border:0;
	padding-right:30px;
	margin:0;
}





/*-------- FUNDO -----------------*/

#fundo {
	width:100%;
	/*height:170px;*/
	height:70px;
	background:#000;
}

#fundo a{
	color:#fff;
	text-decoration: none;
}
#fundo a:hover{
	text-decoration: underline;
}


#fundoConteudo {
	position:relative;
	width:955px;
	/*height:70px;*/
	left: 50%;
	margin-left:-478px;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	border-bottom:0px solid #FFF;
	text-align:center;
}

#fundo #fundoConteudo ul {
	padding:10px;
	margin:0px;
}
	
#fundo #fundoConteudo ul li {
	display:inline;
	padding:5px;
}

/*-------- Borda -----------------*/
#princConteudo, #topoConteudo,#menusConteudo,#apoiosConteudo, .centro {
	border-left:1px solid silver;
	border-right:1px solid silver;
}

/*-------- Caixa -----------------*/
.bordercaixa{
	/*width:200px;*/
	background:#DDD;
	padding:2px;
	color:#3772BF;
}

.caixa{
	position:relative;
	margin:0px;
	padding:5px;
	border:1px solid #3772BF;
}

.caixa .titulo{
	color:#3772BF;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0px;
}

.caixa .destNot{
	background: url(../images/bulet_news.gif) 5px 5px no-repeat; 
	padding:0 10px 10px 25px; 
	margin:0;
	line-height:1.2em;
}

.data{
	font-size:0.7em;
	font-weight:bold;
}

.destNot a{
	font-weight:bold;
	color:#3772BF;
}

.destNot a:hover{
	font-weight:bold;
	color:#3772BF;
}

.caixa a.titulo{
	color:#3772BF;
	font-size:0.7em;
}


/*----------------------------------------*/

a.lermais{
	font-size:0.75em;
	color:#3772BF;
	margin:0;
	padding:0;
	font-weight:bold;
}

a.lermais:hover{
	color:#3772BF;
}



.clear{
	clear:both;
}

form{
	padding:0;
	margin:0;
}

img{
	border:0;
}

a{
	/*color:#C0DC2F;*/
	color:#D6FF00;	
	text-decoration: underline;
	/*font-weight:bold;*/
}

a:hover{
	color:#D6FF00;
	text-decoration: none;
}

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	border:1px solid #1D63BC;
	font-size:0.8em;
}

input.btn_claro {
	background:#3772BF;
	border:1px solid #FFF;
	font-size:0.8em;
	font-weight:bold;
	color:#FFF;
	margin:0;
	cursor:pointer;
}

input:focus, select:focus, textarea:focus, input.sffocus  {
  background:#C0DC2F;
  color:#000; 
  }

input.btn {
	background:#42ADE1;
	border:1px solid #FFF;
	font-size:0.75em;
	font-weight:bold;
	color:#FFF;
	margin:0;
	cursor:pointer;
}
 
input.btn:focus, input.btn:hover  {
	background:#C0DC2F;
  	color:#000; 
}

.right{
	text-align:right;
}


/*--------- Aniversários EQUIPA ----------------*/

.boxAniv {
	position:relative;
	float:left;
	width:120px;
	margin-right:30px;
	margin-bottom:10px;
	/*border:1px solid red;*/
}

.boxAniv img {
	float:left;
	border:3px solid #FFF;
}

.boxAniv .data {
	float:left;
	margin-top:2px;
	width:112px;
	text-align:center;
	background:#42ADE1;
	padding:4px;
	border:3px solid #FFF;
}

/*----------------------------------------------
	ERRO
*/
#erro{
	margin:0 auto; 
	width:90%;
	border: 1px solid #bc060b;
	background-color: #fff;
	padding: 5px 0px ;
	margin-bottom:10px;
	color:#bc060b;
	text-align:center;
	line-height:1.0em;
}

#erro a{
	color:#3772BF;
}


/* Login
------------------------------------------------------*/
#loginbox{
	width:300px;	
	/*padding:15px;*/
	position: relative;
	left: 50%;
	/*top:0px;*/
	margin-left: -155px; /* half of width */	
	border:1px solid #fff;
	background:#42ade1;
}

#loginform{
	margin:30px;
	padding:0;
	color:#fff;
	font-weight:bold;
}

#loginform .bt{
	margin:15px 0 0 85px;
}

/* Registo
------------------------------------------------------*/

#registo{
	width:100%;
}

#registo .descricao{
	width:160px;
	border:1px dotted silver;
}

#registo .valor{
	border:1px dotted silver;
}

/* Letra - Situações neurológicas
------------------------------------------------------*/
a.letra{
	font-size:0.85em;
	/*font-weight:bold;*/
	color:#3772BF;
	margin:6px;
	padding:0;
}

a.letra:hover, a.letrasel{
	color:#3772BF;
	text-decoration:none;
}

.letrasel{
	font-size:1.05em;
	font-weight:bold;
	color:#3772BF;
	margin:4px;
	padding:0;
}

/* Catálogo produtos
------------------------------------------------------*/

.spot2 h2 {
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
	margin:0;
}

.paddingTop {
	padding-top:15px;
}

.catalogoMaster {
	position:relative;
	width:520px; 
	margin:0 auto;
	background:#B13E88;
	display:table;
	border:2px solid #FFF;
	margin-bottom:20px;
}

.catalogoContent {
	padding:10px;
	display:table;
}

.catalogoContent .spot1 {
	position:relative;
	width:160px;
	float:left;
}

.catalogoContent .spot1 img {
	padding:1px;
	border:2px solid #FFF;
}

.catalogoContent .spot2 {
	position:relative;
	width:300px;
	float:left;
	margin-left:10px;
}

.catalogoContent .spot2 p {
	margin:0;
	padding:0;
	/*font-size:11px;
	color:#FFF;*/
}

.catalogoContent .spot2 .icon {
	padding-top:10px;
}

.catalogoContent .spot2 .icon img {
	border:0;
}

.catalogoContent .spot2 .icon a {
	color:#fff;
	text-decoration:underline;
}

.catalogoContent .spot2 .icon a:hover {
	text-decoration:none;
}

.bold {
	font-weight:bold;	
}

/*------------------------------------------------------------*/
.back{
	clear:both;
	margin-top:10px;
	text-align:right;
}

/* #################### FOTOS LATERAIS #################### */

#zona_dtd .pic1 {
	position:relative;
	margin-bottom:10px;
	width:178px;
	height:109px;
	background-image:url(../images/puzzle_1.jpg);
	background-repeat:no-repeat;
}

#zona_dtd .pic2 {
	position:relative;
	margin-bottom:10px;
	width:178px;
	height:109px;
	background-image:url(../images/puzzle_2.jpg);
	background-repeat:no-repeat;
}

#zona_dtd .pic3 {
	position:relative;
	margin-bottom:10px;
	width:178px;
	height:109px;
	background-image:url(../images/puzzle_3.jpg);
	background-repeat:no-repeat;
}

p.btn {
	position:absolute;
	width:178px;
	bottom:5px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:0;
}

p.btn a {
	color:#FFF;
	text-decoration:none;	
}


/*------------------------------------
		Lista de Notícias
*/
#newsList {
	/*
	font-size:1.2em;
	line-height:1.5em;
	*/
	/*float:left;*/
	
	font-size:1.2em;
	line-height:1.5em;
	
	float:left;
	width:690px;
	margin-left:10px;
}

#newsList p{
	margin:0;
	padding:0;
}

#newsList .news_desc {
	display:table;
	position:relative;
	border-bottom:1px dotted #fff;
	margin:0px 0;
	padding:10px 0;
}

#newsList .news_desc .fotoNews{
	float:left;
	width:150px;
	margin:0 20px 0 0;
	padding:0;
	text-align:right;
}
#newsList .news_desc .txtNews{
	float:left;
	width:500px;
	margin:0;
	padding:0;
}

/*
.news_desc .fotoNews img {
	border:2px  solid #FFF;
}

.news_desc .fotoNews {
	float:left;
	padding:10px;
	width:144px;
}

.news_desc .txtNews {
	float:left;
	padding:10px;
	width:400px;
}

.news_desc .txtNews p {
	padding-top:0;
	margin-top:0;
}
*/

/* Carrinho de Compras
------------------------------------------------------*/

td.shop_table_header{
	color:#fff;
	background:#42ADE1;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

td.shop_table_row{
	/*#ff8b0e - laranja*/
	border-bottom:1px dotted #fff;
}

#boxsepShop{
	text-align:center;
	line-height:1.0em;
}

#boxsepShop .step{
	border:1px solid #fff;
	background:#42ADE1;
	padding:5px;
	width:33%;
}

#boxsepShop .stepSel{
	border:1px solid #fff;
	background:#ff8b0e;
	padding:5px;
	width:33%;
}

#infoShop{
	width:100%;
}

#infoShop .descricao{
	width:160px;
	border:1px dotted silver;
}

#infoShop .valor{
	border:1px dotted silver;
}

#view_shop{
	z-index:100;
	text-align:right;
	position:relative;
	float:right;
	width:200px;
	padding:15px 20px;
	margin:0;
}

/* ------------------------- LISTAGENS --------------------- */

#listagem {
		font-weight:bold;
	}
	
	#listagem ul {
		list-style:none;
		color:#D8FC40;
		margin-left: 0;
		padding-left: 0;
	}
	
	#listagem li {
		padding-left: 10px;
		background-image: url(../images/bullet_list.gif);
		background-repeat: no-repeat;
		background-position: 0 12px;
		margin-bottom:20px;
	}
	
	.listTxt {
		font-weight:normal;
	}
	
	/*
	#listagem a {
		color:#D8FC40;
		text-decoration:underline;
	}
	
	#listagem a:hover {
		color:#D8FC40;
		text-decoration:none;
	}
	*/
	
/*---------------------------------------------------------*/
.calendarHeader { font-weight: bolder; color: #fff;font-size:1em;}
.calendarToday { background-color: #fff;color:#3772BF;padding:2px;border:1px solid #1A50B8;font-size:1em;} 
.calendar { background-color: #3772BF; color:#fff;border:1px solid #fff;text-align:center;padding:2px; font-size:0.85em;line-height:1.2em;margin-left:auto;margin-right:auto;}
.calendarSelectDay { background-color: #D2EA2B;color:#fff;padding:2px;border:1px solid #1A50B8;font-size:0.9em;text-align:center;}
.calendarSelectDay a{ color:#3772BF;}



/* ########################################  ULTIMAS NOTICIAS   ######################################## */

h2 {		
	font-size:1.2em;
	font-weight:bold;
}
	
	#lastNews {
		padding:5px;
		margin:0;
		background:#42ADE1;
		border:1px solid #fff;
		/*font-size:0.9em;*/
	}
	
	#lastNews ul {
		list-style-type: none; 
		margin:0;
		padding:0;
	}
	
	#lastNews li {
		list-style: none;
		margin:10px 0;
		padding:0;
	}
	
	#lastNews ul li a{
		color:#fff;
		padding:3px 0;
		text-decoration: underline;
		margin:0;
		font-weight:bold;
	}
	
	#lastNews ul li a:hover{
		/*background:#ff8b0e;*/ /*laranja*/
		background:#3893C0;
		text-decoration: none;
	}
	
	
	#lastNews ul li a.mais{
		color:#fff;
		font-weight:normal;
		text-decoration: none;
	}
	
	#lastNews ul li a:hover.mais{
		color:#fff;
		font-weight:normal;
		text-decoration: underline;
		background:none;
	}
	
/*---------------------------------------------------------
		Lista Standard
*/
.listaStd{
	width:100%;
	display:table;
	position:relative;
	border-bottom:1px dotted #fff;
	margin:0px 0;
	padding:10px 0;
}
.listaStd .foto{
	float:left;
	width:150px;
	margin:0;
	padding:0;
}
.listaStd .texto{
	float:left;
	width:350px;
	margin:0;
	padding:0;
	text-align:justify;
}

.listaStd p{
	margin:0;
	padding:0;
}

.listaStd .titulo{
	font-weight:bold;
	margin:0;
	padding:0;
}

/*---------------------------------------------------------
		Telefones Úteis
*/

.telefones{
	width:100%;
}

.telefones .txt{
}

.telefones .telef{
	width:100px;
}

/*---------------------------------------------------------
		OUVIR
*/
.img_ouvir1{
	position:relative;
	width:1.5em;
	height:1.18em;
	background-image:url(../images/ouvir.gif);
	background-repeat:no-repeat;
	margin:0em 0em 0em 0em;
	cursor:pointer;
	float:right;	
}

.irtopo{
	position:relative;
	width:1.5em;
	height:1.18em;
	background-image:url(../images/bt_topo.gif);
	background-repeat:no-repeat;
	margin:0em 0em 0em 0em;
	cursor:pointer;
	float:right;
}

.none{
	display:none;
}


.email{
	position:relative;
	padding-left:20px;
	background:url(../images/icon_email.gif) 0px 5px no-repeat;
	margin:0;
}

.website{
	position:relative;
	padding-left:20px;
	background:url(../images/icon_website.gif) 0px 5px no-repeat;
	margin:0;
}

/* ################### LINKS #################### */
.textoLinks {
	font-size:0.8em;
	line-height:1.4em;
	margin-bottom:1.5em;
}
