#habitaciones {
	width: 500px;
	padding: 0;
	margin: 10px 10px 10px 20px;
}

caption {
	padding: 0 0 5px 0;
	width: 570px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 7px 6px 6px 28px;
	background: #1F1A17 url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #333;
	background: none;
}

td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #1F1A17;
	padding: 7px 6px 6px 28px;
	color: #333;
}


td.alt {
	background: #1F1A17;
	color: #333;
}

th.spec {
	border-left: 1px solid #333;
	border-top: 0;
	background: #1F1A17 url(../images/castillo.png) no-repeat 3px 50%;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #EF9F21;
}

th.specalt {
	border-left: 1px solid #333;
	border-top: 0;
	background: #1F1A17 url(../images/castillo.png) no-repeat 3px 50%;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #E28E10;
}


.mas-info {
color:#fff;
text-transform:lowercase;
font-weight:normal;
}