/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
	float: right;
	margin: 0 0 0 -234px;
	width: 100%;
}
div#content {
	margin: 0 0 0 234px;
	/******  paloma **********/
	background-image: url(../images/logo-bestandestravel-min.gif);
background-repeat: no-repeat;
background-position: left top;
height: 1% /* Holly hack for Peekaboo Bug */
}
div.sidebar {
	float: left;
	width: 214px;
	overflow: hidden;
	background: #F7F7F7 url(../images/f-barra.jpg) bottom no-repeat;
	padding-bottom:300px !important /*Non-IE6*/;
	padding-bottom:200px;
}

div#primary ul{
padding-left:25px  !important /*Non-IE6*/;
padding-left: 5px /*IE6*/;
}

div#primary ul li{
padding-left:0px;
margin-left:0px;
color:#BBA32D;
}

div#primary img {
border: #fff 1px solid;
margin-bottom:10px;
margin-top:8px;
}
div#primary A:link, div#primary A:visited {
color: #635617; TEXT-DECORATION: underline; font-family: Verdana, Arial, Helvetica, sans-serif
}
div#primary A:hover {
TEXT-DECORATION: none; color:#FF920D;
}


#buscar{

}


.buscar input{
	border: 1px solid #7F9DB9;
	width: 95px;
}

.buscar input:focus{
	border: 1px solid #5b7389;
}

.buscar .button input {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	padding: 2px;	
}

.buscar .button input:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}




div#secondary {
	clear: left;
}
div#footer {
	clear: both;
	width: 100%;
}