@charset "utf-8";

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #990000;
	/*background: #374F13 url(img/bg.jpg) no-repeat;*/
	/*font: 12px "trebuchet MS",Helvetica,sans-serif;*/
	font: 12px/150% Tahoma,Verdana,Arial;
	color: #000;
}

html {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 5px 0;
}

h1,h2,h3,h4 {
	padding: 0;
	margin: 0;
}

h1 {
	height: 30px;
	padding-top: 10px;	
}	

h2 {
	color: #EF3238;
    /*font: 18px Arial,Helvetica,sans-serif;*/
    padding: 0;   
    font-size: 30px;
    /*background: url(img/bg-titulo.png) repeat-x;*/
    height: 26px;
    margin: 4px 0 4px 0;
}

h2.underline {
	border-bottom: 3px solid #EF3238;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	    
}

img {
	border: none;
}	

hr {
	margin: 10px 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: #cacaca;
	height: 1px;
}

a {
	text-decoration: none;
	color: #5F5F5F;;
}

a:hover {
	text-decoration: underline;
}

.blue {
	color: #26739f;
}

.red {
	color: #ff0000;
}

/********** main **********/
.main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.main-footer {
/*	background: #000 url(img/rodape.jpg) bottom repeat-x; */
	border-top: 1px solid #CC7700;
	background: #CC3300; 	
	/*height: 110px;*/
	color: #FFF;
	font-size: 11px;	
	padding: 20px 0 50px 0;
}

.main-footer a {
	color: #FFF;
}

.main-footer .mapa {
	float: left;
    margin-right: 30px;	
}	

.main-footer .mapa div {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

.main-footer .mapa ul {
	margin: 0;
    padding: 0;
}

.main-footer .mapa li {
	list-style: none;
	padding: 5px 0 0 0;
}

.main-footer .mapa li a {
	color: #FFF;
	font-size: 11px;
}

.resize {
	width: 850px;
	margin: 0 auto;
}

/********** center **********/
.center {
	margin: 0 auto;
	width: 940px;
	min-height: 600px;
}

.center-topo, .center-rodape {
	margin: 0 auto;
	width: 940px;
}

/* top */
p.top {
	text-align: right;
	padding: 15px 0 0 0;
	magin-top: 10px;
	color: #FFF;
	font: normal 10px Tahoma, Geneva, sans-serif;	
}

p.top a {
	color: #FFF;
}

/********** topo **********/
.banner-topo {
	margin: 5px 0 0 40px; 	
}

/********** logo **********/
.logo {
	float: left;
	padding: 10px 30px 0 20px;
}

/********** destaque **********/
.destaque-topo {
	float: right;
	padding: 20px 0 0 0; 
	width: 500px; 
	height: 70px; 
	color: #FFF;
}

.destaque-topo a {
	color: #FFF;
}

.destaque-topo .titulo {
	color: #000;
    font-size: 15px;
    font-weight: bolder;
    display: block;
}

.destaque-topo .subtitulo {
	padding-top: 5px;
	font-size: 11px;
	display: block;
}

.destaque-topo img {
	float:left;
	padding-right: 5px;
	border: none;
}

.destaque-topo .icone {
 	float: right;
    line-height: 12px;
    margin-left: 3px;
	padding-left: 10px; 
}

/********** menu **********/
#menu {
    background-image: url("img/bg-menu.png");
    background-repeat: repeat-x;
    height: 58px;
}

#menu ul.menu {
    font-family: 'BebasNeue';	
    padding-top: 3px;
    list-style: none;
}

#menu ul.menu li {	
    float: left;
    margin-right: 20px;
}

#menu ul.menu li a {	
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    padding: 17px 0 15px;
    text-shadow: 2px 2px 1px #000000;
}

#menu ul.menu li a:hover {
    color: #EF3238;
    text-decoration: none;
}

