
a:link, a:visited{
	color: #3e3e3d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
    outline-style: none;
    text-decoration: none;
}

h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
  padding-bottom: 2px;
  color: #e97502;
}
#subrayado{
  background:transparent url(../images/bk_dotted.gif) repeat-x scroll left bottom;
}
	
h3 { 
  font-size: 12px; 
  line-height: 18px; 
  text-transform: uppercase;
}

h4 { 
  font-size: 12px; 
  line-height: 18px; 
  padding-top: 5px;
}

h3.block_heading-small{
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 130%;
    text-align: center;
    height: 45px;
    line-height: 30px;
    background: url(../images/page_headings/small_block.gif) no-repeat left bottom;
}

h3.subheading{
    text-transform: none;
    padding: 3px;
    margin: 8px 0;
    background-color: #f4f4f4;
    border: 1px solid #eee;
}

p{
	margin-bottom: 8px;
}

	p.intro{
		font-weight: bold;
		line-height: 1.5em;
		font-size: 125%;
	}
	
	p.nothing_to_show{
		text-align: center;
		padding: 8px;
		font-weight: bold;
		background-color: #f4f4f4;
		border: 1px solid #ccc;
	}

#detalles{
    font-size: 10px;
}

.secondary_info{
	font-size: 90%;
	color: #888;
}

span.required{
	color: #d70000;
}

.price{
	margin-bottom: 8px;
	padding: 3px;
	font-weight: bold;
	font-size: 125%;
	background-color: #fafafa;
	border: 1px solid #f4f4f4;
}

.secondary_info{
	color: #999;
}


.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearBoth{
	clear: both;
}

.marginNone{
	margin: 0;
}

.paddingNone{
	padding: 0;
}

img{
	border: none;
}

/* formularios */
form{
	padding: 10px;
	border: 3px solid #eee;
}

form label{
	display: block;
	font-weight: bold;
	color: #e97502;
}

/*form input.text_field{*/
form input[type="text"], form input[type="password"]{
	margin: 0 0 8px 0;
	padding: 3px;
	display: block;
	width: 98%;
	font-size: 100%;
}


form textarea{
	margin: 0 0 8px 0;
	padding: 3px;
	display: block;
	width: 98%;
}

form .button{
	font-size: 120%;
	padding: 3px;
}



#search_form{
    padding: 0;
    margin: 3px 0 0 0;
    border: none;
    float: right;
}

    #search_form a{
        font-size: 90%;
    }

    #search_form .search_input{

        width: 200px;
        float: left;
        color: #999;
        height: 26px;
        margin-right: 4px;
        margin-top: 2px;
    }
    
    #search_form .search_button{
        float: left;
        height: 25px;
        margin-right: 4px;
        margin-top: 2px;
    }
    
    
    
/* RECNTLY ADDED PROPERTIES
---------------------------------------*/
#recent_properties{
	text-align: left;
}

	#recent_properties .property_block{
		margin-right: 15px;
		width: 154px;
		text-align: center;
		float: left;
	}
	
