#localenumerodequartos{
	font:bold 13px 'Trebuchet MS', Verdana, Arial;
	color:#646464;
	padding:5px 0 5px 0;
}

/* ESTILOS DE UMA TABELA PADRÃO */

#tabela-precos * {
	border-top:0px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:0px;
	font-family:'Trebuchet MS';
	padding:3px 5px 3px 7px;
}
#tabela-precos {
	margin:15px 0px 10px 0px;
	width:100%;
}
#tabela-precos th {
	background:#333399;
	font-size:11.5px;
	font-weight:bold;
	color:#fff;
	text-align:left;
}
#tabela-precos td {
	font-size:11px;
	color:#515151;
}
#tabela-precos #linha1 { background:#e9e9e9; } /* #f0f0f0 */
#tabela-precos #linha2 { background:#dcdcdc; } /* #e9e9e9 */
/*#tabela-precos #col1 { width:26%; }*/
#tabela-precos #col2 { width:140px; }
#tabela-precos #col3 { width:120px; }
#tabela-precos #col4 { width:63px; }
#tabela-precos #col5 { width: 120px; font-size:10px; }

