#hoteles table
{
	font-family:   Verdana, Arial, Helvetica, sans-serif;		
	font-size:     10px;
	font-weight:   bold;
	border:        none;
	width:         580px;
	margin-bottom: 5px;
}

#hoteles th
{
	font-size:     14px;
	font-weight:   bold;
	text-align:    left;
	color:         yellow;
	border: dashed 1px white;
}

#hoteles td
{
	font-size:     13px;
	font-weight:   bold;
	color:         white;
	border-bottom: none;
	border-left:   dashed 1px white;
	border-right:  dashed 1px white;
	border-top:    none;
}

#hoteles td.precios
{
	text-align:    center;
	border-top:    none;
	border-bottom: dashed 1px white;
}

#hoteles td.importante
{
	text-align:    center;
	border-top:    none;
	border-bottom: dashed 1px white;
	color:         orange;
	font-size:     16px;
}

#hoteles address
{
	color:      white;
	font-style: normal;
}

#hoteles a, #hoteles a.visited
{
	color:      yellow;
	font-style: normal;
}


#hoteles img
{
	border: 0px;
}

#hoteles em
{
	font-size:   16px;
	font-style:  normal;
	color:       white;
}

.PrecioResaltado {
	color: yellow
}