/* 
.menu {
	background-image: url("img/bg-menu.png");
    background-repeat: repeat-x;
    height: 58px;	
	float: right;
	margin: 0;
	padding: 10px 0 0 10px;
	width: 800px;
}

.menu ul {
	border: 0 none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.menu ul li {
	border: 0 none;
	float: left;
	margin: 0;
	padding: 0 5px;
}

.menu ul li a {
	color: #FFFFFF;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;	
}

.menu ul li a span {
	background: none repeat scroll 0 0 transparent;
}

.menu ul li a:hover {
	color: #FFFFFF;
}

.menu ul li a:hover span {
	color: #FFFFFF;
}

.menu ul li a.active {
	color: #FFFFFF;
}

.menu ul li a.active span {
	color: #FFFFFF;
}

 */
/********** body **********/
.body {
	margin: 0px 0px 0px 0px;
	/*background: url(img/borda.png) no-repeat;*/
	padding: 0px 15px 15px 15px;
}

.body-base {
	/*background: url(img/borda-base.png) no-repeat;*/
	/*height: 36px;*/
}

/********** second_body **********/
.second_body {
	padding: 10px 0;
	border-top: 1px solid #FFF;
	background: #f0f0f0;
}

/***** panel *****/
div.panel {
	background: url(images/pan_bg.gif) repeat-x;
}

div.panel div {
	background: url(images/pan_l.gif) no-repeat left;
}

div.panel div div {
	background: url(images/pan_r.gif) no-repeat right;
	height: 52px;
	width: 850px;
}

div.panel h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 15px 20px;
}

div.panel p {
	float: right;
	padding: 18px 10px 0 10px;
}

div.panel a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 5px;
}

/***** box *****/
div.box {
	background: url(images/box_bg.gif) repeat-y left;
}

div.box div.bottom {
	background: url(images/box_bot.gif) no-repeat bottom left;
}

div.box div.bottom div.top {
	background: url(images/box_top.gif) no-repeat top left;
	width: 850px;
}


/* content */
.content {
	
}

.content h2 {
	color: #373737;
	font-size: 18px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cacaca;
}

.content h3 {
	color: #373737;
	font: normal 18px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px 0 0 0;
}

.content p {
	color: #505050;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding: 5px 10px;
}

.content a {
	color: #505050;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

.content .left {
	float: left;
	width: 610px;
	padding: 0 10px;
}

.content .right {
	float: right;
	width: 312px;
	padding: 0 10px;
}

/********** contact form **********/
#contactform {
	margin: 0;
	padding: 5px 10px;
}

#contactform * {
	color: #222222;
}

#contactform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contactform li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	display: block;
}

#contactform li.buttons {
	margin: 5px 0 5px 110px;
}

#contactform label {
	margin: 0;
	width: 110px;
	display: block;
	padding: 10px 0;
	font: bold 12px inherit;
	color: #222222;
	text-transform: capitalize;
	float: left;
}

#contactform label span {
	color: #ff0000;
}

#contactform input.text {
	width: 440px;
	border: 1px solid #dcdcdc;
	margin: 10px 0;
	padding: 5px 2px;
	height: 16px;
	background: #f5f5f5;
	float: left;
}

#contactform textarea {
	width: 440px;
	border: 1px solid #dcdcdc;
	margin: 10px 0;
	padding: 2px;
	background: #f5f5f5;
	float: left;
}

#contactform li.buttons input {
	padding: 3px 0;
	margin: 0;
	border: 0;
	color: #FFF;
	float: left;
}

/********** forms **********/
.textfield, .textarea {
    background: url(img/textinputbg.gif) repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 7px 0;
    text-indent: 7px;
    /*width: 100%;*/
}

.button {
	padding:2px;
	background:#333;
	color:#fff;
	border:1px solid #666;
	font:bold 10px Tahoma, Verdana, Arial;
	text-transform:uppercase;
}

button { 
	padding:2px;
	background:#333;
	color:#fff;
	border:1px solid #666;
	font:bold 10px Tahoma, Verdana, Arial;
	text-transform:uppercase;
}

