*
{
margin:0;
padding:0;
}

body{
  font-family: "Trebuchet MS";
  font-size: 14px;
  color:#333;
  white-space: no-wrap;
  text-align: center;
}

/* General Style Info */
a{
color:#003d4c;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border: 0;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #003d4c;
margin:0.3em 0;
}

h2{
color:#c6c65b;
padding-top: 1em;
margin:0.3em 0;
font-size: 16px;
font-weight: bold;
}

h2.title_print
{
  color:#000000;
  font-size: 20px; 
}

h3{
color:#c6c65b;
padding-top:2em;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */
div.tipZones{
  position:absolute;
  left: 190px;
  top: 230px;
}

div.tipNovedades{
  position:absolute;
  left: 311px;
  top: 21px;
}

div.tipWidget
{
  position:absolute;
  left: 0px;
  top: 81px;
}

div.closeWidget
{
  position:absolute;
  left: 380px;
  top: 145px;
  
}
div.clickWidget
{
  position:absolute;
  left: 303px;
  top: 115px;
  
}

div.tipPorpiedadesTV{
  position:absolute;
  left: 431px;
  top: 242px;
}

#container{
  text-align: left;
  width: 738px;
  margin: 0 auto 0 auto;
}

#header{
  /*margin-top: 1em;
  padding: 4px 20px;*/
}

#content{
  clear:both;
  padding: 0px 0px 0px 0px;
  /*background-color: #fff;*/
  color: #333;
  text-align: left;
  vertical-align: top;
}

#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error-message {
color:#990000;
margin: 8px 0px;
font-weight: bold;
}
.error-message {
clear: both;
}
.error em {
  font-size: 18px;
  color: #003d4c;
}
.notice {
  color: #656565;
  font-size: 14px;
  background-color: #f4f4f4;
  padding: 0.5em;
  margin: 1em 0;
  display:block;
}
.tip {
  color: #656565;
  background-color: #ddd;
}

/* forms */
form {
  margin-top: 2em;
}

form div.date{
  margin-left: 0em;
}

input[type=submit] {
  display: inline;
  vertical-align: bottom;
}

input.typeSubmit
{
  display: inline;
  vertical-align: bottom;
}

div.required {
  clear: both;
  color:#222;
  font-weight:bold;
}
div.optional {
  clear: both;
  color:#555;
}
div.submit {
  clear: both;
  margin-top: 40px;
  margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

/* Custom Styles */

ul.checkboxMultiple {
    margin:0;
    padding:0;
    list-style-type:none;
    clear: both;
    display: block;
}

ul.checkboxMultiple li {
    float: left;
    width: 150px;
} 
    
label {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

input[type=checkbox] {
  float: left;
  clear: left;
  margin: 2px 6px 7px 2px;
  border:none;
}

input[type=text] {
  height: 20px;
}

input[type=radio] {
  margin-right: 5px;
  margin-left: 10px;
  display: inline;
  border:none;
}

input.typeCheckbox
{
  float: left;
  clear: left;
  margin: 2px 6px 7px 2px;
  border: solid 0px #37A8C8;
}

input.typeText
{
  height: 20px;
}

input.typeRadio
{
  margin-right: 5px;
  margin-left: 10px;
  display: inline;
  border: solid 0px #37A8C8;
}

input, textarea {
  font-size: 14px;
  font-family: "Trebuchet MS";
}

select {
  clear: both;
  font-size: 14px;
  font-family: inherit;
}

option {
  font-size: 14px;
  font-family: inherit;
  padding: 0 0.3em;
}

#form-item {
  margin-bottom: 15px;
  clear: both;
}

#form {

}

input[type=image] {
  border: none;
}

select, input, textarea
{
  border: solid 2px #37A8C8;
}

table.Menu
{
	padding-top: 0;
	width: 60%;
	border: 0;
	vertical-align: middle;	
}

#footer{
  clear			    : both;
  margin		    : 10px;
  padding-top   : 10px;
  text-align	  : center;
  vertical-align: middle;
  font-family	  : Arial;
  font-size		  : 11px;
  color			    : #999999;
}

p.property_title, p.property_description {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
}

p.property_title {
  font-weight: bold;
  display: block;
}

p.property_description
{
  overflow-x: auto;
  overflow-y: auto;
  text-align: justify;
  height: 95px;
  width: 480px;
}

