/*FONDO HOME*/
.fondo_sup {
	background-image: url(../img/fondo/cabezal.jpg);
	background-position: center bottom;
	background-color: #333333;
	background-repeat: no-repeat;
}
.fondo_inf {
	background-image: url(../img/fondo/pie.jpg);
	background-position: center top;
}

.fondo_iz {
	background-image: url(../img/fondo/img_iz.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fondo_dr {
	background-image: url(../img/fondo/img_dr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*FONDO HOTEL*/
.hotel_fondo_sup {
	background-image: url(../img/fondo/cabezal_hotel.jpg);
	background-position: center bottom;
	background-color: #1F1F1F;
	background-repeat: no-repeat;
}
.hotel_fondo_inf {
	background-image: url(../img/fondo/pie_hotel.jpg);
	background-position: center top;
}

.hotel_fondo_iz {
	background-image: url(../img/fondo/img_iz_hotel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.hotel_fondo_dr {
	background-image: url(../img/fondo/img_dr_hotel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*FONDO PUB TE RRAZA*/
.pub_fondo_sup {
	background-image: url(../img/fondo/cabezal_pub.jpg);
	background-position: center bottom;
	background-color: #1F1F1F;
	background-repeat: no-repeat;
}
.pub_fondo_inf {
	background-image: url(../img/fondo/pie_pub.jpg);
	background-position: center top;
}

.pub_fondo_iz {
	background-image: url(../img/fondo/img_iz_pub.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.pub_fondo_dr {
	background-image: url(../img/fondo/img_dr_pub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*FONDO RESTAURANTE*/
.restaurante_fondo_sup {
	background-image: url(../img/fondo/cabezal_restaurante.jpg);
	background-position: center bottom;
	background-color: #1F1F1F;
	background-repeat: no-repeat;
}
.restaurante_fondo_inf {
	background-image: url(../img/fondo/pie_restaurante.jpg);
	background-position: center top;
}

.restaurante_fondo_iz {
	background-image: url(../img/fondo/img_iz_restaurante.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.restaurante_fondo_dr {
	background-image: url(../img/fondo/img_dr_restaurante.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*TXT*/

.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 11pt;
	font-weight: bold;
}
.form_campo {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #F4F4F4;
	border: 1px solid #003466;
	background-image: url(../hotel/booking/img/degrade_campo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	padding: 2px;	
}
.fondo_form {
	background-image: url(../hotel/booking/img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.txt_blanco_pie {
	font-family: Tahoma;
	font-size: 8px;
	color: #ffffff;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.tempMuyAlta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	color: #000000;
	background-color:#FFFF00
}
.tempAlta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	color: #000000;
	background-color:#FF33FF
}
.tempMedia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	color: #000000;
	background-color:#00CC33
}
.tempBaja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	color: #000000;
	background-color:#0099FF
}