@charset "utf-8";
/* CSS Document */
#anima{
	position: absolute;
	top: 0px;
	left: 0px; 
}
* {
	margin: 0;
	padding: 0;
}
#middle_ctn {
	position: relative;
	color: #000000;
	background: #F5F5F5;
	height: 340px;
	width: 100%;
	z-index:0;
}
#reservas_ctn {
	position: absolute;
	left: 670px;
	margin: 10px;
	top: 0;
	color: #333333;
	font-size: 9px;
}
#home_content {
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	padding: 10px;
}
#home_content h3 {
	font-size: 12px;
}
#home_content table {
	font-size: 11px;
	color: #333333;
}
#home_content h1 {
	font-weight: normal;
	background: url('../_img/z_h_logo.jpg') top left no-repeat;
	padding-left: 30px;
	line-height: 25px;
}
#home_content a {
	text-decoration: none;
	color: #333333;
}
#home_promo_02 {
	margin: 0 10px;
}
.promo_pic {
	height: 91px;
	width: 86px;
	border: solid 1px #666666;
}
.home_promo {
	font-size: 11px;
	font-family: arial;
	margin: 0;
}
.promo_btn {	
	width: 113px;
	height: 15px;
	cursor: pointer;
	margin-top: 12px;
	border: 0;
}

