/*  
Template name: Colorvoid
Template URI: http://templates.arcsin.se/colorvoid-website-template/
Release date: 2008-04-25
Description: Soft and natural, gray and blue two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #404040 url('../img/bg.gif');
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {color: #555533;}
a:hover {color: #555533;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;color:#567300}

blockquote {
	background: #FFF url('../img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input, select{
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
	margin-bottom:10px
}
label{display:block}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}

div.left{
	float:left;
}
div.right{float:right}

#form_contact fieldset{
	background: #fff url(../img/more-info.jpg) repeat-x;
float:left;
margin-right:10px;
}

#form_contact input, #form_contact select{ display: block; clear: left; font-family: Arial, verdana; font-size: 125%; padding: 2px; border: 1px solid #999; margin: 10px; width:300px}
#form_contact div.label { position: relative; float: left; margin-left: 3px; clear: left; }
#form_contact div.clear { clear: both; }
#form_contact label{ color: #333; margin:10px}
#form_contact select{
  width:200px;
}
#form_contact fieldset{
border:1px solid #DDDDDD;
margin-bottom:10px;
padding:4px;
}
#form_contact legend{
  font-weight:bold;
  padding:10px;
}
#form_contact .parent{
  background-color:#444;
  color:#fff;
}
#form_contact textarea{
    display: block; 
    clear: left; 
    font-family: Arial, verdana; 
    font-size: 125%; 
    padding: 5px; 
    border: 1px solid #999;
    margin: 10px;
	width:300px;
  	height:200px;     
}
#form_contact #features{
display:block;
}
#form_contact input.linea{
  display:inline !important; width:100px;
}

#form_contact span{
  color:#FF0033;
}
#form_contact .error{
background-color:#FF0033;
border:1px solid #FF0033 !important;
color:#FFFFFF;
}

/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 10px auto;
	width: 980px;	
}
#layout_container {
	background: #FFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('../img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #688B00;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #fff;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #fff}
#site_title h1 span{
	color:#EEEEEE;
	display:block;
	font-size:0.5em;
	font-weight:bold;
}
#site_title h2 {
	font: normal 1.1em sans-serif;
	color: #fff;
	background: url('../img/icono.gif') no-repeat;
	width:189px;
	height:36px;
	vertical-align:middle;
}

#top_separator {
	/*background: url('../img/top_separator.gif') repeat-x left top;*/
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
	background: #739CBA url('../img/header.jpg') no-repeat left bottom;
	padding: 82px 0 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('../img/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
	width:143px;
	text-align:center
}
#tabs a span {
	float: left;
	display: block;
	background: url('../img/tabrightc.gif') no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #fff !important;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color:#81AC00 !important}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.activo a {color: #81AC00 !important; background-position: 0% -42px;}
#tabs li.activo a span {background-position:100% -42px;color:#81AC00 !important}

/* Main Layout */
#main_left {width: 745px;}
#main_right {width: 220px;}

/* Footer */
#footer {
	background: #567300 url('../img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('../img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background-color: #567300;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;color:#fff}
.post_title h1 a {color: #fff;}
.post_title h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
.post_title h1.left {width: 580px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #fff;
	padding: 10px 20px 10px 10px;
	text-align:justify;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
}
.post_bottom {
	background: url('../img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background-color: #81AC00;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #fff;
}
.box_body {
	background-color:#F0FFC6;
	padding: 8px 10px 1px;
	font-size: 0.9em;
	color:#555533
}
.box_bottom {
	background: url('../img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-bottom: 1px solid #D5E8AD
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('../img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('../img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

/* ----------------------------------------
   Tablas
------------------------------------------- */

#inmuebles {width:725px;padding:0;margin:0}
#inmuebles thead tr{background-color:#81AC00;}
#inmuebles thead th{text-align:center;padding:3px;color:#fff;font: normal 11px Verdana,sans-serif;}
#inmuebles tbody tr.par td{background-color:#f7fbf3;}
#inmuebles tbody tr.impar td{background-color:#fff;}
#inmuebles td{padding:3px;text-align:center;font: normal 11px Verdana,sans-serif;}

/* ----------------------------------------
   Paginacion
------------------------------------------- */
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #555;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #567300;
	color: #fff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

/* ----------------------------------------
   Ficha inmueble
------------------------------------------- */

#galleryLoader{
	background:#fff url(../img/load.gif) 50% 50% no-repeat; 
	width:400px; 
	height:300px;
	float:left;
	padding:10px
}

#thumb{float:left;padding:10px;width:270px}
#thumb .thumb{float:left;margin:0px 1px }

div.info_loc{float:left;width:400px;padding:10px}
div.info_atr{float:left;width:270px;margin-left:20px;padding-top:10px}


/* ----------------------------------------
   Añadir anuncio	
------------------------------------------- */

#frm_add fieldset{
	background: #fff url(../img/more-info.jpg) repeat-x;
	float:left;
	margin-right:10px;
	height:500px
}

#frm_add input, #frm_add select{ display: block; clear: left; font-family: Arial, verdana; font-size: 125%; padding: 2px; border: 1px solid #999; margin: 10px; width:300px}
#frm_add div.label { position: relative; float: left; margin-left: 3px; clear: left; }
#frm_add div.clear { clear: both; }
#frm_add label{ color: #333; margin:10px}
#frm_add select{
  width:200px;
}
#frm_add fieldset{
border:1px solid #DDDDDD;
margin-bottom:10px;
padding:4px;
}
#frm_add legend{
  font-weight:bold;
  padding:10px;
}
#frm_add .parent{
  background-color:#444;
  color:#fff;
}
#frm_add textarea{
    display: block; 
    clear: left; 
    font-family: Arial, verdana; 
    font-size: 125%; 
    padding: 5px; 
    border: 1px solid #999;
    margin: 10px;
	width:300px;
  	height:150px;     
}
#frm_add #features{
display:block;
}
#frm_add input.linea{
  display:inline !important; width:100px;
}

#frm_add span{
  color:#FF0033;
}
#frm_add .error{
background-color:#FF0033;
border:1px solid #FF0033 !important;
color:#FFFFFF;
}