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



body {
	background: #fff url('../imagens/cms/fundo.png') left top repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #333;
	}

a {
	color: #399;
	text-decoration: underline;
	}
a:hover {
	color: #066;
	text-decoration: underline;
	}

/* FORMS */
form {
	padding: 0;
	margin: 0;
	}

/* LOGIN */
#loginwindow {
	background: #fff url('../imagens/cms/fundo-loginwindow.png') left top no-repeat;
	width: 466px;
	margin: 100px auto 0 auto;
	padding: 1px 2px;
	}
#loginwindow h1 {
	border-bottom: 1px solid #D5D5D5;
	padding: 20px 20px;
	}
#loginwindow form {
	padding: 20px 20px;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	}
#loginwindow form p {
	margin: 0;
	padding: 5px 0;
	}
#loginwindow form label {
	width: 85px;
	float: left;
	vertical-align: bottom;
	}
#loginwindow form #utilizador, #loginwindow form #password {
	width: 150px;
	vertical-align: bottom;
	}
#loginwindow form #login {
	vertical-align: bottom;
	margin-left: 15px;
	}
.loginsmall {
	font-size: 10px;
	padding: 0 20px;
	}

/* MAIN WINDOW */
#mainwindow {
	background: #fff url('../imagens/cms/fundo-mainwindow.png') left top no-repeat;
	width: 960px;
	min-height: 480px;
	margin: 17px auto 0 auto;
	padding: 3px 4px;
	}
#mainwindow h1 {
	border-bottom: 1px solid #D5D5D5;
	padding: 20px 20px;
	}

/* LOGGED USER */
#loggeduser {
	width: 920px;
	padding: 10px 20px;
	text-align: right;
	font-size: 11px;
	}
#loggeduser span {
	margin-left: 10px;
	font-size: 10px;
	}
#loggeduser a, #loggeduser a:hover {
	color: #00f;
	}

/* LEFT CMS */
#leftcms {
	width: 220px;
	float: left;
	}

/* RIGHT CMS */
#rightcms {
	width: 740px;
	float: left;
	}
#rightcms h2 {
	font-size: 16px;
	padding: 8px 10px;
	margin: 0;
	background-color: #D5D5D5;
	text-transform: uppercase;
	}
#rightcms h3 {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0 0 20px 0;
	background-color: #E8E9EA;
	}
#rightcms h3 img {
	vertical-align: text-bottom;
	padding: 0 1px;
	}
#rightcms .search {
	margin: 0;
	background-color: #E8E9EA;
	padding: 10px 10px;
	}
#rightcms .search p {
	margin: 0;
	padding: 0;
	}
#rightcms .search form {
	margin: 5px 0 0 0;
	}
#rightcms .search form #tipo, #rightcms .search form #estado {
	vertical-align: middle;
	width: 100px;
	margin-right: 15px;
	}
#rightcms .search form #keyword {
	vertical-align: middle;
	width: 125px;
	margin-right: 15px;
	}
#rightcms .search form #submit {
	vertical-align: middle;
	border: 0;
	}
#rightcms .search02 {
	margin: 0;
	background-color: #E8E9EA;
	padding: 10px 10px;
	line-height: 22px;
	}
#rightcms .search02 p {
	margin: 0;
	padding: 0;
	}
#rightcms .search02 form {
	margin: 5px 0 0 0;
	}
#rightcms .search02 form #tipo, #rightcms .search02 form #estado {
	vertical-align: top;
	width: 100px;
	margin-right: 15px;
	}
#rightcms .search02 form #keyword {
	vertical-align: top;
	width: 125px;
	margin-right: 15px;
	}
#rightcms .search02 form #submit {
	vertical-align: top;
	border: 0;
	margin-top: 2px;
	}
#rightcms .actionmsg {
	margin: 0;
	background-color: #E8E9EA;
	padding: 10px 10px;
	}
#rightcms .actionmsg p {
	text-align: center;
	font-size: 14px;
	}
#rightcms .infomsg {
	margin: 0 0 20px 0;
	background-color: #E8E9EA;
	padding: 10px 10px;
	}
#rightcms .infomsg p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
#rightcms .infomsg p img {
	vertical-align: text-bottom;
	padding: 0 1px;
	}
#rightcms .infomsg p a	{
	color:#0099CC;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#rightcms .infomsg p a:hover	{
	color:#666666;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#rightcms .actions {
	height: 45px;
	margin-top: 20px;
	padding-left: 15px;
	}
#rightcms .actions .botaoinserir {
	margin-right: 15px;
	border: 0;
	float: left;
	height: 45px;
	}