img.property_image {
  border: solid 1px #cccccc;
}

#properties {
  width: 100%;
  border: 0;
}

#properties td {
  padding: 15px;
}

#property_text {
  width: 480px;
  vertical-align: top;
}

#property_container {
  
}

#property_container:hover {
  background-color: #FFF3CA;
}

hr {
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
  border: 0pt none;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

table td {
  /*white-space: nowrap;*/
}

form {
  margin: 0;
}

img.search_button {
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

p.title {
  font-weight: bold;
}


div.property_view
{
text-align:left;
padding-top: 10px;
width: 738px;
position: relative;
}

div.property_preview
{
text-align:left;
padding: 0px;
width: 738px;
position: relative;
}

Table.contentView
{
  width: 100%;
}

Table.contentView TD#rightCell
{
  padding-left: 30px;
  vertical-align: top;
}

Table.contentView TD#rightCell H2
{
  padding-top: 0px;
}

Table.contentView TD#bottomCell
{
  vertical-align: top;
}

Table.style4Print
{
  width: 100%;
}

Table.style4Print TD
{
  vertical-align: top;
  padding-top   : 0px;
}

Table.style4Print H2
{
  padding-top   : 0px;
}

div.blockright
{
  /*position: relative;
  float : right;*/
}
div#rightblock
{
  /*top : 45px;
  left: 385px;*/
}

p 
{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

div.homeBack
{
  background-image:url('../img/fondo.jpg');
  background-repeat: no-repeat;
  text-align:left;
  padding: 20px 20px 0 20px;
  height: 403px;
  position: relative;
}
img.LeftCenter
{
position: absolute;
float: left;
top: 10px;
}
div.floating
{
position: absolute;
float : right;
}
div#operaciones
{
top : 54px;
left: 508px;
}
div#zones
{
top : 87px;
left: 508px;
}
div#propertiesType
{
top : 144px;
left: 508px;
}
div#ambientes
{
top : 181px;
left: 508px;
}
div#precios
{
top : 215px;
left: 508px;
}
div#email
{
top : 325px;
left: 415px;
}
div#password
{
top : 325px;
left: 540px;
}
div#Buscar
{
top : 255px;
left: 515px;
cursor: pointer;
}
div#buttonOk
{
top : 324px;
left: 668px;
cursor: pointer;
}

input[type=password]
{
  font-size: 15px;
}
input.inputPassword
{
  font-size: 15px;
  height: 20px;
}
div#hazClick
{
top : 357px;
left: 650px;
cursor: pointer;
}
div#RecordarContra
{
top : 372px;
left: 425px;
cursor: pointer;
}
p.pregunta
{
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}
p.pregunta:link, p.pregunta:visited, p.pregunta:hover, p.pregunta:active 
{
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
	cursor: pointer;
}
p.respuesta
{
	font-weight: normal;
	text-align: justify;
	display: none;
}
p.respuestaview
{
	display: block;
}

Table.TableGrid
{
	text-align		: center;
	padding-bottom: 10px;
	width					: 100%;
}

Table.TableGrid TH
{
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
}

Table.TableGrid TR
{

}

Table.TableGrid TD
{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 2px;
}

.home_select {
  width: 150px;
}

.combo_moneda {
  width: 50px;
}

.combo_precio {
  width: 120px;
}

DIV.blockPreview
{
	padding-left: 30px;
}

DIV.blockDescription
{
	overflow-x: auto;
	width: 350px;
	padding-left: 30px;
	text-align: justify;
}

#rotator {
width:352px;
height:289px;
overflow:hidden;
position:relative;
background-color: #cccccc;
}

#rotator img {
border:1px solid #000000;
height:287px;
width:350px;
}

TABLE.leftAligned
{
  width: 100%;
}

TABLE.leftAligned TD
{
  align: left;
}

#tip {
	background-color: #666666;
	filter:alpha(opacity=85);
	-moz-opacity:85%;
	position:absolute;
	/*visibility: hidden;*/
	padding: 5px;
	width: 150px;
}

.tip_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 11px;
	color: #70C6EA;
}

.tip_description {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: white;
}

.tip_image {
	border: solid white 2px;
}

div.pagination {
	
}

span.current {
	font-size: 20px;
	color: #70C6EA;
    font-style: italic;
}

div.searchCode{
	background-color:#ebf8ff;
	overflow: hidden;
	width: 98%;
	height: 483px;
}
