#mybody {
  background-color: #2a9ced;
  background-image:url('layout/fondotop.png');
  background-repeat:repeat-x;
  background-position:right top;
  width:100%;
}

#body-regular {
  background-color: #fff;
  background-image:url('layout/fondotop-ins.png');
  background-repeat:repeat-x;
  background-position:right top;
  width:100%;
}

#logo{
  position: absolute;
  top: 21px;
}

#homesearchbox-top{
  width: 1010px;
  height: 38px;
  margin: 0 auto;
  background-image:url('layout/top-mainsearch.png');
  margin-top: 150px;
}

#homesearchbox{
  width: 1010px;
  height: 220px;
  margin: 0 auto;
  background-image:url('layout/med-mainsearch.png');
  background-repeat:repeat-y;
}

#homesearchbox-bottom{
  width: 1010px;
  height: 37px;
  background-image:url('layout/bot-mainsearch.png');
  margin: 0 auto;
}

#minprice-warrant{
  width: 227px;
  height: 224px;
  position: relative;
  background-image:url('layout/preciominimo.png');
  left: 730px;
  top: 9px;
  z-index: 999;
}

#footer{
  clear:both;
  background-image:url('layout/footer-bg.png');
  height: 69px;
  position: relative;
  bottom: 0;
  text-align: left;
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: -69px;
}

html, #mybody {height: 100%;}

#wrapper {
  min-height: 100%;
  padding-bottom: -150px;
}



#footercontent{
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#footercontent a{
  color: #444;
}



#content{
  background-color: #fff;
  margin: 0 auto;
  width: 980px;
}

#content-regular{
  background-color: #fff;
  margin: 0 auto;
  width: 980px;
  margin-top: 180px;
  padding-bottom: -69px;
  overflow:auto;
}

/*Opera Fix*/
#mybody:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/
}


#sociallinks-footer{
  float: right;
}

#sociallinks-footer div{
  margin-right: 10px;
  float:right;
  width: 48px;
  height: 48px;
}

#social-fb{
  background-image:url('layout/facebook.png');
}
#social-twitter{
  background-image:url('layout/twitter.png');
}
#social-rss{
  background-image:url('layout/rss.png');
}

#endcontent{
  margin: 0 auto;
  width:980px;
  height:12px;
  background-image:url('layout/bottomcontent-rounded.png');
}

#somoscomparador{
  font-size: 1.8em;
  position: absolute;
  width: 400px;
  top: 30px;
  left: 350px;
}

#header{
  position:absolute;
  top:0px;

}

#searchform{
  text-align: center;
}

#searchform #query{
  border-color: #ABADB3 #E2E3EA #E2E3EA;
  border-right: 1px solid #E2E3EA;
  border-style: solid;
  border-width: 1px;
  font: 1em arial,helvetica,sans-serif;
  margin: 0;
  padding: 2px;
  font-size: 26px;
  width: 500px;
}

#searchform .button{
  margin-left: 10px;
  padding: 2px;
  font-size: 26px;
  width:159px;
  height:39px;
  background-repeat:repeat-y;
  color: #000;
  cursor: pointer;
}

/*Sociable*/
#availablebox .sociable{
  display:block;
  float: left;
  padding: 2px 0px 0px 5px;
}
.sociable ul{
  display: inline;
}
.sociable ul li{
  display:inline;
}

.sociable ul li img{
  position: relative;
  top: 3px;
}
/*sociable end*/
.threecolumns{
  width: 33%;
  float: left;
}

#search-suggestions{
  margin-top: 30px;
}

form th{
  border: 0;
  background-color: #eee;
}

.error_list{
  color: #800;
  background-color: #fcc;
  font-size: 16px;
}

.pseudoflash{
  font-size: 22px;
  background-color: #ccf;
  padding: 10px;
  margin: 15px 0;
}