@charset "utf-8";
/* CSS Document */

div.hotel-block {
	display:inline-block;
	width:290px;
	height:auto;
	float:left;
	margin:auto;
	font-size:0.8em;	
}



div.hotel-block img {
	border: none;
	float: left;
	margin:auto 10px 5px auto;

}


div.hotel-block H1 {
	font-size: 100%;
	font-weight: bold;
	color: #434116;
}

div.hotel-block H2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFCC00;
}


.hotel-block A {
	font-weight: bold;
	color: #FFCC00;
}

div.break {
	height:1%;
	clear:both;
	border-bottom:1px dotted #FFCC00;
	margin:2px auto 10px auto;
}	


