@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	/*background: bottom repeat-x url(../images/bg_main.png) #FFF;*/
	font-family: "Helvetica Neue", Arial, sans-serif;
	min-height:500px;
}
h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin: 0;
}
ul li { zoom:1;}
abbr { border:none;}
a {
	outline: none;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.txt_center {
	text-align:center;
}
#main {
}
#header {
}
/*class que escreve o fundo da barra*/	
#barra {
	height:300px;
	background: #666;
}
#sepbarra {
	height:20px;
	background:url(../images/bg_bottombar.png) repeat-x top;
	margin-bottom: 20px;
}
.cartao {
	width:500px;
	margin:0 auto;
	position:relative;
	background-color:#fff;
	border:#868686 solid 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	top:35px;
	z-index: 10;
}
.avatar {
	float:left;
	padding: 15px 8px 0 15px;
}
.avatar img {
	border:#a5a5a5 solid 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom:15px;
}
.cartao_cont {
	/*margin-left:135px;*/
	padding: 12px 8px 3px 0;
	overflow:hidden;
}
.cartao_cont ul {
	margin: 5px 0 10px 0;
	padding:0;
	list-style:none;
	font-size:0.85em;
	line-height:1.2em;
}
.cartao_cont a {
	font-size:0.9em;
	color:#8b8b8b;
	text-decoration:none;
	font-weight:bold;
}
.cartao_cont a:hover {
	text-decoration:none;
	background-color:#CCC;
	color:#333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.cartao_cont h1 {
	font-size: 1.6em;
}
.cartao_cont h1 a, .cartao_cont h1 a:hover  {
	background:none;
	color:#000;
}
.cartao_cont em {
	font-size: 0.95em;
	font-weight:normal;
}
.cartao_cont strong {
	font-size: 0.8em;
	font-weight:normal;
	display:block;
	clear:left;
}
.tel_cartao, .mail_cartao { text-indent:-9999px; text-align:left; height:16px; width:16px; display:inline-block; float:left;}
.tel_cartao { background:url(../images/mini_icons_cartao.png) no-repeat 0 0; margin-left:1em;}
.mail_cartao { background:url(../images/mini_icons_cartao.png) no-repeat -16px 0;}
.tel { font-size:0.9em; color:#8B8B8B; font-weight:bold; float:left}
.email { float:left;}
.cartao_top {
	text-align:center;
	font-size: 1em;
	color:#525252;
	margin-top:4px;
}
.cartao_qrcode {
	text-align:center;
	font-size: 1em;
	padding:5px;
}
.cartao_qrcode a {
	color:#666666;
	text-decoration:none;
	padding:2px;
}
.cartao_qrcode a:hover {
	text-decoration:none;
	background:#CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form {
	margin: 0;
	padding:0;
}
fieldset {
	margin:0 1em;
	border:none;
	padding:0;
}
label {
	display: block;
	padding-right: 1em;
	text-align: left;
	line-height: 1.8em;
	font-weight:bold;
	font-size:0.95em;
	cursor:pointer;
}
input, select {
	display: block;
	border:#818181 solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:url(../images/bg_input_field.png) transparent repeat-x top;
	font-size:0.8em;
	padding:4px;
	color:#494949;
	margin:0 5px 5px 0;
}
input:focus, select:focus, textarea:focus {
	border-color: #333;
}
textarea {
	width:98%;
	height:3em;
	display: block;
	border:#818181 solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:url(../images/bg_input_field.png) #FFF repeat-x top;
	font-size:1em;
	padding:4px;
	color:#494949;
}
input#send_message, input#sender_mail {
	width:17.1em;
}
.input_master {
	background:#7b7b7b;
	padding: 2px 10px;
	display:block;
	color: #FFF;
	float:left;
	margin: 0.5em 0.5em 0.5em 35%;
	width:auto;
}
.input_master:hover {
	background-color:#989898;
	cursor:pointer;
}
.send_back a {
	color:#666666;
	text-decoration:none;
	padding:2px;
	font-size: 0.8em;
	line-height:3em;
	margin:3px;
}
.send_back a:hover {
	text-decoration: underline;
}
/* MENU NO CARTAO*/
#cartao_menu {
	clear:both;
	background:url(../images/bg_cartao_menu.png) top repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height:34px;
	border-top: #999 1px solid;
	z-index:100;
}
#menu_guardar, #menu_contactar, #menu_partilhar {
	width:33%;
}
#menu_guardar a, #menu_contactar a, #menu_partilhar a {
	display:block;
	width:132px;
	width: 100%;
	height:34px;
	float:left;
	text-indent:-99999px;
	z-index:100;
	background:url(../images/bt_menu_p.png) no-repeat top left;
	padding:0;
}
#menu_guardar a {
	background-position: 0 0;
}
#menu_contactar a {
	background-position: 0 -34px;
}
#menu_partilhar a {
	background-position: 0 -68px;
}
.topnav li a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.menu_separator {
	border-right:#999 1px solid;
}
ul.topnav {
	list-style: none;
	padding: 0 5px;
	margin: 0;
	font-size: 1.2em;
	display:block;
}
ul.topnav li {
	float: left;
	margin: 0;
	position: relative;/*--Declare X and Y axis base--*/
}
ul.topnav li a {
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	overflow:hidden;
}
ul.topnav li a:hover span {
	opacity:0.7;
	filter:alpha(opacity=70);
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 20px;
	height: 34px;
	background: url(../images/cartao_menu_seta.png) no-repeat center top;
	display:block;
	position: absolute;
	right: 0;
	top: 0;
}
ul.topnav li span.subhover {
	background: url(../images/cartao_menu_seta_o.png) no-repeat center top;
	cursor: pointer;
	display:block;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 34px;
	background: #515151;
	margin: 0;
	padding: 0;
	display: none;
	float: right;
	width: 160px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: #919191 1px solid;
	color:#FFF;
	text-indent:0;
	font-size:0.65em;
	line-height:0.5em;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	clear: both;
	width: 160px;
	border-top: 1px solid #676767; /*--Create bevel effect--*/
}
html #cartao_menu ul.topnav li ul.subnav li a {
	display: block;
	width: auto;
	padding-left: 10px;
	background:  none;
	text-indent: 0;
	height: 2em;
	line-height: 2em;
	float: none;
}
html #cartao_menu ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #333333;
}
#cartao_menu { display:none;}
/* FIM DO MENU*/