/********** galeria **********/
.pic-thumb div {
	background: #ED1C24;
    border: 1px solid #980C10;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FADDDE;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;	
}

/********** footer **********/
.footer {
	/*background: #bcbcbc url(images/footer_bg.jpg) repeat-x top;*/
	padding: 0 0 20px 0;
}

.footer p {
	color: #1D7706;
	font-size: 11px;
	text-align: left;
	padding: 0;
}

.footer a {
	color: #1D7706;
	font-size: 11px;
}

p.clr,.clr {
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/********** painel-direito **********/
#painel-esquerdo {
  	width: 77%;
}     	

/********** painel-direito **********/
#painel-direito {
  	width: 22%; 
  	float: right;
  	text-align: center;
}     	

/********** dicas **********/
.dicas {
	list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
}

.dicas li {
 	background: url("img/item.jpg") no-repeat scroll left center transparent;	
	/*border-bottom: 1px solid #E3E3E3;*/
    margin: 0;
    padding: 2px 0 0 10px;
    /*font-weight: bold;*/
}

.dicas li a {
    font: 11px/1.8em;
}    
    
/********** agenda/noticias **********/
#agenda, #noticia {
}     	

#agenda  ul, 
#noticia ul {
	list-style: none;
	padding: 5px;
	margin: 0px;	
}

#agenda ul {
    line-height: 1.1em;	
}

#agenda  ul li,
#noticia ul li {
	border-bottom: 1px dotted #3C4655; 
	display: block;
}

#noticia  ul li {
 	padding: 5px 0px 1px 0px; 
}

#agenda  ul li .local,
#noticia ul li .local {
    color: #999999;
    font-size: 11px;
}

#agenda  ul li .data,
#noticia ul li .data {
    color: #FFF;
   	font-size: 11px;
   	font-weight: bold;    
	/*font-weight: bold;*/	
	padding: 4px;
	background-color: #CC3300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#agenda  ul li a,
#noticia ul li a {
	/* font-weight: bold; */
	/* color: #87C327; */ 
	color: #000;
    margin: 0;
    padding: 5px 5px 5px 0px;	
	text-decoration: none;
}

#agenda  ul li a:hover,
#noticia ul li a:hover {
	text-decoration: underline;
}    

/********** ultimas fotos / table **********/
table.fotos {
	width: 100%;
}

table.fotos tr {
	border-bottom: 1px dotted #3C4655;
	/* padding: 3px 0px 3px 0px; */
	display: block;
}

table.fotos .data {
    color: #FFF;
   	font-size: 11px;
   	font-weight: bold;    
	/*font-weight: bold;*/	
	padding: 4px;
	background-color: #CC3300;	  
}

table.fotos .titulo {
	/* font-weight: bold; */
	color: #000; 
    margin: 0;
    padding: 5px 5px 10px 0px;	
	text-decoration: none;
}

table.fotos a:hover {
	text-decoration: underline;
}    


/********** ultimas fotos **********/
#ultimas-fotos {
}     	

#ultimas-fotos ul {
	list-style: none;
	padding: 5px;
	margin: 0px;
	display: block;
}

#ultimas-fotos ul li {
	border-bottom: 1px dotted #3C4655;
	padding: 5px 0px 7px 0px;
	display: block;
}

#ultimas-fotos ul li .data {
    color: #FFF;
   	font-size: 11px;
   	font-weight: bold;    
	/*font-weight: bold;*/	
	padding: 4px;
	background-color: #CC3300;	  
}

#ultimas-fotos ul li .titulo {
	/* font-weight: bold; */
	color: #000; 
    margin: 0;
    padding: 5px 5px 10px 0px;	
	text-decoration: none;
}

#ultimas-fotos ul li a:hover {
	text-decoration: underline;
}    

