/* @override 
	http://buenaventuravillas.wessley.dnsalias.com/stylesheets/main.css
	http://buenaventuravillas.com/stylesheets/main.css
	http://buenaventuravillas.localwes.dnsalias.com/stylesheets/main.css
*/

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* @end */

html body{
	font-family: Georgia, "lucida bright", "times new roman", serif;
	margin: 0;
	background: #154163 url(/images/background.jpg) top center no-repeat;
	font-size: 14px;
}

a:link, a:visited{
	color: #2D5CA2;
}

a:hover, a:active{
	color: #7C9FC9;
}

.logo{
	width: 800px;
	margin: 0 auto;
}

.logo h1 a{
	margin: 5px 0;
	width: 208px;
	height: 0;
	padding-top: 151px;
	background: url(/images/logo.gif) top left no-repeat;
	overflow: hidden;
	float: left;
}

.main{
	width: 800px;
	margin: 0 auto;
	background: url(/images/main_top.gif) top left no-repeat;
}

.footer{
	color: #FFF;
	padding: 15px 10px;
	width: 780px;
	margin: 0 auto;
	background: url(/images/main_bottom.gif) top left no-repeat;
	font-size: 11px;
	line-height: 18px;
}

.left_column{
	float: left;
	width: 208px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.right_column{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 580px;
	float: left;
	font-family: Helvetica, Arial, Sans-serif;
}

ul.menu{
	margin: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;
}

ul.menu li{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 1.4em;
}

ul.menu li.level1{
}

ul.menu li.level1 a:link,
ul.menu li.level1 a:visited{
	color: #000;
	text-decoration: none;
}

ul.menu li.level1 a:hover,
ul.menu li.level1 a:active{
	color: #666;
	text-decoration: underline;
}

ul.menu li.level2{
	padding-left: 40px;
}

ul.menu li.level2 a:link,
ul.menu li.level2 a:visited{
	color: #666;
	text-decoration: none;
}

ul.menu li.level2 a:hover,
ul.menu li.level2 a:active{
	color: #BBB;
	text-decoration: underline;
}

.weather{
	padding: 0 20px;
}

.weather h4{
	margin-bottom: 5px;
	font-weight: normal;
}

.weather .data span{
	margin-left: 10px;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888;
}

.weather .data span,
.weather .data img{
	vertical-align: middle;
}

ul li.alt{
	background: #f4f4f4;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

ul li.active{
	background-image: url(/images/active_menu.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.right_column h2{
	font-family: Georgia, "lucida bright", "times new roman", serif;
	font-size: 18px;
	margin-top: 0;
	font-weight: normal;
	margin-left: 20px;
}

.right_column h2 .slash{
	color: #AAA;
	font-weight: bold;
}

.filter{
	background: #EEE;
	padding: 15px 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.filter label{
	display: block;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 12px;
}

.filter .fields{
	float: left;
	margin-right: 20px;
}

.filter .button{
	width: 100px;
}

form{
	margin: 0;
}

table.listing{
	margin-top: 20px;
}

table.listing .frame{
	padding: 2px;
}

table.listing h3{
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

table.listing h3 a{
	font-weight: bold;
	text-decoration: none;
}

table.listing td{
	padding: 10px 20px;
}

table.listing .info{
	padding-left: 0;
	padding-right: 10px;
	width: 100%;
}

table.listing .alt td{
	background: #F4F4F4;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E8E8E8;
}

table.listing ul{
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

table.listing ul .title{
	color: #777;
}

table.listing ul li{
	line-height: 18px;
}

small.superscript{
	font-size: 10px;
	display: inline;
}

.paging{
	margin: 20px 0 0;
	text-align: center;
}

.paging span{
	font-weight: bold;
}

.paging span.disabled{
	font-weight: normal;
	color: #999;
}

.paging a, .paging span{
	margin: 5px;
}

span.next a{
/*	padding-right: 10px;
	background: url(/images/arrow_right.gif) right 4px no-repeat;
*/	font-weight: normal;
}

span.previous a{
/*	padding-left: 10px;
	background: url(/images/arrow_left.gif) left 4px no-repeat;
*/	font-weight: normal;
}

.image_browser{
	background: #EEE;
	margin-left: 20px;
	margin-right: 20px;
}

.main_image{
	float: left;
}

.main_image_frame{
	border:1px solid #AAA;
	padding:2px;
	float:left;
}

.main_image img{
}

.thumbnails_container{
	float: right;
}

.thumbnail{
	display: block;
	margin: 0 0 10px 10px; border:1px solid #AAA;
}

.thumbnail_frame{
	display: block;
	border: 2px solid white;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

a.thumbnail:link,
a.thumbnail:visited{
	
}

a.thumbnail:hover,
a.thumbnail:active{
	border-color: #26618D;
}

a.active:link,
a.active:visited,
a.active:hover,
a.active:active{
	border-color: #26618D;
}

table.details{
	margin: 20px 0;
	width: 580px;
}

table.details td{
	padding: 5px 20px;
}

table.details tr.alt td{
	background: #f4f4f4;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

table.details label{
	font-weight: bold;
}

.description{
	margin: 20px 20px 0 20px;
	line-height: 18px;
}

.title_reference{
	color: #999;
}

td.picture a{
	text-decoration: none;
}

img.v_photo{
	height: 380px;
}

img.h_photo{
	width: 380px;
}

.right_column h3{
	font-family: Georgia, "lucida bright", "times new roman", serif;
	font-size: 16px;
	margin: 20px 20px 10px 20px;
}

#map{
	margin: 10px 0;
}

.address{
	line-height: 18px;
	margin: 0 20px 30px;
}

.lang{
	float: right;
	padding-top: 122px;
	padding-right: 20px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

.lang a:link,
.lang a:visited{
	color: #FFF;
}

a.spanish,
a.english,
a.dutch{
	padding-left: 24px;
	margin-left: 15px;
}

a.english{
	background: url(/images/en.gif) top left no-repeat;
}

a.spanish{
	background: url(/images/es.gif) top left no-repeat;
}

a.dutch{
	background: url(/images/nl.gif) top left no-repeat;
}

.toplinks{
	float: right;
	margin-right: 20px;
	margin-top: -7px;
	#margin-right: 10px;
}

a.print{
	background: url(/images/icon_print.gif) top left no-repeat;
	line-height: 32px;
	padding: 6px 0 6px 32px;
}

a.edit{
	margin-left: 10px;
	background: url(/images/edit.gif) top left no-repeat;
	line-height: 32px;
	padding: 6px 0 6px 30px;
}

a.feed{
	margin-left: 10px;
	background: url(/images/feed.gif) 0 2px no-repeat;
	line-height: 32px;
	padding: 6px 0 6px 28px;
}


.contact_form label{
	float: left;
	display: block;
	width: 200px;
}

.contact_form input,
.contact_form select{
	width: 200px;
}

.contact_form p{
	padding: 5px 10px;
	margin: 0;
}


.contact_form textarea{
	width: 300px;
	height: 100px;
}

.contact_form .button{
	margin-left: 200px;
	margin-top: 10px;
}

.contact_form small{
	color: red;
}

p.emt{
}

.contact_form{
	padding: 0 0 10px;
}

.contact_form .alt{
	background: #f4f4f4;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

div.error{
	background: #FFFFCC;
	padding: 10px;
	color: #000;
	margin-top: 2px;
	border: 1px solid #F6C35F;
	margin-bottom: 5px;
}

div.errors{
	margin-bottom: 5px;
}

h1.thanks{
	font-weight: normal;
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 20px;
}

hr{
	border-style: none; 
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid white;
	height: 4px;
}

ul.menu li input{
	vertical-align: middle;
}

input#search{
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0;
	width: 130px;
	font-size: 13px;
	color: #666;
}

ul.menu li.search{
	padding-top: 10px;
	padding-bottom: 15px;
}

.no_results{
	padding: 40px 20px;
	text-align: center;
	font-size: 18px;
	color: #999;
}

table.latest{
	width: 100%;
}

table.latest .frame{
	text-align: center;
}


table.latest h3{
	text-align: center;
	margin-top: 10px;
}

.panorama{
	margin: 0 20px 0 20px;
	border: 1px solid #CCC;
	padding: 2px;
}

p.welcome{
	font-family: Georgia, "lucida bright", "times new roman", serif;
	padding: 0 20px;
}

td.picture{
	position: relative;
}

img.sold{
	position: absolute;
	left: 123px;
	top: 71px;
}

img.reserved{
	position: absolute;
	left: 112px;
	top: 60px;
}

img.reservado{
	position: absolute;
	left: 106px;
	top: 54px;
}

.strikethrough{
	text-decoration: line-through;
	color: red;
}

.lighter{
	color: #777;
}