#container {
	margin:0 auto;
	position:relative;
	width:960px;
	min-width:500px;
}
#servicos {
	float:left;
	/*position: relative;*/
	margin: 0 10px 10px 10px;
	width:305px;
}
#updates {
	/*margin-left:330px;*/
	/*position: relative;
	left:330px;*/
	margin-left:335px;
}
#caixa_ser_sapo {
}
.topocaixa {
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	background:url(../images/bg_topcont.png) repeat-x top;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	line-height:2.2em;
	padding:0 10px 0 10px;
}
.topocaixa img {
	position:absolute;
	top:-20px;
}
#caixa_sapo {
	margin-left:40px;
}
.left65 {
	margin-left:65px;
}
.fundocaixa {
	background:url(../images/bg_contbox.png) top repeat-x;
	overflow:hidden;
	margin:0 0 30px;
}
.serv_nick {
	font-size:1.1em;
	color:#000;
	padding: 2px;
	overflow:hidden;
}
.servico_sapo {
	padding: 20px 10px;
	border-bottom:#999 1px solid;
}
.servico_sapo_more a {
	text-decoration:none;
	padding: 20px 10px;
	border-bottom:#999 1px solid;
	display:block;
}
.servico_sapo_more a:hover {
	text-decoration:none;
	background-color:#f1f1f1;
}
#serv_blogs_logo {
	text-indent:-99999px;
	background: url(../images/sapo_logo_services.png) no-repeat 0 0;
	width:85px;
	height:30px;
	display:block;
	float:left;
}
#serv_fotos_logo {
	text-indent:-99999px;
	background:url(../images/sapo_logo_services.png) no-repeat 0 -30px;
	width:85px;
	height:30px;
	display:block;
	float:left;
}
#serv_videos_logo {
	text-indent:-99999px;
	background:url(../images/sapo_logo_services.png) no-repeat 0 -60px;
	width:95px;
	height:30px;
	display:block;
	float:left;
}
#serv_spot_logo {
	text-indent:-99999px;
	background:url(../images/sapo_logo_services.png) no-repeat 0 -90px;
	width:70px;
	height:30px;
	display:block;
	float:left;
}
#serv_links_logo {
	text-indent:-99999px;
	background:url(../images/sapo_logo_services.png) no-repeat 0 -120px;
	width:70px;
	height:30px;
	display:block;
	float:left;
}
.serv_sapo_links, .serv_sapo_links a {
	clear:both;
	color: #353535;
	margin: 0 0 0 7px;
	font-size:0.8em;
	vertical-align:top;
	text-decoration:none;
	padding:2px;
}
.serv_sapo_links a:hover {
	background-color:#e3e3e3;
	color:#333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.serv_blog_thumbnail a {
	padding:10px;
	margin:5px;
	border:#868686 solid 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display:block;
	float:left;
}
.serv_blog_thumbnail a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.serv_blog_thumbnail img {
	border:none;
}
.serv_blog_txt {
	color:#898989;
	font-size:0.7em;
	margin:0 0 0 5px;
	padding:2px;
	clear:left;
	line-height:1.5em;
}
.serv_blog_txt em {
	border-left: 1px #999999 solid;
	font-style:normal;
	padding-left:4px;
	margin-left:4px;
}
.serv_blog_txt a {
	clear:both;
	color: #000;
	font-size:1.2em;
	vertical-align:top;
	text-decoration: underline;
	display: block;
}
.serv_blog_txt a:hover {
	color:#333;
	text-decoration: underline;
}
.new_update {
	padding:10px 0 10px 10px;
	margin:0 0 0 1px;
	width:98%;
	border-bottom: 1px #999 solid;
	float:left;
	overflow:hidden;
}
/* CLASSES GENERICAS PARA UPDATRES DE RSS*/


