/*
   base.css
   juanlopez
   
   Created by Jorge on 2008-06-23.
   Copyright 2008 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
}

body {
  font-family: "Lucida Grande" ,Verdana, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

p {
  margin: 5px 0pt 0pt 0pt;
}

a {
  color: #B61C00;
  text-decoration: none;
}

a:hover {
  color: #B61C00;
  text-decoration: underline;
}

.clear {
  clear: both;
  line-height: 0pt;
}

#logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

/* Headers */

h2 {
  font-size: 14px;
  color: #B61C00;
  border-bottom: 4px solid #e3e3e3;
  padding: 0 0 3px 12px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 10px;
}

h2#last-property {
  border-bottom-color: #B61C00;
  margin-top: 0pt;
  color: #000;
}

h3 {
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  padding: 3px 0pt;
}

/*footer*/

#footer .left, #footer .right {
  width: 48%;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
  text-align: right;
}

/* Last properties */

.last-property {
  cursor: pointer;
  background:  #f0f0f0;
  margin-bottom: 5px;
  padding: 1px 2px 7px 12px;
}

div:hover.last-property {
  background-color: #E3DFDF;
}

.last-property-pic {
  float: left;
  width: 77px;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 6px;
}

.last-property-pic img {
  width: 75px;
  border: 1px solid #f0f0f0;
  border-bottom-width: 2px;
}

.last-property-content p strong {
  text-transform: capitalize; 
}

/* home*/

#header-home {
  display: none;
  background: #E3958B;
  height: 179px;
  position: relative;
}

#empresa #header-home {
  display: block;
}

#empresa #content_update {
  line-height: 18px;
}

#empresa #content_update a {
  text-decoration: underline;
}

#empresa #content_update p {
  margin-bottom: 12px;
}

/* Pagination */

.pagination {
  text-align: right;
  margin-bottom: 7px;
}

.pagination_results {
  text-align: right;
  padding-bottom: 14px;
}

.navigation {
  text-align: right;
  padding-bottom: 7px;
}

/* Property search */

#property-search, #map-search {
  background: #F0F0F0 url(/images/bg-form-search.gif) repeat-x bottom left;
  padding: 5px 9px 20px 12px;
  text-transform: capitalize; 
}

#property-search label, #map-search label {
  display: block;
  padding: 6px 0pt 3px;
  font-weight: bold;
}

#property-search select, #map-search select {
  width: 100%;
  padding: 1px 0pt;
}

#property-search .submit, #map-search .submit {
  text-align: right;
  padding: 9px 0pt;
}

#property-search optgroup option, #property-search option {
  padding-left: 5px;
}

#property-search optgroup option {
  font-weight: bold;
  line-height: 18px;
}

/*Google map*/

.marker-picture {
  float: left;
  margin: 4px 4px 4px 0pt;
  width: 65px
}