#rightcms .actions div {
	float: left;
	padding-top: 20px;
	}
#rightcms .actions p {
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
#rightcms .actions p img {
	vertical-align: text-bottom;
	padding: 0 1px;
	}

/* LISTAGEM */
#listtable {
	margin-top: 8px;
	text-align: left;
	clear: both;
	}
#listtable img {
	border: 0;
	}
#listtable td {
	border-bottom: 1px solid #D5D5D5;
	padding: 3px 5px;
	}
#listtable td.headerrow {
	background-color: #D5D5D5;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	}
#listtable td.headerrow a {
	color: #000;
	text-decoration: underline;
	}
#listtable td.headerrow a:hover {
	color: #000;
	text-decoration: underline;
	}
#listtable td.footerrow {
	background-color: #D5D5D5;
	text-align: right;
	padding: 3px 10px 3px 5px;
	font-size: 12px;
	}
#listtable td.footerrow span {
	margin: 0 15px;
	}
#listtable td.footerrow a, #listtable td.footerrow a:hover {
	color: #000;
	text-decoration: underline;
	}
#listtable td.noborder {
	border: 0;
	}
#listtable td.eliminar, #listtable td.estado {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	}

/* MENU */
#leftcms ul {
	width: 200px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 10px;
	}
#leftcms ul.menu1 {
	background-color: #D5D5D5;
	}
#leftcms ul.menu2 {
	background-color: #C2E1E1;
	}
#leftcms ul li {
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
	}
#leftcms ul.menu1 li.menuheader {
	padding-right: 5px;
	background-color: #606B6F;
	color: #fff;
	font-weight: bold;
	}
#leftcms ul.menu2 li.menuheader {
	padding-right: 5px;
	background-color: #399;
	color: #fff;
	font-weight: bold;
	}
#leftcms ul li a {
	padding-right: 5px;
	width: 195px;
	height: 22px;
	color: #333;
	text-decoration: none;
	display: block;
	}
#leftcms ul.menu1 li a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #B0B5B7;
	}
#leftcms ul.menu2 li a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	background-color: #9cc;
	}
#leftcms ul.menu1 li a.hi {
	color: #333;
	text-decoration: none;
	background-color: #b0b5b7;
	font-weight: bold;
	}
#leftcms ul.menu2 li a.hi {
	color: #333;
	text-decoration: none;
	background-color: #9cc;
	font-weight: bold;
	}


/* SUB MENU*/

#leftcms ul.submenu {
	position:relative;
	background-color:#FFFFCC
}
#leftcms ul.submenu li.menuheader {
	background-color:#FFCC00;
	color: #fff;
	font-weight: bold;
}
#leftcms ul.submenu li a:hover {
	height: 18px;
	color: #333;
	text-decoration: none;
	display: block;
	background-color:#FFFF66;
}
#leftcms ul.submenu li a.hi {
	color: #333;
	text-decoration: none;
	background-color:#FFFF66;
	font-weight: bold;
}
#leftcms ul.submenu li {
	padding-right: 5px;
	width: 195px;
	height: 18px;
	color: #333;
	text-decoration: none;
	display: block;
}
#leftcms ul.submenu li a{
	height: 18px;
	font-size:80%;
}

/* EDIT FORM */
#rightcms .mainform {
	margin-top: 20px;
	}
#rightcms .mainform p {
	line-height: 22px;
	margin: 8px 0;
	}
#rightcms .mainform form {
/*	padding-left: 10px; */
	}
#rightcms .mainform form .mainformfield {
	width: 250px;
	}
#rightcms .mainform form .mainformdrop {
	width: 150px;
	}
#rightcms .mainform #editform label {
	float: left;
	padding-left: 22px;
	width: 100px;
	white-space: nowrap;
	}
#rightcms .mainform #editform label.campoobroff {
	background: transparent url('../imagens/cms/campoobrigatoriooff.png') left center no-repeat;
	}
#rightcms .mainform #editform label.campoobrigatorio {
	background: transparent url('../imagens/cms/campoobrigatorio.png') left center no-repeat;
	}
#rightcms .mainform #editform p{
	width: 550px;
}

#rightcms .mainformnew {
	margin-top: 20px;
	}
/* #rightcms .mainformnew p {
	line-height: 22px;
	padding: 0 0 20px 0;
	margin: 0;
	} */
#rightcms .mainformnew form {
/*	padding-left: 10px; */
	}
#rightcms .mainformnew form .mainformfield {
	width: 250px;
	}
#rightcms .mainformnew form .mainformfieldwide {
	width: 500px;
	}