.rss_title {
	margin: 15px 0 5px 20px;
	padding:2px;
	font-size:1em;
	font-weight:bold;
	color:#454545;
}
.rss_title a {
	text-decoration:underline;
	font-size:1em;
	font-weight:bold;
	color:#454545;
}
.rss_title a:hover {
	color:#181818;
}
.rss_author {
	color: #353535;
	margin: 0 0 0px 20px;
	font-size:0.8em;
	vertical-align:top;
	padding:2px;
}
.rss_author a {
	color: #353535;
	font-size:0.9em;
	text-decoration: underline;
}
.rss_author a:hover {
	text-decoration: underline;
	color:#181818;
}
.rss_author span {
	border-left:1px solid #a2a2a2;
	padding-left:3px;
}
.rss_pubdate {
	height:24px;
	font-size:0.9em;
	color:#898989;
	padding: 2px;
	font-style:italic;
	line-height:1.5em;
}
.rss_description {
	margin: 10px 0 5px 20px;
	padding:2px;
	font-size:0.9em;
	color:#454545;
	line-height:1.4em;
}
.rss_description p {
	/*clear:both;*/
	margin:1px 5px;
}
.rss_description h1, .rss_description h2, .rss_description h3, .rss_description h4, .rss_description h5, .rss_description h6 {
	line-height:1em;
}
.rss_description a {
	color:#363636;
	text-decoration:underline;
}
.rss_description a:hover {
	color:#181818;
	text-decoration:underline;
}
.rss_description img {
	margin:1px;
	padding:3px;
	border:none;
	max-width:540px;
}
.rss_description td > div + div + div img {border:none;display:inline;border-color:#fff;padding:0}
.update_foto_post img a:hover {
	opacity: .9;
	filter:alpha(opacity=90);
}
.rss_link a {
	padding:3px 13px 3px 3px;
	font-size:0.7em;
	text-decoration:none;
	cursor:pointer;
	font-style:normal;
	font-weight:normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#454545;
	float:right;
	margin: 0 10px 0 0;
	border:1px solid #c7c7c7;
}
.rss_link a:hover {
	border:1px solid #636363;
	color:#2a2a2a;
}
em.rss_link a {
	background:url(../images/bullet_updates_grupos.png) #efefef no-repeat right;
}
strong.rss_link a {
	background:url(../images/bullet_updates_original.png) #efefef no-repeat right;
	clear:both;
	margin-top:5px;
}
.paginacao {
	position:relative;
	/*margin:10px;
	clear:both;*/
	font-size:0.9em;
	/*margin: 15px 0;*/
	padding: 4px 9px;
	/*display:block;
	top:10px;*/
	height:30px;
}
.paginacao .rss_link a {
	color:#FFF;
	background:#939393;
	border:none;
	position:absolute;
	top:10px;
	padding: 4px 10px;
}
.paginacao .rss_link a:hover {
	background:#727272;
}
.paginacao p span a {
	right:0;
}
.update_blog_logo, .update_links_logo, .update_foto_logo, .update_video_logo {
	text-indent:-99999px;
	display:block;
	float:left;
	height:24px;
}
.update_blog_logo {
	background: url(../images/updates_logos.png) no-repeat 0 0;
	width:75px;
}
.update_links_logo {
	background: url(../images/updates_logos.png) no-repeat 0 -88px;
	width:70px;
}
.update_foto_logo {
	background: url(../images/updates_logos.png) no-repeat 0 -22px;
	width:82px;
}
.update_video_logo {
	background: url(../images/updates_logos.png) no-repeat 0 -66px;
	width:90px;
}
.rss_favicon img {
	margin-right:5px;
	vertical-align:text-top;
}
.updates_grupos {
	margin: 45px 0;
}
.updates_grupos em {
	padding:5px 20px 5px 10px;
	/*border:#999 1px solid;*/
	font-size:0.75em;
	cursor:pointer;
	background:url(../images/bullet_updates_grupos.png) #efefef no-repeat 83px 8px;
	float:right;
	margin: -30px 10px;
	font-style:normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.close_group, .close_group em {
	width:40px;
	text-align:center;
	padding:5px 15px 5px 5px;
	border:#999 1px solid;
	font-size:0.75em;
	cursor:pointer;
	background: url(../images/bullet_updates_grupos_close.png) #dfdfdf no-repeat right;
	float:right;
	margin: -30px 10px;
	font-style:normal;
}
.updates_grupos a {
	color:#353535;
	text-decoration: none;
}
#group_box {
	padding-left:1.5em;
	background:url(../images/icon_arrow2.png) no-repeat left top
}
.right5 {
	margin-right:5px;
}
.update_foto_post img {
	padding:10px;
	margin:5px 5px 25px 5px;
	border:#868686 solid 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float:left;
}
.update_foto_post a:hover {
	opacity: .9;
	filter:alpha(opacity=90);
}
.update_video_post {
	float:left;
	margin:5px 5px 25px 5px;
	padding:10px;
}
#outros_servicos {
	margin:0;
	padding:0;
	list-style:none;
}
#outros_servicos li {
	display:block;
	overflow:hidden;
}
#outros_servicos img { border:none; vertical-align:middle; }
#outros_servicos a {
	font-size:0.75em;
	padding: 4px 2px 4px 8px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	line-height:3em;
	display:block;
	border-bottom:#999 1px solid;
}
#outros_servicos a:hover {
	color:#333;
	background-color:#e4e4e4;
}
#rss_bt_container {
	height:1%;
	margin:0;
	padding:0;
	position:relative;
}
#filtrar {
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/bullet_filtrar.png) right no-repeat;
	padding:0 13px 0 0;
	color:#454545;
	font-variant:small-caps;
	position: absolute;
	top:-23px;
	right:40px;
}
#rssicon {
	width:21px;
	height:21px;
	background:url(../images/icon_rss.png) no-repeat top right;
	text-indent:-99999px;
	position: absolute;
	top:-25px;
	right:10px;
}
#filter_box {
	background:#ebebeb;
	border: #dbdada 1px solid;
	padding:0.5em;
	overflow:hidden;
}
.filter_check {
	cursor:pointer;
	display: inline;
	border:none;
	background: none;
	font-size:0.8em;
	padding:4px;
	color:#494949;
	margin:0 5px 5px 0;
}
.filter_label {
	display: block;
	float: left;
	margin:  0.2em 0.4em;
	font-size:0.8em;
	font-weight:bold;
	color:#7e7e7e;
	padding:0 0.4em;
	text-align: right;
	line-height: 1.7em;
	background-color:#fff;
	border:#dbdada 1px solid;
	cursor:pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:9em;
}
.bt_filter input {
	background: #616161;
	cursor:pointer;
	padding: 0.2em;
	display:block;
	color:#FFF;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:0.75em;
	text-align:center;
	border:#dbdada 1px solid;
	float:left;
	margin:0.5em;
}
.bt_filter {
	position:relative;
	margin-left:35%;
}
.bt_filter p {
}
.relative {
	position:relative;
}
.fieldset {
	border:none;
	padding:3px;
}
.bt_filtro_fechar {
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	padding:0 13px 0 0;
	color:#454545;
	font-variant:small-caps;
	float:right;
	position:relative;
	top:10px;
	right:60%;
}
.bt_filter a:hover {
	text-decoration:underline;
}
#footer {
	clear:both;
	padding:30px 0 0 25px;
	width:960px;
	margin: 0 auto;
	height:70px;
}
#footer ul { border-top:1px solid #d1d1d1; padding-left:30%;}
#footer ul li { display:inline; font-size:0.74em; margin:0.5em; float:left; line-height:30px; width:auto;}
#footer ul li a{ color:#6d6d6d; text-decoration:none; padding:5px;-moz-border-radius: 4px; -webkit-border-radius: 4px;}
#footer ul li a:hover{ color: #333;/* background-color:#adadad;*/ text-decoration:underline;}
#footer ul li span a{ text-indent:-9999px; background: url(../images/footersapo.png) #fff no-repeat top; width:77px; height:30px; display:block; padding:0;}
#footer ul li span a:hover{ opacity: 0.7; filter:alpha(opacity=70); }
.logo_grande {
	width:63px;
	height:51px;
	background:url(https://imgs.sapo.pt/sapologos/current/36a26782b8d1bceb0e7ddee5b11ea9edbb6de9efeb5179c427993ca1ae7a09da.png) no-repeat 0 0;
	position: absolute;
	top:-22px;
	float:left;
	left:15px;
}
/*#mini_forms*/ #enviar_msg, #qrcode_form, #enviar_vcard_mail, #enviar_vcard_sms  {
	background: url(../images/br_mini_forms.png) #fff repeat-x top;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-left: 5px;
	position:relative;
	clear:both;
	width:450px;
	margin:0 auto;
	z-index:1;
	top:0;
	border-left:#b6b6b6 1px solid;
	border-right:#b6b6b6 1px solid;
}
#enviar_msg, #qrcode_form, #enviar_vcard_mail, #enviar_vcard_sms { display:none;}
.mini_forms_top {
	color:#363636;
	font-size:0.8em;
	text-align:center;
	font-weight:bold;
	padding-top:20px;
}
.send_v_mail {
	width:300px;
	;
	margin-bottom:0.7em;
	border:none;
}
.mini_forms_label {
	font-size:0.8em;
	color:#363636;
	float:left;
	text-align:right;
	width:140px;
}
.mini_forms_label_msg {
	font-size:0.8em;
	color:#363636;
	text-align:left;
	width:140px;
}
.mini_forms_bt {
	background:#b6b6b6;
	padding: 3px 8px;
	display:block;
	float:left;
	margin:0;
}
.mini_forms_center {
	background:#b6b6b6;
	padding: 3px 8px;
	display:block;
	position:relative;
	margin: 0 auto;
	margin-top:10px;
}
.mini_forms_fechar a {
	text-align:center;
	font-size:0.9em;
	height:25px;
	background:#494949;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:3px;
	display:block;
	-moz-border-radius-bottomleft: 5px;
	font-weight:bold;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	line-height:25px;
	margin-top:20px;
}
.mini_forms_fechar a:hover {
	background: #2e2e2e;
	color:#fff;
}
.form_help_txt {
	font-size:0.7em;
	text-align: center;
	color:#868686;
	margin-bottom:10px;
}
.cento50 {
	width:50%;
}
.meio_cartao {
	width:250px;
}
.cento95 {
	width:95%;
}
.cento90 {
	width:90%;
}
.center {
	position:relative;
	margin: 0 auto;
}


#sapo_servicos {
margin:0;
padding:0;
}
#sapo_servicos li {
list-style:none;}



.servico_sapo ul li {
list-style:none outside none;
border-bottom:1px solid #999999;
position:relative;
color:#000;
text-decoration:none;
font-size:0.9em;
padding:10px;
overflow:hidden;
}
.servico_sapo ul li p { overflow:hidden;}
.servico_sapo ul li p span { display:block;}
.servico_sapo ul li:hover { background-color:#F1F1F1;}
.servico_sapo ul li a {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:10px;
margin:0;
text-indent:-9999px;
}
.servico_sapo ul {margin:0; padding:0;}
.serv_blog_thumbnail { display:block;}
.servico_sapo ul li.serv_blog:hover { background:none;}
.servico_sapo ul li.serv_blog { padding:0; border:none;}
.servico_sapo ul li.serv_blog ul { padding:0; margin:0;}
.servico_sapo ul li img {
-moz-border-radius:7px 7px 7px 7px;
border:1px solid #868686;
display:block;
float:left;
margin-bottom: 5px;
padding:7px;
background-color:#fff;}


#serv_blogs_logo { float:none; }




