/*---------------------------------------------
//  Widget
//---------------------------------------------
*/

#bookings-widget_Esperando,
#bookings-widget_NoEsperando{
	background			: url(../img/back_widget.png) left top no-repeat;
	width				: 271px;
	height				: 233px;
	color				: #FFF;
	margin				: 0 0 20px 20px;
}

.home #bookings-widget_Esperando,
.home #bookings-widget_NoEsperando{
	background			: url(../img/back_widget_home.png) left top no-repeat;
	width				: 349px;
	height				: 286px;
	color				: #FFF;
	margin				: 0 0 20px 20px;
}

#bookings-widget_Esperando {
	text-align			: center;	
}

#widget {
	padding				: 30px 0 0 20px;	
}

.home #widget {
	padding				: 30px 0 0 40px;
}


.wid_alojamientos,
.wid_fechas{
	margin				: 10px 0 0 0;
}
	
.home .wid_alojamientos {
	background			: url(../img/back_widget_pas1.png) left top no-repeat;
	padding				: 0 0 0 30px;
	margin				: 20px 0 0 0;
}

.home .wid_fechas {
	background			: url(../img/back_widget_pas2.png) left top no-repeat;
	padding				: 0 0 0 30px;
	margin				: 20px 0 0 0;
}


#widget h3 {
	font-size			: 20px;
}

.home #widget h3 {
	font-size			: 24px;
}

#widget h4{
	padding				: 0 0 2px 0;
	color				: #a9e139;
}

#widget h4 em,
#widget h4 strong{
	display				: none;
}


.home #widget h4 em {
	display				: block;
	font-size: 11px;
}

.home #widget h4 strong {
	display				: block;
	font-weight			: normal;
}

#widget select,
#widget input[type=text]{
	font				: normal normal 12px Arial, sans-serif;
}

#widget select {
	width				: 180px;
}

.wid_fechas {
	padding				: 0 0 20px 0;
	width				: 100%;
	overflow			: hidden;
}

.wid_fechas div {
	float				: left;
	padding				: 0 10px 0 0;
}

.wid_fechas a {
	display				:inline-block;
	vertical-align		: bottom;
	width				: 25px;
}

#widget label {
	display				: block;
	margin				: 0 5px 0 0;
	color				: #a9e139;
}

.home #widget label {
	font-size			: 11px;	
}

.botonWidget {
	text-align			: center;
}

.home .botonWidget {
	margin				: 15px 0 0 0;
}

.botonWidget a {
	color				: #2f3738;
	background			: url(../img/back_boto_widget_reserves_esquerra.png) left top no-repeat;
	display				: inline-block;
	padding				: 0 0 0 15px;
}

.botonWidget a span{
	background			: url(../img/back_boto_widget_reserves_dreta.png) right top no-repeat;
	font-size			: 16px;
	font-weight			: bold;
	line-height			: 34px;
	display				: inline-block;
	padding				: 0 15px 0 0;
}

.botonWidget a:hover {
	cursor				: pointer;
	text-decoration		: none;
	color				: #007784;
}