#rightcms .mainformnew form .mainformdrop {
	width: 150px;
	}
#rightcms .mainformnew #editform div.titcampo {
	float: left;
	padding-left: 22px;
	width: 120px;
	white-space: nowrap;
	line-height: 22px;
	clear: left;
	}
#rightcms .mainformnew #editform div.titcampolista {
	float: left;
	padding-left: 22px;
	width: 120px;
	white-space: nowrap;
	}
#rightcms .mainformnew #editform div.obroff {
	background: transparent url('../imagens/cms/campoobrigatoriooff.png') left center no-repeat;
	}
#rightcms .mainformnew #editform div.obron {
	background: transparent url('../imagens/cms/campoobrigatorio.png') left center no-repeat;
	}
#rightcms .mainformnew #editform div.formfield {
	width: 580px;
	float: left;
	padding-bottom: 10px;
	}

/* RESUMO */
#contentresumo table {
	border: 0;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
	margin: 20px 0;
	}
#contentresumo table tr.header {
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	}
#contentresumo table tr.header th {
	padding: 8px 10px;
	border-bottom: 1px solid #d5d5d5;
	}
#contentresumo table tr.impar {
	background-color: #fff;
	}
#contentresumo table tr.impar th {
	border-right: 1px solid #f4f4f5;
	vertical-align: top;
	}
#contentresumo table tr.par {
	background-color: #f4f4f5;
	}
#contentresumo table tr.par th {
	border-right: 1px solid #fff;
	vertical-align: top;
	}
#contentresumo table th.celltit {
	width: 170px;
	padding: 6px 0 6px 10px;
	border-right: 1px dashed #D5D5D5;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	}
#contentresumo table td {
	padding: 6px 10px;
	border: 0;
	vertical-align: top;
	}
#contentresumo table th p.mov {
	background: transparent url('../imagens/icones/pdf.gif') left center no-repeat;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 25px;
	}
#contentresumo table th p.ppt {
	background: transparent url('../imagens/icones/ppt.gif') left top no-repeat;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 25px;
	}
#contentresumo table th p.doc {
	background: transparent url('../imagens/icones/doc.gif') left top no-repeat;
	line-height: 16px;
	margin: 0;
	padding: 0 0 0 25px;
	}

/* POPUP01 - LISTA ENTIDADES */
body#popup01 {
	background: #fff;
	padding: 20px 10px;
	}
body#popup01 #listaentidades {
	width: 400px;
	margin: 0 auto;
	}
body#popup01 #listaentidades .navegadorinfo {
	float: left;
	width: 190px;
	padding-left: 10px;
	margin-bottom: 15px;
	white-space: nowrap;
	height: 28px;
	line-height: 28px;
	background-color: #D5D5D5;
	font-size: 12px;
	}
body#popup01 #listaentidades .navegador {
	float: right;
	text-align: right;
	width: 190px;
	padding-right: 10px;
	margin-bottom: 15px;
	white-space: nowrap;
	height: 28px;
	line-height: 28px;
	background-color: #D5D5D5;
	font-size: 12px;
	}
body#popup01 #listaentidades ul.listaentidades {
	clear: both;
	width: 400px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
body#popup01 #listaentidades ul.listaentidades li {
	margin: 0;
	line-height: 16px;
	background-color: #E8E9EA;
	border-bottom: 1px solid #fff;
	}
body#popup01 #listaentidades ul.listaentidades li a {
	padding: 4px 10px;
	display: block;
	text-decoration: none;
	color: #333;
	}
span.insertenthiden {
	display: none;
	}
body#popup01 #listaentidades ul.listaentidades li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #D5D5D5;
	}
body#popup01 #listaentidades ul.listaentidades li a:hover span.insertenthiden {
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
	color: #fff;
	display: inline;
	}

/* VIDEO ASSOCIADO */
#videoassociado {
	width: 720px;
	padding: 10px 10px 1px 10px;
	background-color: #e8e9ea;
	}
#videoassociado p.titulovideo {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	font-size: 13px;
	border-bottom: 2px solid #fff;
	}
#videoassociado hr {
	height: 1px;
	padding: 4px 0;
	clear: both;
	color: #E8E9EA;
	background-color: #E8E9EA;
	border: 0;
	}
#videoassociado div.thumb {
	float: left;
	width: 120px;
	}
#videoassociado div.thumb img {
	border: 1px solid #399;
	}
#videoassociado div.conversion {
	float: left;
	padding-top: 5px;
	}
#videoassociado div.conversion p {
	margin: 4px 0;
	padding: 0;
	}

