html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    clear: both;
    display: block;
}

body{
    /* background: url(../assets/fundo-home.jpg) top center no-repeat; */
    background:#FFF;
    font-family: Arial, Helvetica, sans-serif;
}

#topo{
    width:955px;
    height:130px;
    margin:0px auto;
    background: url(../assets/bg-topo.png) top center no-repeat #FFF;
}

#logo{
    width:30px;
    height:40px;
    float:left;
    margin-left:60px;
    margin-top:0px;
}

#banner{
    width:311px;
    height:92px;
    float:right;
    margin-top:15px;
    margin-right:80px;
}


#menu{
    width:955px;
    margin:13px auto 17px auto;
    height:33px;
    font-family: 'Puritan', sans-serif;
}

#menu ul{
        width:955px;
        height:33px;
        background: #FFF;
}

#menu ul li a{
    padding:8px 11px 8px 11px;
    height:17px;
    display:block;
    float:left;
    color:#000;
    text-shadow: 0 1px 1px #FFF;
    text-decoration:none;
    background: url(../assets/separador-menu.png) top right no-repeat;
    font-size:16px;
}

#menu ul li a:hover, #menu ul li a.active{
    background: #A57E30;
    background-image:none;
    box-shadow: inset 0 4px 8px #523E17, 0 0px 1px #000;
    -o-box-shadow: inset 0 4px 8px #523E17, 0 0px 1px #000;
    -webkit-box-shadow: inset 0 4px 8px #523E17, 0 0px 1px #000;
    -moz-box-shadow: inset 0 4px 8px #523E17, 0 0px 1px #000;
    color:#FFF;
    text-shadow: 0 1px 1px #000;
}

.rounded, #menu ul li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

#menu ul li a.ultimo {
    background-image:none;
    padding:8px 22px 8px 23px;
}

#bannerHome{
    height:300px;
    width:100%;
}

#bannerHomeConteudo{
   width: 955px;
   margin: 0px auto;
}

#textoBannerHome h1{
    font-size: 24px;
    color:#FFF;
    font-family: 'Puritan', sans-serif;
    font-weight: 700;
    text-align: center;
    float:left;
    margin-top:115px;
    margin-left:193px;
    width:390px;
}

#textoBannerHome a{
    text-decoration: none;
    float:left;
    margin-left:443px;
    margin-top:14px;
    font-family: 'Puritan', sans-serif;
    font-weight:700;
    font-size:15px;
    color:#FFF;
}

#conteudo, #conteudoConvenios{
    width:955px;
    margin:0px auto;
    background: #FFF;
}

#menuLateralServicos{
    border-left: 2px solid #EDEDED;
    border-right: 2px solid #EDEDED;
    border-bottom: 2px solid #EDEDED;
    width:220px;
    padding:10px 15px 50px 15px;
    background: url(../assets/bg-menu-lateral.png) bottom left repeat-x #FFF;
    float:left;
}

#menuLateralServicos h2{
	color: #765921;
	width:220px;
    font-size:22px;
    font-family: 'Puritan', sans-serif;
    margin-bottom: 10px;
}

#galeriaDeImagens h2{
    color: #765921;
    width:300px;
    font-size:22px;
    font-family: 'Puritan', sans-serif;
    margin-bottom: 5px;
    border-bottom:2px dotted #999999;
    margin-top:30px;
    float:left;
}

#galeriaDeImagens p{
    margin:10px 0px;
    font-size:14px;
    color:#666666;
    float:left;

}

#menuLateralServicos ul li a{
    border-bottom:2px dotted #EDEDED;
    height:16px;
    padding:8px 0px 5px 0px;
    font-size: 13px;
    text-decoration: none;
    color:#666;
    float:left;
    width:220px;
    background: url(../assets/bg-menu-lateral-item.png) center right no-repeat;
}

#menuLateralServicos ul li a:hover{
     background: url(../assets/bg-menu-lateral-item.png) center right no-repeat #EDEDED;
}

#conteudoDireita{
    float:left;
    width: 670px;
    padding:10px 15px 10px 15px;
}

#textoHome h2, #obituario h2{
    color: #765921;
    font-size:22px;
    font-family: 'Puritan', sans-serif;
    margin-bottom: 10px;
    margin-top:20px;
}

#textoHome p, #formularioMensagem p{
    color: #666;
    font-size: 13px;
    text-align: justify;
    margin-bottom:10px;
    line-height:16px;
}

#textoHome h3, h3{
    color: #765921;
    font-size:16px;
    font-family: 'Puritan', sans-serif;
    margin-bottom: 10px;
    margin-top:20px;
}

#textoHome p strong{
	font-weight: bold;
}

#textoHome ul{
    color: #666;
    font-size: 13px;
    text-align: justify;
    margin-bottom:5px;
    line-height:16px;
    margin-left:15px;
    list-style: square;
}

