
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}
.text1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #949494;
	text-decoration: none;
	border: none;
}
.text2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #4C370E;
	text-decoration: none;
	border: none;
}
.a1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFAA00;
	text-decoration: underline;
	border: none;
}
.Estilo1 {
	color: #FFFFFF;
	font-weight: bold;
}
.Estilo4 {color: #FFFFFF; font-weight: bold; font-size: 14px; }
.Estilo5 {color: #FFFFFF}

/* Estilos de buscador de inmuebles */

.tituloCaracteristicas {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
.textoCaracteristicas {
	font-family: Tahoma;
	font-size: 11px;
	color: #4C370E;
	text-decoration: none;
	border: none;
}

.TextoTabla
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #333333;
   text-decoration: none
}

.TituloTabla
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color: #000000;
   text-decoration: none
}

.TituloFicha
{
   font-family: Verdana;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   text-decoration: none
}

.tituloFormulario {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.TituloListado {
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
}
<STYLE> 
	/* Cajas de texto */
	TEXT
	{ 
		FONT-SIZE: 11px;
		COLOR: #666666;
		FONT-FAMILY: Tahoma;
		HEIGHT: 20px;
		BACKGROUND-COLOR: #ffffff
	}
	INPUT.CHECK
	{ 
		border: none;
	}
	/* Botones */
	INPUT
	{
		background-color : #FFFFFF;
		font-family : Tahoma;
		font-size : 11px;
		color : #666666;
		border : 1px solid;
		border-color : #666666;
	}
	/* Combos */
	SELECT
	{
		FONT-SIZE: 10px;
		COLOR: #666666;
		FONT-FAMILY: Tahoma;
		FONT-SIZE: 11px;
		HEIGHT: 16px;
		BACKGROUND-COLOR: #FFFFFF;
		width:134;
	}
	/* Campos memo */
	TEXTAREA
	{
		BORDER-RIGHT: #000000 1px solid;
		BORDER-TOP: #000000 1px solid;
		FONT-SIZE: 11px;
		BORDER-LEFT: #000000 1px solid;
		COLOR: #666666;
		BORDER-BOTTOM: #000000 1px solid;
		FONT-FAMILY: Tahoma;
		HEIGHT: 60px;
		BACKGROUND-COLOR: #ffffff;
		BORDER-COLOR: #666666;
	} 
</STYLE>