#videoassociadonovo {
	width: 500px;
	float: left;
	margin-top: 2px;
	}
 #videoassociadonovo .search,  #videoassociadoupload .infomsg {
	height: 50px;
	margin-bottom: 0;
	border-bottom: 1px solid #D5D5D5;
	}
#videoassociadonovo h3, #videoassociadoupload h3 {
	font-size: 14px;
	padding: 4px 10px;
	margin: 0;
	background-color: #D5D5D5;
/*	text-transform: uppercase; */
	font-weight: bold;
	}
#videoassociadoupload {
	width: 238px;
	margin-left: 2px;
	float: left;
	margin-top: 2px;
	}
#videoassociadonovo .listavideos {
	width: 485px;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
	line-height: 1em;
	border-bottom: 1px solid #D5D5D5;
	}
#videoassociadonovo .thumblista {
	width: 102px;
	padding: 0;
	padding-right: 19px;
	text-align: center;
	float: left;
	}
#videoassociadonovo .thumblista p {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	line-height: 1em;
	}
#videoassociadonovo .thumblista a {
	text-decoration: none;
	color: #333;
	}
#videoassociadonovo .thumblista img {
	border: 1px solid #399;
	padding: 0;
	margin: 0;
	}
#videoassociadonovo .listavideos hr {
	height: 1px;
	width: 400px;
	margin: 0;
	padding: 5px 0;
	clear: both;
	color: #fff;
	background-color: #fff;
	border: none;
	}
#videoassociadoupload .videoupload {
	padding: 15px 10px;
	background: #fff url('../imagens/cms/fundo-gradient-vert.png') left top repeat-x;
	}
#videoassociadonovo .navegadorinfo {
	float: left;
	width: 235px;
	padding-left: 15px;
	white-space: nowrap;
	height: 28px;
	line-height: 28px;
	background-color: #D5D5D5;
	font-size: 12px;
	}
#videoassociadonovo .navegador {
	float: right;
	text-align: right;
	width: 235px;
	padding-right: 15px;
	white-space: nowrap;
	height: 28px;
	line-height: 28px;
	background-color: #D5D5D5;
	font-size: 12px;
	}

#videoupload01 p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	}
#videoupload01 label {
	float: left;
	width: 50px;
	line-height: 20px;
	}
#videoupload01 #vidtit {
	width: 150px;
	}
#videoupload01 #choosevid, #videoupload01 #submitvid, #videoupload01 #reset {
	vertical-align: middle;
	margin-right: 15px;
	}
#videoupload01 span.minitext {
	font-size: 10px;
	letter-spacing: -0.05em;
	}
#videoupload02 img {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	}
#videoupload02 table {
	width: 80%;
	margin: 0 auto 0 auto;
	}
#videoupload02 table td {
	padding-top: 4px;
	padding-bottom: 4px;
	}
#videoupload02 table td.datalabel {
	width: 55%;
	padding-left: 4px;
	}
#videoupload02 table td.data {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
/*	background-color: #D5D5D5; */
	}

#videoupload03 img {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	}	


/* PACOTES */
#listapacotes {
	width: 740px;
	padding: 0 0;
	}
#listapacotes .pacote {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	display: block;
	margin: 2px 5px;
	padding: 5px 5px;
	font-size: 10px;
	letter-spacing: -0.05em;
	}
#listapacotes .pacote a {
	display: block;
	padding-top: 60px;
	height: 40px;
	width: 100px;
	text-decoration: none;
	color: #333;
	background: #fff url('../imagens/cms/box-off.gif') center top no-repeat;
	}
#listapacotes .pacote a:hover {
	background: #E8E9EA url('../imagens/cms/box-off.gif') center top no-repeat;
	}
#listapacotes .pacote a.hi {
	width: 98px;
	height: 38px;
	background: #E8E9EA url('../imagens/cms/box-on.gif') center top no-repeat;
	border: 1px solid #D5D5D5;
	}
#listapacotes hr {
	height: 1px;
	width: 700px;
	margin: 0;
	padding: 4px 0;
	clear: both;
	color: #fff;
	background-color: #fff;
	border: none;
	}
#listapacotes .navegadorinfo {
	float: left;
	width: 360px;
	padding-left: 10px;
	margin-bottom: 15px;
	white-space: nowrap;
	height: 28px;
	line-height: 28px;
	background-color: #D5D5D5;
	font-size: 12px;
	}
#listapacotes .navegador {
	float: right;
	text-align: right;
	width: 360px;
	padding-right: 10px;
	margin-bottom: 15px;
	white-space: nowrap;
	height: 28px;
	line-height: 28px;
	background-color: #D5D5D5;
	font-size: 12px;
	}
