/*CONTEUDOS*/
#rodapeEndereco{
	margin:0 auto;
	text-align:center;
	font-size:9px;
	color:#999;
	margin-right:300px;
}
#rodCenter{
	text-align:center;
	font-size:9px;
}
#rodDir1{
	float:right;
	margin:10px;
	text-align:right;
	font-size:9px;
	color:#999;
}
#rodEsq1{
	float:left;
	margin:10px;
	text-align:left;
	font-size:9px;
	color:#999;
	width:300px;
}
#rodEsqNavegue{
	float:left;
}
#rodapeSeparador{
	float:left;
	margin-left:10px;
	margin-right:10px;
	background-image:url(../img/separador.png);
	width:3px;
	height:93px;
}
#Identificador{
	width:975x;
	background-color:#033;
	color:white;
	font-size:18px;
	padding:10px;
}
#janelaFanebox{
	width:400px;
	height:100px;
	background-color:#033;
	color:white;
	font-size:18px;
	padding:10px;
	text-align:center;
}
#sistBusca{
	padding:5px;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
}
#janelaBuscador{
	padding:10px;
	height:350px;
	width:500px;
	text-align:center;
	overflow:scroll;
	overflow-x: hidden;
	background-color:#033;
}
#ConteudoDepop{
	height:85px;
}
hr{ margin:0px; height:01px;}
h3{ margin:2px;}
#ComentariosGaleria{
	height:100px;
	width:430px;
	overflow:scroll;
	overflow-x: hidden;
}
#FotosGaleria{
	float:right;
	padding:10px;
	height:335px;
	width:480px;
	overflow:scroll;
	overflow-x: hidden;
	margin-top:15px;
	text-align:left;
}
#DadosEventGaleria{
	padding:10px;
	height:250px;
	width:450px;
	text-align:left;
}
#DepoimentosAll{
	padding:10px;
	width:450px;
	background-color:#033;
	text-align:left;
	color:#FFF;
	vertical-align:top;
}
#CarregaGaleriasNome{
	float:left;
	width:35px;
	height:140px;
	background-color:#001515;
}
#CarregaGalerias{
	padding:10px;
	height:120px;
	width:928px;
	overflow:scroll;
	overflow-x: hidden;
	margin-bottom:15px;
	background-color:#033;
	text-align:left;
}
#CarregaV{
	padding:10px;
	text-align:left;
	height:300px;
	overflow:scroll;
	overflow-x: hidden;
	width:600px;
	float:left;
	margin-bottom:15px;
}
#CarregaDV{
	padding:10px;
}
#hd{
	background-image:url(../img/HD.png);
	background-repeat:no-repeat;
	background-position:center;
	width:25px;
	height:15px;
	padding:5px;
}

#RodaVideo{
	padding:10px;
	height:460px;
	width:700px;
	text-align:center;
	overflow:hidden;
	background-color:#033;
}
#RodaVideoHD{
	padding:10px;
	height:840px;
	width:1350px;
	text-align:center;
	overflow:hidden;
	background-color:#033;
}
#linkGaleria{
	margin-top:250px;
}
#tRodape{
	width:100%;
	height:03px;
	background-image:url(../img/tarjaRodap.jpg);
}
#contentRodap{
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
	height:190px;
}

#bluRayB{
	float:left;
	width:290px;
	height:250px;
}
#bluRayB2{
	margin-top:19px;
}
#newsletter{
	float:right;
	width:226px;
	height:180px;
	background-image:url(../img/newslleterBG.png);
	padding-left:10px;
}
.sizeNews{size:35px; margin:2px;}
#txtRightNews{
	margin-left:45px;
	width:120px;
}
#aniversariantes{
	float:right;
	text-align:center;
	width:235px;
	height:121px;
	background-image:url(../img/newslleterBG.png);
}
#aniversariantesContent{
	width:214px;
	height:76px;
	text-align:left;
	text-transform:uppercase;
	overflow:scroll;
	overflow-x: hidden;
	padding:10px;
}
#fotolivro{
	float:left;
	width:425px;
	height:121px;
	margin-left:10px;
	background-image:url(../img/newslleterBG.png);
}
#eventos{
	float:left;
	width:405px;
	height:160px;
	margin-left:10px;
	background-image:url(../img/newslleterBG.png);
	margin-bottom:20px;
	padding:10px;
}

.serv {
	width: 460px;
	padding: 5px;
	text-align: left;
}
.folder {
	float: right;
}
/* contato*/
.style2 {font-family: Arial, Helvetica, sans-serif}
.style5 {	font-size: 13px;
	color: #999999;
}
#contato table tr td {
	text-align: left;
}
.bar {
	text-align: left;
}


<!--// AQUI É O TITLE ALT ( TOLLTIP)
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 08px;
	left: 75px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background:#002020;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
	text-decoration:none;
}

a:hover.tip span {
	display: block;
	text-decoration:none;
}
