#sol_bar {
	background-color: #FBF8F5;
	position: relative;
}
#sol_bar_content {
	background-image: url(../img/hotel/sol_back.png);
	background-repeat: no-repeat;
	background-position: -15px center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#texto_habitacion {
	width: 390px;
	text-align: justify;
	margin-left: 95px;
	float: left;
}
#titulo_habitacion {
	width: 388px;
}
#foto_habitacion {
	height: 215px;
	width: 345px;
	float: right;
	border: 5px solid #C6C2A9;
	margin-right: 95px;
}
#boton_reservar {
	background-image: url(../img/hotel/reservar_back.png);
	height: 40px;
	width: 149px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: -8px;
	top: 212px;
	text-align: right;
	padding-right: 25px;
}
#boton_reservar .sub_titulos {
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	font-size: 18px;
}
#boton_reservar .sub_titulos:hover {
	color: #C6C2A9;
}