/*
   layout.css
   juanlopez
   
   Created by Jorge on 2008-06-23.
   Copyright 2008 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/

html {
  background: #d1d1d1 url(/images/bg-html.gif) repeat-y center top;
}

div#header {
  background: #F9F9F9;
  border-top: 6px solid #fff;
  height: 172px;
  border-bottom: 7px solid #F9F9F9;
  position: relative; 
}

#wrapper {
  width: 800px;
  margin: 0pt auto;
  text-align: left;
}

#wrapper-content {
  background: #f9f9f9;
  min-height: 400px;
  padding-top: 15px;
}

#side-bar {
  float: left;
  width: 230px;
}

#content {
  float: right;
  width: 544px;
  padding: 4px 8px;
  margin-top: 17px;
  border-top: 4px solid #E3E3E3;
}

#footer {
  clear: left;
  margin-top: 35px;
  background: #F0F0F0;
  border-top: 1px solid #D1D1D1;
  padding: 10px;
}


/*
   nav.css
   juanlopez
   
   Created by Jorge on 2008-06-23.
   Copyright 2008 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/

#header ul.sub-nav {
  position: absolute;
  top: 108px;
  right: 0pt;
}

#footer ul.sub-nav {
  text-align: right;
}

ul.sub-nav li {
  display: inline;
  background: url(/images/stippel.gif) right repeat-y;
  padding: 3px 6px;
}

ul.sub-nav li.last {
  background-image: none;
}

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

ul.sub-nav li a:hover, ul.sub-nav li a:visited:hover {
  color: #666;
  text-decoration: underline;
}

ul.sub-nav li.selected a {
  color: #aa130a
}

#pick_languge {
  position: absolute;
  top: 10px;
  right: 0pt;
  margin-right: 6px;
  color: #ccc;
}

#pick_languge a.active {
  font-weight: bold;
  text-decoration: underline;
}

ul#nav {
  background: #222;
  position: absolute;
  width: 788px;
  padding-left: 12px;
  padding-top: 6px;
  left: 0;
  top: 130px;
  height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

ul#nav li {
  display: inline;
}

ul#nav li a:link, ul#nav li a:visited {
  float: left;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  border-top: 7px solid #222;
  color: #fff;
}

ul#nav li a:hover, ul#nav li a:visited:hover {
  background: #B23E2F;
  color: #f0f0f0;
}

ul#nav li.selected a:link, ul#nav li.selected a:hover, ul#nav li.selected a:visited, ul#nav li.selected a:visited:hover {
   background: #F9F9F9;
   color: #000 !important;
}

ul#nav li.selected span {
  border-bottom: 3px solid #aa130a;
}

#search-tab {
  height: 27px;
}

#search-tab li {
  display: block;
  float: left;
  line-height: 25px;
  height: 27px;
  width: 50%;
  text-align: center;
  clear: right;
  border-top: 2px solid #F9F9F9;
}

#search-tab li:hover {
  cursor: pointer;
}

#search-tab li.current{
  background: #f0f0f0;
  border-top: 2px solid #ccc;
}

/*
   properties.css
   juanlopez
   
   Created by Jorge on 2008-06-24.
   Copyright 2008 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/

#property-not-found {
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  color: #B61C00;
  font-size: 14px;
}

#property-list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 7px;
}

#property-list th {
  border-top: 1px solid #fff;
  color: #fff;
  background: #ccc;
}

#property-list th, td {
  padding: 4px 0pt;
  border-bottom: 1px solid #fff;
}

#property-list th, td {
  padding-left: 7px;
}

#property-list td {
  background: #EBEBEB;
}

#property-list tr.even td {
  background: #F3F3F3
}

#property-list tr:hover td {
  color: #444;
  cursor: pointer;
  background: #E3DFDF;
}


#property-list img {
  width: 80px;
}

.property-list-picture a {
  color: transparent;
}

.property-list-picture a img {
  border: none;
}

.property-list-picture {
  width: 80px;
  padding-right: 4px;
}

.property-list-price {
  font-weight: bold;
}

#property {
  
}

#property-picture {
 float: left;
 width: 170px;
  
}

#property-details {
 float: right;
 width: 362px;
}

#property-details table {
  border-collapse: collapse;
  width: 100%;
}

#property-details th {
  border-bottom: 1px solid #fff;
  background: #e3e3e3;
  padding-left: 20px;
  width: 100px;
  vertical-align: top;
  padding-top: 4px;
}

#property-details table td {
  background: #ebebeb;
  text-align: right;
  padding-right: 20px;
  vertical-align: top;
  padding-top: 4px;
}

#property-link {
  text-align: right;
  margin-top: 10px;
  clear: right
}

#property-link a {
  padding: 5px;
  background: #E3E3E3;
}

#property-link a:hover {
  background-color: #B61C00;
  color: #f0f0f0;
  text-decoration: none;
}

#property-pictures ul li {
  margin: 0pt 6px 6px 0pt;
  list-style: none;
  float: left;
  width: 77px;
  height: 55px;

}

#property-pictures ul li img {
  width: 77px;
  height: 55px;
  border: none;
}

/*
   special_offers.css
   juanlopez
   
   Created by Jorge on 2008-06-26.
   Copyright 2008 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/
.special-offers, .property-plan {
  background: #F5F5F5;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 6px 0pt;
  margin-bottom: 7px;
}

.special-offers-picture, .property-plan-picture {
  float: left;
  width: 175px;
  margin-top: 12px;
  padding-left: 5px;
}

.property-plan-picture {
  margin-top: 7px;
}

.property-plan-picture img {
  border: none;
}

.special-offers-content, .property-plan-content {
  float: right;
  width: 355px;
  padding-right: 5px;
}

.special-offers-link {
  clear: both;
  padding: 12px 5px 7px;
  text-align: right;
}

.special-offers-link a {
  padding: 2px 5px;
  background: #E3E3E3;
  border-bottom: 2px solid #ccc;
}

.special-offers-link a:hover {
  background-color: #B61C00;
  color: #f0f0f0;
  text-decoration: none;
}

#special-offer h2 {
   padding: 10px 0pt 5px 0pt;
   margin: 3px 0pt;
   font-size: 24px;
   line-height: 30px;
}

#special-offer ul#gallery  {
  margin-top: 9px;
  list-style: none;
}

#special-offer ul#gallery  li {
  float: left;
  width: 95px;
  height: 75px;
  margin: 6px 6px 0pt 0pt;
}

#special-offer ul#gallery  li img {
  width: 95px;
  height: 75px;
}

#special-offer ul#gallery  li a img {
  border: none;
}

#special-offer-nav {
  margin-bottom: 15px;
  color: #555;
}

#special-offer-nav a.current {
  font-weight: bold;
}

#moq_table {
  width: 100%;
  background: #ddd;
  border-collapse: separate;
  padding: 2px;
  border: 1px
  solid #ccc
}

#moq_table tr, #moq_table td {
  background: #fff
}

#moq_table td, #moq_table th {
  padding: 5px 7px !important;
  vertical-align: top;
}

#moq_table thead td, #moq_table tfoot td {
  color: #999
}

#moq_table tbody th {
  background: #eee;
  text-align: right;  
  width: 180px
}

#moq_table tbody td {
  background: #eee;
  color: #333
}

#moq_table tbody tr.odd td {
  background: #F7F7F7;
}

#moq_table thead th {
  color: #333
}

#moq_table thead th h3 {
  color: #069;
  font-size: 19px;
  border: none;
  margin: 5px 0
}

#moq_table thead th, #moq_table tfoot th {
  text-align: center
}

/*
   forms.css
   juanlopez
   
   Created by Jorge on 2008-06-25.
   Copyright 2008 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/

form.form {
  width: 100%;
}

form.form label {
  display: block;
  padding: 5px 0pt 3px;
  font-weight: bold;
}

form.form input {
  width: 99%;
  padding: 2px 0pt;
  margin: 0pt;  
}

form.form textarea {
  width: 100%;
  height: 140px;
  font-size: 12px;
}

form.form .submit {
  text-align: right;
  margin: 10px 0pt;
}

form.form .submit input {
  width: auto;
}

.fieldWithErrors {
  color: #B61C00;
  font-style: italic;
}

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	margin-bottom: 2px;
	line-height: 16px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #efefef;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}