@charset "utf-8";
/* CSS Document */

/*----------------Cuerpo Principal -------------------*/
body {
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #818181;
}

strong { font-weight:bold}

.precio { color:#8DBB00; font-weight:bold}

.titulo01 {
	font-family:Arial, "Helvetica", sans-serif;
	float:left;
	text-transform:uppercase;
	margin-left:10px !important;
	margin-left:5px;
	margin-right:3px;
	padding:0;
	font-size:16px; 
	font-weight:bold; 
	color:#00AEEF
	}
.titulo02 {font-family:Arial, "Helvetica", sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	color:#818181
	}
.texto_general {
	width:300px;
	float:left;
	padding:10px;
	margin:0;
	line-height:15px;
	text-align:justify}

.data { 
	width:100%;
	height:30px;
	margin-top:25px;
	padding-top:5px;
	background-image:url(../images/bg_data.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF
	}

.phone { 
	font-family:Arial, "Helvetica", sans-serif;
	text-transform:uppercase;
	font-size:12px; 
	font-weight:bold; 
	color:#00AEEF
	}

.email {
	font-family:Arial, "Helvetica", sans-serif;
	text-transform:lowercase;
	font-size:12px;
	font-weight:bold;
	color:#818181
	}
	
.bloque_house { 
	width:239px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:0;
	padding:0	
	}
	
.bloque_house img {
	border:#A1A1A1 solid 1px;
	float:left;
	margin-right:5px
	}

.bloque_house2 {
	width:495px;
	float:left;
	margin-left:5px;
	margin-bottom:20px;
	padding:0
	}
	
.bloque_house2 img {
	border:#A1A1A1 solid 1px;
	float:left;
	
	}
.firma_logo {
	width:390px;
	height:35px;
	background-color:#E7E7E7;
	border:#A1A1A1 1px solid
	}
.firma_logo img {
	margin:6px;
	float:right;
	border:none
	}
.propiedades {
	margin-top:10px;
	margin-left:5px}
	
.caracteristicas { 
	width:235px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:0;
	padding:0	
	}
.celeste {
	color:#00AEEF}

.titulo_propiedad { 
	width:250px;
	font-family:Arial, "Helvetica", sans-serif;
	float:left;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-size:16px; 
	font-weight:bold; 
	color:#00AEEF
	}
.especial {
	font-size:10px;
	width:240px;
	height:15px;
	margin:0;
	padding:0;	
	float:right;
	}
.especial img {
	border:none
	}

/*********************** Imprimir bloque **************************/		
.especial a.imp {
	display:block; 
	float:right;
	width:auto; 
	height:15px;
	font-size:10px;
	color: #818181;
	font-weight:normal;
	text-decoration:underline;
	padding:0 0 0 25px;
	background:url(../images/print.gif) no-repeat left;
	margin:0 15px 0 0
	}

/***********************Enviar a un amigo **************************/	
.especial a.env {
	display:block;
	float:right;
	width:auto;
	height:15px; 
	font-size:10px;
	color: #818181;
	font-weight:normal;
	padding:0 0 0 25px;
	background:url(../images/amigo.gif) no-repeat left;
	margin:0 13px 0 0
	}

.especial a:hover { text-decoration:none}
	
a { 
	color:#00ABEC;
	text-decoration:underline;
	font-weight:bold
	}

a:hover { text-decoration:none}
/*----------------Contenedor -------------------*/

.twoColFixLtHdr #container { 
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*----------------Encabezado -------------------*/

.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/*----------------Lateral Izquierdo -------------------*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px !important;
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin:0
}

.banner {
	width:240px;
	height:80px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;}

/*----------------Contenido -------------------*/

.twoColFixLtHdr #mainContent {
	background-color:#F5F5F5; 
	margin: 0 0 0 254px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/*----------------Pie de Pagina -------------------*/

.twoColFixLtHdr #footer {
	font-family:Arial, "Helvetica", sans-serif ;
	color:#838383;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	word-spacing:0.5em;
	margin:0;
	padding:0
}

.pie { 
	text-transform:uppercase;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px 0 10px 0;
	width:400px;
	text-align:center
	}
.pie a { font-weight:normal}
.pie a:link { text-decoration:none; color:#838383}
.pie a:hover { text-decoration:underline; color:#838383}
.pie a:visited{ text-decoration:none; color:#838383}
.pie a:active { text-decoration:none; color:#838383}
	
#copyright {
	font-size:10px;
	color:#838383;
	word-spacing:0em
	
	}
 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*----------------Otros -------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 281px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
