/*TAGs Fixas*/
	body {
	margin-left:0;
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0;
	background-color:#ededed;
	}

	td
	{
		font-size: 13px;
		font-family:tahoma;
	}

	table
	{
		width:100%;
	}

	p
	{
		color:#000;
	}

	span
	{
		color:#1f5fc3;
	}

	strong
	{
		color:#6c859d;
	}

	A {
		COLOR: #000; TEXT-DECORATION: none;
	}
	A:hover {
		COLOR: #757575; TEXT-DECORATION: none;
	}
/*FIM TAGs Fixas*/

/*Classes*/

	.topo
	{
		background:url(../images/topo.gif)  top right repeat-x;
		HEIGHT:5px; 
		width:100%;
	}

	.bottom
	{
		background:url(../images/bottom.gif)  top right repeat-x;
		HEIGHT:5px; 
		width:100%;
	}

	.esq
	{
		background:url(../images/esq.gif)  top right repeat-y;
		width:5px; 
	}

	.dir
	{
		background:url(../images/dir.gif)  top right repeat-y;
		width:5px; 
	}

	.texto
	{
		color:#000;
		background-color:#fff;
	}

	.menu_bk
	{
		background:url(../images/menu_bk.gif)  top right repeat-x;
		text-align:center;
	}

	.menu_bk td
	{
		font-size: 12px;
		font-weight:bold;
	}

	.menu_separa
	{
		background:url(../images/menu_separa.gif) top right repeat-x;
		width:2px;
	}

	.banner
	{
		background:url(../images/banner_bk.gif) top right repeat-x;
		width:100%;
		height:223px;
	}

	.titulo
	{
		padding-left:20px;
		font-size: 15px;
		font-weight: bold;
		padding-right:25px;
	}

	.telefone
	{
		font-size: 18px;
		padding-top: 5px;
	}
	
	.mais_inf
	{
		text-align:right;
	}

	.mais_info A {
		COLOR: #FF0000; TEXT-DECORATION: none;
	}
	.mais_info A:hover {
		COLOR: #CC0000; TEXT-DECORATION: none;
	}

	.view A {
		COLOR: #FF0000; TEXT-DECORATION: none;
	}
	.view A:hover {
		COLOR: #CC0000; TEXT-DECORATION: none;
	}

	.images
	{
		position:absolute;
	}

	.dest
	{
		padding-left:100px;
	}

	.sub_dest
	{
		padding-left:20px;
	}
	
	.mais_info
	{
		text-align:right;
		padding-right:2px
	}

	.rodape
	{
		padding-top:5px;
		text-align:center;
		font-size: 11px;
	}

	.remove {
		display:none;

		}

	.mostra
	{
		position: absolute;
	}

	.w3c
	{
		font-size: 9px;
	}
/*FIM Classes*/