/********** parceiros **********/
.parceiros {
	background: url(img/banner-parceiro.png) no-repeat;
	width: 195px;
	height: 110px;
	padding: 0 15px 0 0;
	/* float: left;	 */
    margin: 0 0 0 22px;
    display: inline-block;	
}      	

.parceiros img {
	padding: 7px 0 0 0;
}

/********** depoimentos **********/
#depoimento {
	background: #FFF url(img/depoimento.jpg) no-repeat;
	width: 265px;
	height: 190px;
	float: left;
	color: #FFF;	
}     	

#depoimento .texto {
	margin: 20px 35px 10px 10px;
	text-align: justify;	
}

/********** promocao **********/
.promocao {
}     	

.promocao .produto {
	width: 260px;
	height: 100px;
	float: left;
	margin: 0px 3px 5px 0px;
}     	

.promocao .produto img {
	float: left;
	padding: 5px;
}     	

.promocao .produto .descricao {
	color: #666666;
    font-size: 14px;
    font-weight: bold;	
    padding: 10px 0 0 0;
    display: block;
}
	
.promocao .produto .valor {
	color: #C40916;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    padding: 5px 0 0 0;        	
}

/**********  **********/
.info {
    background: url("img/information.png") no-repeat scroll 15px 50% #F8FAFC;
    border-bottom: 2px solid #B5D4FE;
    border-top: 2px solid #B5D4FE;
    padding: 5px 20px 5px 45px;
    margin: 10px 0px 10px 0px;
}

.logo-cliente {
	padding: 10px 20px 10px 20px;	
}

/********** container **********/
#container {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	line-height: 1.8em;
	margin-top: 5px;
	min-height: 400px;
}

/********** conteudo internas **********/
#conteudo {
	line-height: 1.5em;
	margin-top: 5px;
}

/********** empresa **********/
.empresa-right {
	float: right; 
	width: 260px; 
	text-align: right;	
}

/********** empresa **********/
.produtos-right {
	float: right; 
	width: 320px; 
	text-align: right;	
}

/********** lista **********/
#lista {
	color: #000;
}

#lista ul {
	list-style: none;	
	padding: 0;
	margin: 0;
}

#lista ul li {
	border-bottom: 1px dotted #DFDFD2;
	padding: 3px 0 3px 0;	
	clear: left;	
}

#lista ul li .titulo {
    color: #FFF;
   	font-size: 11px;
   	font-weight: bold;    
	/*font-weight: bold;*/	
	padding: 4px;
	background-color: #CC3300;	  
}    

#lista ul li .link {
/* 	background: url("img/item.png") no-repeat scroll left center transparent; */	
	font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 4px;
    padding: 0 0 0 0px;
}

#lista ul li .link a {
	color: #000;
}

#lista .titulo {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	line-height: 1.4em;	
}

#lista .titulo a {
	color: #000;
}

#lista .data {
	color: #999;
	font-size: 11px;	
	line-height: 1.4em;
}

/********** lista-detalhe **********/
#lista-detalhe {
}

#lista-detalhe .data {
	font-size: 11px;	
}

#lista-detalhe .titulo {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #DFDFD2;
}

#lista-detalhe .detalhe {
	padding: 5px 0 0 0;
}

#lista-detalhe .fotos {
	padding: 10px 0;
}

#lista-detalhe .fotos .imagem {
	padding: 5px;
	float: left;
}

#lista-detalhe .fotos .imagem img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/***** slide *****/
.slide {
	/*background: url("img/bg-slide.png") no-repeat transparent;*/
	height: 270px;
	/*padding: 31px 0 0 4px;*/
/* 	border: 1px solid #000; */	
}

/********** galeria **********/
.galeria {
	background: url(img/bg-foto.png) no-repeat;
	width: 180px;
	height: 155px;
	/* padding: 0 0 0 0; */
	padding: 0 45px 0 0; 
	float: left;	
}      	

.galeria-empty {
	width: 180px;
	height: 155px;
	padding: 0 0 0 0;
	float: left;	
}      	

