@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size:14px;
	font-family:Tahoma;
	background:#fff;
}
#cerrojo {
	display:block;
	margin:0px;
	width:750px;
}
#menu {
	width:200px;
	float:left;
}
#logo {
	width:150px;
	height:131px;
	background:url(fondobody.gif) no-repeat;
	display:block;
	clear:both;
	margin:10px auto;
}
#menu ul {
	list-style:none;
	width:200px;
}
#menu ul li {
	border-left:2px solid #0066CC;
	border-right:2px solid #0066CC;
	height:25px;
	text-align:center;
}
#menu ul li:hover {
	background-color:#99CCFF;
}
#menu ul li a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#FFFFFF;
}
#menu ul li.primen {
	background:url(ultop.gif) no-repeat;
	width:200px;
	height:9px;
	border:none;
	line-height:5px;
	min-height:9px;
}
#menu ul li.ulti {
	background:url(ulbot.gif) no-repeat;
	width:200px;
	height:9px;
	border:none;
	min-height:20px;
}
#matraca {
	margin-top:10px;
	width:755px;
	float:left;
}
#matraca h1 {
	margin-bottom:15px;
}
#matraca h2 {
	margin-bottom:5px;
}
#matraca #topquote {
	width:652px;
	height:12px;
	background:url(quotetop.gif) no-repeat;
}
#matraca #centrequote {
	width:755px;
	background-color:#ffffff;
	color:#FFFFFF;
	font-weight:bold;
}
#matraca #centrequote td.pickdrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-weight:normal;
}
#matraca #centrequote td.datetime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-weight:normal;
}
#matraca #centrequote td.botoncito {
	width:25%;
	text-align:center;
}
#matraca #centrequote input {
	height:16px;
	border:inset 1px;
}
#matraca #centrequote select {
	height:20px;
	border:inset 1px;
}
#matraca #botquote {
	width:652px;
	height:12px;
	background:url(quotebot.gif) no-repeat;
}
#matraca #leyenda {
	width:100%;
	list-style:none;
	margin-bottom:50px;
}
#matraca #leyenda li {
	width:20%;
	height:30px;
	display:block;
	float:left;
}
#matraca #reservas {
	width:100%;
	font-size:9px;
}
#matraca #bookin {
	width:100%;
	font-size:12px;
}
#matraca #bookin input, textarea, select {
	border:inset 1px;
}