#obituario{
    float:left;
    width: 670px;
    padding:10px 15px 10px 15px;
}

#obituario table th{
    background: #CCC;
    border:1px solid blue;
    padding:5px 0px;
    border:1px solid #FFF;
    font-size:13px;
    font-weight: bold;
}
#obituario tr td.nome, #obituario tr td.enviaMensagemFamiliares, #obituario tr td.foto{
    font-size:14px;
    color: #666;
    height:20px;
    border-bottom:2px dotted #EDEDED;
	line-height: 16px;
}

#obituario tr td{
   padding:3px;
}

#obituario tr td.nome { width:470px; vertical-align: middle; }
#obituario tr td.foto { width:140px; height:154px; margin:0px; padding:0px; }

#obituario tr td.foto .fotoObituario{
	float:left;
	width: 113px;
	height:154px;
	border:2px solid #F7F8FD;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#obituario tr td.dataNascimento, #obituario tr td.dataFalecimento {
        width:100px;
        text-align: center;
        vertical-align: middle;
}

#obituario tr td.enviaMensagemFamiliares{
    text-align: right;
    width:120px;
    font-size:11px;
    vertical-align: middle;
}

#obituario tr td.enviaMensagemFamiliares a{
	float: left;
	height: 32px;
	width: 104px;
	background: url(../assets/btnMensagem.png) bottom left no-repeat;
}

#obituario tr td.enviaMensagemFamiliares a:hover{
    background: url(../assets/btnMensagem.png) top left no-repeat;
}


#obituario tr:hover{
    background: #EDEDED;
}

#placasBronze{
    height:97px;
    width: 955px;
    background: url(../assets/bg-placas-bronze.png) top left no-repeat;
    margin-top:10px;
}
#conteudoPlacasBronze{
    width:887px;
    height:97px;
    float:left;
    position:relative;
    overflow:hidden;
}
#vai, #volta{
    float:left;
    height:97px;
    width:34px;
}


#conteudoPlacasBronze .items {
  width:20000em;
  position:absolute;
}

.items div{
    width:887px;
    float:left;
}
.items div div.placas {
  float:left;
  width:221px;
  text-align:center;
}

.next, .prev{
    display: block;
    cursor:pointer;
}

#rodape{
    width:955px;
    height:117px;
    margin:0px auto;
    background: url(../assets/bg-rodape.png) bottom center no-repeat #FFF;
    margin-top:10px;
}

#rodape p.horas{
    text-align:center;
    font-size:18px;
    color: #666666;
    padding-top:18px;
    font-weight: bold;
}

#rodape p.endereco{
    text-align:left;
    font-size:12px;
    color: #666666;
    padding-top:8px;
    margin-left:10px;
    width:270px;
    float:left;
}

#rodape p.endereco a{
    color: #666666;
    text-decoration: none;
}

#rodape img.logo{
    float:left;
    margin-top:8px;
    margin-left:15px;
}


.fotosServico{
    float:left;
    margin:8px;
}


.paginacao {
	width:670px;
	background: #EDEDED;
	height:30px;
	font-size:13px;
}

.paginacao table tr td a{
    color:#666666;
    text-decoration:none;	
}

.paginacao table tr td .pagina_atual {
	background: #765921;
	color:#FFF;
	padding:5px;
	font-weight: bold;
}


#conteudoConvenios #conteudoDireita {
    float:left;
    width:925px;
    padding:10px 15px 10px 15px;	
}


.logosConvenios{
	float:left;
	padding:10px;
	margin:10px;
	width:196px;
	height:200px;
	border:1px dotted #AEAEAE;
}

.nomeConvenio{
	font-size:15px;
	font-weight:bold;
	color:#666;
	margin-top:4px;
}

.descricaoConvenio{
	font-size:11px;
	color:#222;
	margin-top:4px;
	line-height:18px;
}

.listaPlacas{
	float:left;
    margin:11px;
    width:216px;
    min-height:115px;
}

.nomePlaca p{
	font-size:15px;
	color:#282828;
	font-weight: bold;
	margin-top:4px;
	margin-bottom:3px;
}

.nomePlaca .referencia{
	font-size:12px;
	font-weight: bold;
	color:#666666;
	float:left;
	width:216px;
}

.nomePlaca .descricao{
	width:216px;
	font-size:12px;
	font-weight: normal;
	color:#666666;
	float:left;
}


/* formulario */
/* cadastro familiares */
#cadastro{
    width:460px;
    margin-left:15px;
    float:left;
}

#cadastroDireita{
    float:left;
    width:400px;
    height:329px;
}

#cadastro label {
    font-size:15px;
    color:#505050;
    text-shadow: 1px 1px #FFF;
    float:left;
    width:110px;
    line-height:30px;
    height:30px;
    margin-top:5px;
}