.galeria img {
	padding: 30px 0 0 8px;
}	

/********** facebook **********/
.facebook {
	background: url(img/bg-facebook.png) no-repeat;
	padding: 25px 2px 0 2px;
	height: 320px;
}      	

/********** eventos **********/
#evento {
	height: 340px;
	margin: 0 0 15px 0;
	line-height: 1.4em;
}      	

#evento h3 {
	color: #CC3300;
    padding: 0;   
    font-size: 18px;
    margin: 20px 0 4px 0;
    border-bottom: 1px solid;
}      	

#evento .frame {
	background: url(img/frame-evento.png) no-repeat;
	width: 234px;
	height: 339px;	
}

#evento .frame img {
	padding: 17px 0 0 17px;	
}

#evento .titulo-destaque {	
	font-family: 'BebasNeue';
	font-size: 28px;
	padding: 3px 0 0 0;
}      	

#evento .data-destaque {	
	font-family: 'BebasNeue';
	font-size: 16px;
	padding: 5px 0 0 0;
	color: #999;
}      	

#evento .local-destaque {	
	font-family: 'BebasNeue';
	font-size: 16px;
}      	

#evento .titulo {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #999999;	
}

#evento .titulo a {
	color: #000;
}

#evento .data {
	color: #999;
	font-size: 11px;	
}


#evento .local {
	font-size: 11px;	
}

/********** forms **********/
label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    /* margin-bottom: 5px; */
}

input[type="text"], input[type="password"], textarea, select {
    background: url("img/bg-input.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-family: inherit;
    margin: 0 5px 10px 0;
    padding: 5px;
    vertical-align: middle;
}

input.error, textarea.error, select.error {
	border: 1px solid #E77776;
	background: #F8DBDB;	
}

/********** diretoria **********/
table.diretoria {
	border: 1px solid #CCCCCC;
	margin: 10px;
	width: 70%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	    
	
}

table.diretoria td.foto{
	width: 60px;
}

table.diretoria thead {
	font-family: 'BebasNeue';
	background: none repeat scroll 0 0 #EEEEEE;
	font-size: 22px;
	height: 40px;
	text-align: left;
	color: #888;
	line-height: 42px;
    margin: 1px;
    text-indent: 12px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;	
}

table.diretoria img {
	width: 50px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	    	
}

/********** jornal **********/
#jornal .item {
	float: left; 
	padding: 0 0 0 10px; 
	line-height: 1.0em; 
	display: inline-block; 
	color: #D4281B; 
	font-size: 11px;
	text-align: center;	
}

#jornal a {
	color: #D4281B;
}

/********** juridico **********/
table.round {
	border: 1px solid #CCCCCC;
	margin: 10px 10px 10px 0;
	width: 100%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	    
	
}

table.round thead {
	font-family: 'BebasNeue';
	background: none repeat scroll 0 0 #EEEEEE;
	font-size: 22px;
	height: 40px;
	text-align: left;
	color: #888;
	line-height: 42px;
    margin: 1px;
    text-indent: 12px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;	
}

/********** tabela **********/
table.aniversariantes {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 11px;
    table-layout: auto;
    width: 100%;
}
table.aniversariantes th {
    background-color: #F2F2F2;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    font-weight: bold;
    padding: 4px 6px 0 0;
    text-align: left;
    white-space: nowrap;
}
table.aniversariantes tr:nth-child(2n+1) {
    background-color: #FFFFFF;
}
table.aniversariantes tr:nth-child(2n) {
    background-color: #F9F8F8;
}
table.aniversariantes td {
    border-bottom: 1px solid #E2E2E2;
    padding: 3px 0;
}
table.aniversariantes tr.inativo {
    text-decoration: line-through;
}
table.aniversariantes tr.nowrap {
    white-space: nowrap;
}
table.aniversariantes tr.total {
    font-size: 16px;
}