/* HEADER DETALHES PACOTE */
#rightcms .search02 .fotopacote {
	width: 80px;
	margin-left: 20px;	
	float: left;
	margin-right: 20px;
	}
#rightcms .search02 .descricaopacote {
	float: left;
	width: 350px;
	line-height: 1.1em;
	}
#rightcms .search02 .descricaopacote p {
	margin-bottom: 8px;
	font-size: 13px;
	}
#rightcms .search02 .descricaopacote table {
	width: 100%;
	}
#rightcms .search02 .descricaopacote table td {
	padding-top: 2px;
	padding-bottom: 2px;
	}
#rightcms .search02 .descricaopacote table td.datalabel {
	width: 80px;
	}
#rightcms .search02 .descricaopacote table td.data {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	}
#rightcms .search02 .navpacotevoltar {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: bold;
	}
#rightcms .search02 hr {
	clear: both;
	height: 1px;
	width: 700px;
	margin: 0;
	padding: 4px 0;
	clear: both;
	color: #E8E9EA;
	background-color: #E8E9EA;
	border: none;
	}
#rightcms #pacotecontents .leftactions {
	float: left;
	width: 350px;
	line-height: 25px;
	height: 25px;
	font-size: 13px;
	vertical-align: middle;
	padding: 5px 0;
	}
#rightcms #pacotecontents .rightactions {
	float: right;
	width: 350px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	padding: 5px 0;
	}
#rightcms #pacotecontents .leftactions a, #rightcms #pacotecontents .rightactions a {
	text-decoration: underline;
	color: #000;
	}
#rightcms #actionspacotes {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #D5D5D5;
	}
#rightcms #actionspacotes a {
	color: #000;
	text-decoration: underline;
	}

/* LISTAGEM CONTEUDOS PACOTE */
#pacotecontents {
	text-align: left;
	clear: both;
	}
#pacotecontents img {
	border: 0;
	}
#pacotecontents td {
	border-bottom: 1px solid #D5D5D5;
	padding: 3px 5px;
	}
#pacotecontents td.actionrow {
	border-bottom: 1px solid #fff;
	height: 30px;
	background-color: #D5D5D5;
	}
#pacotecontents td.headerrow {
	background-color: #D5D5D5;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	}
#pacotecontents td.headerrow a {
	color: #000;
	text-decoration: underline;
	}
#pacotecontents td.headerrow a:hover {
	color: #000;
	text-decoration: underline;
	}
#pacotecontents td.footerrow {
	background-color: #D5D5D5;
	text-align: right;
	padding: 3px 10px 3px 5px;
	font-size: 12px;
	}
#pacotecontents td.footerrow span {
	margin: 0 15px;
	}
#pacotecontents td.footerrow a, #pacotecontents td.footerrow a:hover {
	color: #000;
	text-decoration: underline;
	}
#pacotecontents td.noborder {
	border: 0;
	}
#pacotecontents td.estado {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	}

/* PACOTES POR ENTIDADE */
#rightcms .pacotesentidade {
	background: transparent url('../imagens/cms/fundo-gradient-vert.png') left top repeat-x;
	padding: 5px 10px;
	width: 720px;
	margin-top: 0;
	margin-bottom: 12px;
	border-top: 1px solid #d5d5d5;
	}
#rightcms .pacotesentidade span {
	padding-left: 10px;
	font-size: 11px;
	}
#rightcms .pacotesentidade h5 {
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
#rightcms .pacotesentidade .pacotesentidadelista {
	margin-top: 20px;
	padding-left: 20px;
	}
#rightcms .pacotesentidade .pacotesentidadelista .pacotedaentidade {
	padding-left: 50px;
	background: transparent url('../imagens/cms/box-mini.gif') left top no-repeat;
	width: 170px;
	margin-right: 10px;
	float: left;
	}
#rightcms .pacotesentidade .pacotesentidadelista .pacotedaentidade h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;
	line-height: 1em;
	}
#rightcms .pacotesentidade .pacotesentidadelista .pacotedaentidade h4 a {
	color: #333;
	text-decoration: none;
	}
#rightcms .pacotesentidade .pacotesentidadelista .pacotedaentidade p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	}
#rightcms .pacotesentidade .pacotesentidadelista .clear {
	clear: both;
	height: 15px;
	line-height: 15px;
	width: 700px;
	}

/* TITULOS */
h1 {
/* 	color: #D5D5D5; */
	color:#0099CC;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}