html, body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F0E9EA;
}
html .fb_share_button {
	display: -moz-inline-block;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	border:1px solid #d8dfea;
	background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
	margin-top:20px;
}
html .fb_share_button:link, html .fb_share_button:visited  {
	color:#295582;
}
html .fb_share_button:hover {
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right;
	text-decoration:none;
}
#container {
    /*content:"."*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center top;
	/** código necessário para regular a altura do footer, assim como também é importante o height= 100% no body**/
	min-height:500px;
	height:auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	background-color: #FFFFFF;
}
#menu {
	float: left;
	width: 160px;
	padding-top: 5px;
	height: auto;
	background-image:url(../images/border.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#wrapper {
	float: left;
	width: 960px;
	overflow: hidden;
	height: auto;
	clear: both;
}
#header {
	background-image: url(../images/cinza.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-right: 10px;
	height: 220px;
	padding: 10px!important;
	padding: 10px 10px 0px 10px;
}
#header2 {
	background-image: url(../images/cinza.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-right: 10px;
	height: 110px;
	padding: 10px!important;
	padding: 10px 10px 0px 10px;
}
#conteudo {
	background-color: #CCCCCC;
	float: left;
	width: 750px;
	margin-top: 3px!important;
	margin-top: 0px;
	min-height:450px;
	height:auto!important;
	height:458px;
}

#centro2 {
	float: left;
	width: 68%;
	padding:10px 5px 10px 10px;
}
#workshops {
	float: left;
	width: 28%;
}
#footer {
	width: 930px;
	clear: both;
	margin-bottom: 0px;
	text-decoration: none;
	visibility: visible;
	text-align: center;
	padding-top: 5px;
	height: auto;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F15A29;
	margin-top: 15px;
	float: left;
	padding-bottom: 5px;
	background-color:#FFFFFF;
}

#esquerda {
	float: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3000px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 3000px;
	padding-left: 20px;
	height: auto;
	background-image: url(../images/figura.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#direita {
	float: left;
	height: auto;
	width: 760px;
	text-align: justify;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3000px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3000px;
	padding-left: 0px;
	clear: right;
}
#noticias {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f15A29;
	font-size: 11px;
	color: #FFFFFF;
}
#contactos {
	float: left;
	width: 150px;
	padding: 5px;
	margin-top: 10px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 11px;
}
#contactos a:link, #contactos a:visited {
	color: #FFFF66;
}
#contactos a:hover, #contactos a.noticia:active {
	color: #FFFF66;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #F15A29;
	margin-top: 0px;
	margin-bottom:10px;
	text-transform:uppercase;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #DC420E;
	list-style-type: none;
	margin-top:5px;
	margin-bottom:10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #DC420E;
	margin-top:10px;
	margin-bottom:10px;
}

.titulos_noticias {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}
.subtit_noticias {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.noticia:link, a.noticia:visited {
	color: #FFFF66;
}
a.noticia:hover, a.noticia:active {
	color: #FFFF66;
}

a:link, a:visited {
	font-weight: bold;
	color: #BE1E2D;
	text-decoration:none;
}

a:hover, a:active {
	font-weight: bold;
	color: #F15A29;
	text-decoration:none;
}
p {
    margin:10px 0px 10px 0px;
    padding:0px;
	line-height:normal;
}
#conteudo2 {
float:left;}
#destaque1 {
	float: left;
	width: 230px;
	padding: 7px;
}
#destaque2 {
	float: left;
	width: 230px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
	padding: 7px;
	height:760px;
}
#destaque3 {

	padding: 7px;
	width: 228px;
	float: left;
}
#destaque3 ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;	
	list-style-image:url(../images/icone_submenu-2.png);
	list-style-type:none;
	list-style-position:outside;
}
#destaque3 ul li {
	margin: 0px 0px 10px 0px;
}
#destaque3 ul li li {
	margin: 6px 0px 3px 0px;
}
.titulos_index {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left: 40px;
	margin:0px;
	font-weight: bold;
	color: #F15A29;
	background-image: url(../images/icone1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.imagens_destaques {
	border: 5px solid #FFFFFF;
}
.imagens_destaques2 {
	border: 5px solid #FFFFFF;
	text-align:right;
	margin-left:15px;
	float:right;
}
.subtit_destaques {
	font-weight: bold;
	color: #F15A29;
}
.td_destaque {
	text-align: justify;
	padding-top: 5px;
}

.td_destaque ul{
	text-align: left;
}
.testemunhos {
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.aspas {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F15A29;
}
.autores {
	font-size: 11px;
	font-weight: bold;
	color: #F15A29;
	text-align: right;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-style: normal;
}
.campos {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color:#ffffff;
	font-weight:bold;
}
.campos2 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color:#ffffff;
	font-weight:bold;
}
.td_noticia {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	text-align:left;
}
.td_natal {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
}




/* PÁGINA INTERIOR */


#banner_interior {
	height: 220px;
	width: 490px;
	float: left;
}
#header_frase {
	float: left;
	width: 210px;
	height: 200px;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height:normal;
	margin:0px;
}
#header_frase2 {
	float: left;
	width:700px;
	height: 100px;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height:normal;
	margin:0px;
}
#centro {
	float: left;
	width: 730px;
	padding: 10px;
}
#lateral_direita {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;	
	list-style-image:url(../images/icone_submenu.png);
	list-style-type:none;
	list-style-position:outside;
}
ul li {
	margin: 0px 0px 10px 0px;
}
ul li li {
	margin: 6px 0px 3px 0px;
}
#newsletter {
    background-image:url(../images/cinza.gif);
    background-repeat:repeat-x;
	margin-top: 10px;
	padding:0px;
	float: left;
	width: 160px;
	height:120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.red {
    color:#333333;
	font-weight:bold;
}
.contentpaneopen td {
    text-align:justify;
}
.moduletable td.contentpaneopen td {
    text-align:left;
}
.moduletable td {
    text-align:left;
}
.moduletable_dest td {
    text-align:left;
}
.tab_Esquerda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
}
.tab_Direita {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	padding: 5px;
}
.tab_EsquerdaLast {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}
.tab_DireitaLast {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}

.tab_Esquerda-2 {
	padding:5px 10px 20px 0px;
	text-align:left;
}
.tab_Direita-2 {
	padding:5px 0px 20px 10px;
	text-align:left;
}
.tab_EsquerdaLast-2 {
	padding:5px 10px 20px 0px;
	text-align:left;
}
.tab_DireitaLast-2 {
	padding:5px 0px 20px 10px;
	text-align:left;
}
.tab_Meses {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.Destaques_lateral {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F15A29;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
.moduletable_vouchers {
margin:0px 0px 0px -5px;
padding:0px;
width:238px;
}
.moduletable_vouchers a:link, .moduletable_vouchers a:visited {
	color: #FFFF66;
}
.moduletable_vouchers a:hover, .moduletable_vouchers a:active {
}
.clientes_titulo {
	font-weight:bold;
	margin-bottom:10px;
}

.clientes_texto {
	margin-bottom:30px;
}
	color: #FFFF66;
}