/*----- reseteo de valores ----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,
h4,h5,h6,pre,form,fieldset,input,
textarea,p,blockquote,th,td 			{ margin:0; padding:0; } 
table 									{ border-collapse:collapse; border-spacing:0; } 
fieldset,img 							{ border:0; } 

address,caption,cite,code,dfn,em,
strong,th,var 							{ font-style:normal; font-weight:normal; } 
ol,ul 									{ list-style:none;} 
caption,th 								{ text-align:left; } 
h1,h2,h3,h4,h5,h6 						{ font-size:100%; font-weight:normal; } 

q:before,q:after 						{ content:''; } 
abbr,acronym 							{ border:0; }
/*----- clear fix ----*/
.clearfix								{ clear: both; }
/*----- plantilla general ----*/
body									{ background-color: #e8e8e8;}
#body									{ background-color: #fff; width: 1001px; margin: 0px auto; padding: 40px 26px; font-family:Tahoma, Geneva, sans-serif;}
#header {
	width: 948px;
	height: 219px;
	margin-bottom: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 42px;
	margin:0 auto 7px;
	font-size: 10px;
	font-weight: bold;
}
#bantop {
	width: 948px;
	height: 360px;
	margin: 0 auto 10px;
	background-image: url(../images/ban1.jpg);
}
#menu {
	width: 948px;
	height: 41px;
	margin: 0 auto 10px;
}
#menu2{
	width: 948px;
	margin: 10px auto 40px;
	text-transform: capitalize;
	display:block;
}
#menu2 li{
	text-align: center;
	background: url(../images/bg_menu.gif) repeat-x;
	 margin-right: 5px;
	 margin-bottom:5px;
}
#menu2 li:hover{
	background: url(../images/bg_menu_hover.gif) repeat-x;
}
#menu2 a:link, #menu2 a:active, #menu2 a:visited{
	text-decoration: none;
	color: #fff;
}
#menu2 a:hover{
	text-decoration:underline;
}
#home 									{ width: 66px; float: left; padding: 5px 0; }
#destinos								{ width: 86px; float: left; padding: 5px 0; }
#ofertas								{ width: 81px; float: left; padding: 5px 0; }
#paquetes								{ width: 100px; float: left; padding: 5px 0; }
#especiales								{ width: 102px; float: left; padding: 5px 0; }
#reservaciones							{ width: 115px; float: left; padding: 5px 0; }
#teetimes								{ width: 91px; float: left;  padding: 5px 0; }
#hospedaje								{ width: 95px; float: left; padding: 5px 0; }
#rentcar								{ width: 78px; float: left; padding: 5px 0; }
#contacto								{ width: 85px; float: left; padding: 5px 0;  margin-right: 0; }
/*----- esquinas redondas ----*/
.grismenuindex{
	border-radius: 18px;
	-ms-border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
}
