table.hospedaje {
	width: 100%;
}

table.hospedaje thead tr th, table.hospedaje tbody tr td { font-size: .8em; }

th {
	background-color: #009900;
	color: #FFFFFF;
	width: 14em;
}

.hospedaje td {
	text-align: center;
}

td.encabezado {
	padding-left: 3px;
	font-weight: bold;
	text-align: left;
	background-color: #66CC33;
	background-image: url(../interface/fondo_pie.jpg);
	background-repeat: repeat-x;
	background-position: center center;

}

td.caracteristica {
	text-align: left;
	background-color: #EBFCD1;
}

