.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


.Tabla_Rooms {
	width: 900px;
	border: none;
	margin: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.Tabla_Rooms td {
	padding: 1px;
}

.Tabla_Rooms_Item {
	background-color: #fafafa;
	width: 900px;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 15px;
}
.Tabla_Rooms_Item:hover {
	background-color: #FFFFCC;
}
.Tabla_Rooms_Item:visited {
	background-color: #f7f7f7;
	width: 310px;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.Tabla_Rooms_Item td {
	padding: 10px;
}

.Tabla_Rooms_Item a:link {
	color: #990000;
	text-decoration: underline;
}
.Tabla_Rooms_Item a:visited {
	color: #990000;
	text-decoration: underline;
}
.Tabla_Rooms_Item a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.Tabla_Rooms_Item_room {
	border: 4px solid #FFCC00;
	margin-bottom: 5px;
	margin-top: 3px;
}

.Tabla_Rooms_Reserve {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 1px;
}

.Tabla_Rooms_Item_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	line-height: 27px;
	padding-right: 5px;
}
.Tabla_Rooms_Item_detalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.Tabla_Rooms_Item_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-transform: none;
}

.Tabla_Rooms_Item_precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.Tabla_Rooms_Item_precio em {
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.Tabla_Rooms_nuevo {
	background-color: #f8f8f8;
	padding: 5px;
	width: 600px;
	border: 1px solid #ccc;
	margin: 15px;
}
.Tabla_Rooms_nuevo td {
	padding-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 4px;
}

.Tabla_Madre {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.Tabla_Reservation {
	background-color: #F8F7EF;
	height: 55px;
	width: 900px;
	border: 1px solid #CCa;
	margin: 22px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.Tabla_Reservation td {
	padding: 5px;
}
.Tabla_Reservation .Tabla_Madre th {
	background-color: #FFFFCC;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
}

.Button_Reserve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}


.Reservation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
}
.ReservationOK {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #339900;
}