#cadastro input.cadastro{
    height:20px;
    padding:5px;
    font-size:15px;
    margin-top:5px;
    width:310px;
    border:1px solid #E9E9E9;
}

#cadastro input#limpar{
    height:30px;
    padding:5px;
    font-size:15px;
    margin-top:5px;
    width:100px;
    background: #505050;
    border:1px solid #E9E9E9;
    color:#FFF;
    margin-left:228px;
}

#cadastro input#enviar{
    height:30px;
    padding:5px;
    font-size:15px;
    margin-top:5px;
    width:100px;
    background: #505050;
    color:#FFF;
    border:1px solid #E9E9E9;
}

#cadastro input#enviar:hover, #cadastro input#limpar:hover{
    background: #765921;
    color:#FFFFFF;
    text-shadow: 0 1px 1px #000;
}


#cadastro label.error{
    float:left;
    padding:4px 4px 4px 20px;
    width:299px;
    background:url(../assets/seta-validacao.png) top right no-repeat #bd0000;
    color:#FFF;
    text-shadow: 1px 1px #430101;
    margin-left:110px;
}

#cadastro textarea.cadastro{
    height:130px;
    padding:5px;
    font-size:15px;
    margin-top:5px;
    width:310px;
    border:1px solid #E9E9E9;
}

.mz2{ 
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 7;
}

div.facebook{
	float:right;
	width:40px;
	height:40px;
	margin:20px 32px 0px 0px;
}

.mensagem{
	width:670px;
	min-height: 80px;
	background: url(../assets/bgMensagem.png) top left repeat-x #fafafa;
}

#obituario .mensagem h2.nome{
	font-size: 16px;
	font-weight: bold;
	float:left;
	width:590px;
	margin:10px 0px 0px 10px;
	color:#646464;
	
}

#obituario .mensagem p.mensagemTexto{
	font-size: 12px;
	font-weight: normal;
	float:left;
	width:590px;
	line-height: 16px;
	margin:5px 0px 10px 10px;
	color:#646464;
}

#obituario .mensagem .vela{
	float:right;
	margin:0px;
	height: 80px;
	width: 59px;
} 

.baseVela{
	width: 59px;
	height: 10px;
	float:left;
}

.fundoVela{
	background: url(../assets/corpoVela.gif) top left no-repeat;
}

.corpoVela0{
	width: 59px;
	height: 70px;
	float:left;
}


.corpoVela1{
	width: 59px;
	height: 63px;
	margin-top:7px;
	float:left;
}

.corpoVela2{
	width: 59px;
	height: 56px;
	margin-top:14px;
	float:left;
}

.corpoVela3{
	width: 59px;
	height: 49px;
	margin-top:21px;
	float:left;
}

.corpoVela4{
	width: 59px;
	height: 42px;
	margin-top:28px;
	float:left;
}

.corpoVela5{
	width: 59px;
	height: 35px;
	margin-top:35px;
	float:left;
}

.corpoVela6{
	width: 59px;
	height: 27px;
	margin-top:43px;
	float:left;
}

.corpoVela{
	width: 59px;
	height: 70px;
	margin-top:0px;
	float:left;
}

.fotoMensagens { width:113px; height:154px; margin:0px 20px 0px 0px; padding:0px; float:left; background: blue; }

#formularioMensagem{
	background: #EBEBEB;
	padding:20px;
	margin:20px 0px;
}

#formularioMensagem label{
	float:left;
	width:100px;
	height:35px;
	margin: 0px 5px 0px 0px;
	text-align: right;
	line-height: 40px;
	font-size:12px;
}

#formularioMensagem .formNome,
#formularioMensagem .formEmail,
#formularioMensagem .formMensagem{ 
	width:328px;
	border:none;
	color:#545454;
	padding:0px;
	margin: 5px 0px 0px 0px;
	height:30px;
	line-height: 30px;
}

#formularioMensagem .formMensagem{
	height:150px;
	line-height: 12px;
}

#formularioMensagem label.error{
    float:left;
    padding:0px 30px 0px 0px;
    width:299px;
    background:url(../assets/seta-validacao.png) top right no-repeat #bd0000;
    color:#FFF;
    text-shadow: 1px 1px #430101;
    margin-left:105px;
    height:16px;
    line-height: 16px;
}

#formularioMensagem #enviar{
	float:right;
	margin-right: 26px;
	
}

#formularioMensagem #website{
	display: none;
}

#obituario h3{
	color: #765921;
	font-size:19px;
	font-family: 'Puritan', sans-serif;
	margin-bottom: 5px;
	margin-top:8px;
	}

#obituario ul { padding-left:17px; }

#obituario ul li{
	font-size:14px;
	color: #666;
	height:18px;
	line-height: 18px;
	list-style: square;
	padding-left:0px;
	}

#obituario ul li strong{
	font-weight: bold;
	line-height: 22px;
	margin:7px 0 5px 0;
}