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

 
body  {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #bfe6eb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/backgroundV3.gif);

	
}

.required { color:Red; }

.lnkMore { color:#0baa9c }
	
h1
{
 font-size: large;
 color: #5f4a2d;
 text-decoration: none;
 font-weight:bold;

}
p
{
   line-height:16px; 
}

h3
{
 font-size:13px;
 color: #5f4a2d;
 text-decoration: none;
 font-weight:bolder;

}


#logoLink {  
display:block;  
height:88px;  
text-indent:-9999px;  
width:200px;  
 } 
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:1120px; /*1350 w/ original sitemap */
	 
	border-right:2px solid #7dcad2;
	border-bottom:2px solid #7dcad2;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height:236px;
	background: #FFFFFF; 
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index:1; background-image:url(images/Mainlogo.jpg);background-repeat:no-repeat; background-position: 6px 0px
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #topNav { 
 background-image:url(images/mainTop.jpg);background-repeat:no-repeat; background-position:right; height:236px} 

#topMainright {
	position:relative; 
	z-index:4; 
	left: 877px; 
	top: -175px; 
	width: 128px; 
	height: 138px;	
}

	.twoColFixLtHdr #mainToppart2 { 
	height:109px;
	width:596px;

	
	} 

.twoColFixLtHdr #searchBox { 
	background-color:#f3eee8;
	width:342px;
	
	margin:0 0 10px 0;
	vertical-align:top;	 
	} 

.clear{
	clear:both;
	}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height:757px;
	width: 335px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 17px;
	margin:0px;
	vertical-align:top;
}

.twoColFixLtHdr #sidebarOffer { color:#6d6d6d;  }

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 359px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 20px 0 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#containerResort  {width:596px;} 
#resort1 { float:left; width:145px;} 
#resort2 { float:left; width:145px;} 
#resort3 { float:left; width:145px; }
#resort4 { float:left; width:145px;}

#containerResortp  {width:596px;} 
#resort1p { float:left; width:290px;} 
#resort2p { float:left; width:290px;} 
#resort3p { float:left; width:290px; }
#resort4p { float:left; width:290px;}

.resortContent {height:377px; width:146px;background-color:#f7f7ef;}

#containerResortp  {width:596px;} 
#resort1p { float:left; width:290px;} 
#resort2p { float:left; width:290px;} 
#resort3p { float:left; width:290px; }
#resort4p { float:left; width:290px;}

.resortContentp {height:177px; width:597px;background-color:#f7f7ef;}
 


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.twoColFixLtHdr #footer .footer_path{
	
}

.twoColFixLtHdr #footer .top{
	height:32px;
	padding:6px 0 0 25px;
}

.twoColFixLtHdr #footer .bg_footer{
	background:#FFF;
}

.twoColFixLtHdr #footer .f_titulo {
	font-size:11px;
	font-weight:bold;
	color:#184241;
	padding: 0 0 10px 0;

}

.twoColFixLtHdr #footer .f_bottom{
	background: url(images/bg-footer.html) bottom no-repeat;
	height:5px;
}

.leftColfooter{
	float:left;
	width:185px;
	padding:10px;
	margin-right:10px;
	margin-left:15px;
}
.rightColfooter{
	float:right;
	width:195px;
	padding:10px;
}

/* LISTAS */
.lista_footer{
	list-style:none;
	margin:0;
	padding:0;
	line-height:18px;
	}

.lista_footer li a{ 
	margin:0px;
	padding:0px;
	color:#484848;
	text-decoration:none;
	}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr {
  border:0;
  border-top: 1px solid #e4e4e4;
  height: 0;
  background: #e4e4e4;
}

  div.RadMenu a.rmLink .rmLeftImage
        {
            position: relative;
        }
        
        div.RadMenu .rmItem .rmLink .rmLeftImage,
        div.RadMenu .rmItem .rmLink,
        div.RadMenu .rmLink .rmText
        {
            margin: 0;
            padding: 0 0 0 8px;
            cursor:hand;
            
            	 
        }
        
       .menu
{
 font: normal 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #5f4a2d;
 text-decoration: none;
 font-weight:bold;
}
 .menuItem
     {
    /*color:#bc945d;*/
    color: #5f4a2d;
    text-decoration:none;
    background-image:url(images/bullet.gif);
    /*background-color: #f7edda;*/
	background-repeat:no-repeat;
	background-position:5px 4px; 
	padding-left:100px;
     }   
  .menuItem:hover
     {
       color:#bc945d;
       text-decoration:none;
     }         
 
.SplitterPad
{
  padding:16px 10px 0 0;
  background-color:#ffffff; 
  scrollbar-arrow-color: #fff;
scrollbar-3dlight-color: #564b39;
scrollbar-face-color: #c5bd96;
scrollbar-track-color: #a18d75;  
 
}

.SplitterWrapper
{
width:576px; 
Height:615px; 
margin:0; 
padding:20px 0 0 20px; 
background-color:#f7f7ef;    
    
}

.SplitterInside
{
    padding-left:10px;
}    


<!--[if IE 5]>
 /* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
 
<![endif]-->
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 3opx; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
 
<![endif]-->
<!--[if lte IE 7]>
 /* place css box model fixes for IE 7 in this conditional comment */
.twoColFixLtHdr #mainContent { 
  margin: 0 0 0 359px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the  sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding:0 20px 0 0px ; /* removed 20px which was causing problems with mainTopPart2*/
 }
 .twoColFixLtHdr #searchBox { 
	height:265px;
	background-color:#f3eee8;
	width:342px;
	margin:0 0 9px 0;
	vertical-align:top;
 }
 h1
{
 font-size: large;
 color: #5f4a2d;
 text-decoration: none;
 font-weight:bold;

 

}

h3
{
 font-size:13px;
 color: #5f4a2d;
 text-decoration: none;
 font-weight:bolder;
 line-height:10px;
}
<![endif]-->

