/* CSS Reset */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img{
  border:0;
}

address,caption,cite,code,dfn,th,var{
  font-style:normal;
  font-weight:normal;
}

caption,th{
  text-align:left;
}

h1,h2,h3,h4,h5,h6{
  font-size:100%;
}

abbr,acronym{
  border:0;
}

/* End of CSS Reset */

/* Constants:

blue1: 	#187BB3;
blue2:	#1670A3; BUENO
green1:	#8BC542;
green2:	#77A838; BUENO

*/


/* Spans */

span.frontera {
	color: #1670A3;
}

span.estates {
	color: #77A838;
}

/* Body */

body {
    background: #DDD;
    font: 10pt verdana;
}

/* Layouts */

#layout {
    text-align: left;
    width: 700px;
	padding-left: 30px;
	padding-right: 30px;
    margin: 0px auto;
}

#header {
	overflow: auto;
	margin: 40px 0px 20px 0px;
}

#header h1 {
	font-size: 150%;
	color: #333;
	font-weight: normal;
	text-shadow: #CCC 1px 1px;
}

#header h2 {
	font-size: 120%;
	color: #999;
	font-weight: normal;
	text-shadow: white 1px 1px;
}

#header div.fe-logo {
	padding: 3px;
	float: right;
}

#header div.fe-logo a {
	outline: none;
}


#landing {
}

#landing div.property {
	border: 3px solid #CCCCCC;
	background-color: white;
	float: left;
	width: 515px;
	height: 105px;
}

#landing div.under {
	margin-bottom: 15px;
	padding-top: 5px;
	color: #999;
	clear: both;
	text-align: right;
	margin-right: 180px;
	font-style: italic;
	font-size: 80%;
}

#landing div.property div.price {
	float: right;
	background-color: #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding: 5px 10px;
	font-size: 120%;
}

#landing div.property div.address {
	float: left;
	padding: 5px 10px;
}

#landing div.property div.address strong a {
	color: #333;
	text-decoration:none;
}

#landing div.property div.address strong a:hover {
	color: black;
	text-decoration:underline;
}

#landing div.property div.address div.where {
	font-size: 80%;
	padding-top: 5px;
}

#landing div.property ul {
	clear: both;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}

#landing div.property ul li {
	list-style: square;
	margin-left: 20px;
}

#landing div.images img {
	border: 1px solid #CCC;
	float: right;
}

#landing div.col2 {
	float: left;
	width: 300px;
	height: 65px;
	padding: 7px 0px 0px 15px;
	background: transparent url("/images/icons/quote.gif") no-repeat;
}

#landing div.col3 {
	background: transparent url("/images/icons/quote.gif") no-repeat;
	float: left;
	clear: both;
	margin: 5px 10px 0 7px;
	padding-left: 35px;
	height: 50px;
}


#landing div.col2 span.desc, div.col3 span.desc {
	line-height: 15px;
	font-size: 80%;
	color: #333;
	font-style: italic;
}

#landing div.col1 {
	float: left;
}

#footer {
	font-weight: bold;
	text-align: center;
	color: #999;
	margin-bottom: 50px;
	clear: both;
}

a {
	color: #666;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

abbr.price:hover {
	color: black;
	text-shadow: 1px 1px #BBB;
}
