/*  
Theme Name: Atahualpa 
Theme URI: http://wordpress.bytesforall.com/
Description: v. 2.21 - Many improvements since v. 2.01. Fluid width, 2 or 3 column theme for WP 2.2 - WP 2.6 and WPMU. With rotating header images, customizable logo and options page. Includes 3 widgets for recent comments and popular post.
Version: 2.21
Author: BFA Webdesign
Author URI: http://www.bytesforall.com/
Tags: fluid width, options page, widget ready, 2 columns, 3 columns, left sidebar, right sidebar, custom header, rotating header images, seo friendly, gravatars, popular posts, related posts, wp-pagenavi, wp-print, wp-email, subscribe to comments, wpmu
 
*/

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}
		
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 240%; }
h2 {font-size: 150%; }
h3 {font-size: 140%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
}


table {
	font-size: 100%;
	width:100%;	
}
	
td, th {
	/*vertical-align: top;*/
	padding:2px;
}

/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
	background-color: #fff; 
	color: #000; 
	padding: 0; 
	margin: 0; 
	}

#page-container {
	/* font-size: will be set in style.php */ 
	background: #fff; 
	min-width: 800px; 
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}
			
#outer-column-container {
	border-left: solid 13em #fff; 
	border-right: solid 13em #fff; 
	}

#inner-column-container {
	width: 100%; 
	background-color: #fff;
	border: dashed 1px #ccc;
	border-width: 0 1px; 
	margin: 0 -1px;
	}
					
#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: -1px; 
	}
	
#left-column {
	float: left; 
	margin-left: -13em; 
	width: 13em; 
	margin-right: 1px; 
	position: relative;
	}
	
#middle-column {
	float: right; 
	width: 100%; 
	margin-left: -1px; 
	}
	
#right-column {
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	position: relative;
	}

.inside {
	margin: 10px; 
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in style.php */
}
	
h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
}
h4.widgettitle {
	/* color: will be set in style.php */
	width: 100%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
}

/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */
/*		
div.textwidget {
	margin-top:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	}
	
ul li {
	margin: 2px 0 2px 0;  
	}
	
ul li ul li {
	margin: 2px 0 2px 5px;  
	}
	
ul li a {
	text-decoration: none; 
	font-weight: normal; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px; 
	/* border-left: will be set in style.php */ 
	display: inline-block;
	}
ul li a:hover {
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
	}
		

	
div#search {
	float: right; 
	width: 15em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 1em; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	/* color: will be set in style.php */ 
	}

h2 a:link, h2 a:visited, h2 a:active  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

h2 a:hover  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.post {
	margin-bottom: 20px; 
	}
	
.post-last {
	margin-bottom: 20px; 	/*different style for last post on page*/
	} 
	
.post-page {
	margin-top: 20px; 
	margin-bottom: 20px; 
	}
	
.entry {
	margin: 0px;
	/*overflow-x: hidden; */
	}

	
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.postmetadata {
	clear:both; 
	margin: 15px 0 15px 0; 
	padding: 5px; 
	color: #999; 
	background: #f4f4f4; 
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777; 
	font-weight: normal;
	text-decoration: none;
	}	

.postmetadata a:hover {
	color: #777; 
	font-weight: normal;
	text-decoration: underline;
	}
	

/***************************************************/


.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #ccc; 
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
}
	
.searchbox {
	padding:.75em 0 .75em 1em;
	margin: 10px -1px 0 0; 
	background: #999; 
	width: 99%;
	margin-top:.75em;
	margin-bottom:.75em;	
}

.searchbox-form {
	margin: 5px 10px 5px 10px;
}
.rssbox{
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
	margin: 10px -1px 0 0; 
}	
h1 { 
	letter-spacing:-1px; 
	line-height: 1.0em; 
	margin: 10px 20px 0 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
}
h1.header{
	/*display:inline;*/

}
	
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}
	
p.header {
	display: inline; 
	margin: 0 10px 8px 0px; 
	font-size:1.2em; 
	font-weight: bold; 
	/* color: will be set in style.php */ 
	}

.rss-icon-index {
	width: 20px; 
	height: 20px;	
	margin: 10px 10px 0 0; /* might be overwritten in style.php */
}
.rss-icon {
	width: 20px; 
	height: 20px;
	float:right;
	margin: 10px 10px 0 0; /* might be overwritten in style.php */
}
.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0; 
	border: 0; 
	float: left;
	}

.blogtitle-box {
	float: left;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	border-top: dashed 1px #cccccc; 
	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	border-bottom: dashed 1px #cccccc 
	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%; 
	color: #555; 
	padding: 1em 1em; 
	background: #f4f4f4; 
	border: solid 1px #e1e1e1;  	/* hack for IE6 and older*/ 
	}
	
blockquote blockquote {
	height: 1%; 
	color: #444; 
	padding: 1em 1em; 
	background: #e1e1e1; 
	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/ 
	}
	
blockquote p {
	margin-top: 0
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	background-color: #fff; 
	border-top: dashed 1px #ccc; 
	padding-bottom: 1px;
	}

#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
}	

#pager{
	overflow:hidden;
	padding:2em 35px 2em 14.5em;
}
#pager * {
	float:left;
}

#pager h2 {
	margin:0 1em 0 -10em;
	text-align:right;
	width:13em;
	font-size:100%;
}

#pager ul {
	margin-top:0px;
}
#pager li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 1px;
	text-align:center;
}
#pager li.current {
	background:#DDDDDD none repeat scroll 0 0;
	border:1px solid #000000;
	color:#000000;
	font-weight:700;
	padding:0 0.5em;
}
#pager a {
	border:1px solid #666666;
	color:#666666;
	padding:0 0.4em;
	text-decoration:none;
}
#pager a:hover {
	color:#000000;
	background-color:#DDDDDD;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- COMMENTS ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	border-top: dotted 1px #ccc;
	}
	
ol.commentlist li {
	border-bottom: dotted 1px #ccc;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.alt {
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ccc;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	background-color: #ffecec;
	}
		
ol.commentlist li p {
	margin: 2px 0 5px 0;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FORMS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em;
	cursor: pointer;
	font-size:1.5em;
	color:#FFFFFF;
}
form#altafrm label{
	color:#666666;
	font-size:1em;
}


form input {
	color: #000; 
	background: #f7f7f7; 
	padding: 2px; 
	margin:0; 
	border: 1px solid #ccc; 
}
		
.submit input {
	margin-left: 4.5em; 
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px solid #cccccc; 
	width: 45em; 
	}
	
legend { 
	color: #000; 
	background: #ffb0b3; 
	border: 1px solid #781351; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
.comment-textarea{
	width: 96%; 
	padding: 0; 
	margin: 0; 
	}
	
#s {
	width: 250px;
	}

searchfield {
	/*float:left;*/
	position: relative;
	height: 1%; 
	/* width: will be set in style.php */
} 


#contactar_form  {width:50%; float:left; padding-bottom:5px; }
#contactar_form fieldset{
	padding:1em;
	width:90%;
	height:227px;
}
#contactar_form label{
	color:#666666;
	font-size:1em;
	float:left;
	margin:0 4px 0 0;
	width:100%;	
}
#contactar_form input, #contactar_form textarea{
	width:99.2%;
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#000000;
	font-size:100%;
	margin:0;
	padding:2px;
}	
#contactar_form input#contactar{
	width:10em;
	margin-top:2em;
	font-size:100%;
	float:right;
}

#hipotecas_form  {width:50%; float:right; padding-bottom:5px; }
#hipotecas_form fieldset{
	padding:1em;
	width:90%;
	height:227px;
}
#hipotecas_form label{
	color:#666666;
	font-size:1em;
	float:left;
	margin:0 4px 0 0;
	width:30%;	
}
#hipotecas_form label.tipoInteres{margin-top:4px}
/* #hipotecas_form  label.miniLabel { float:left; font-weight:400; margin-top:5px; text-align:left;} */
#hipotecas_form input {
	width:99.2%;
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#000000;
	font-size:100%;
	margin:0;
	padding:2px;
}	
/* #hipotecas_form input.radio {border:0 none; float:left; margin-bottom:4px; margin-top:7px;} */

#hipotecas_last{clear:both;height:0px;}
#hipotecas_last label.miniLabel{width:10%; text-align:left;font-weight:400; float: left; margin-top:5px; _margin-top: 7px}
#hipotecas_last input.radio{width:5%; float:left;border:0;margin-top:7px;margin-bottom:4px; _margin-top: 5px}

#hipotecas_form input#hipotecas{
	width:10em;
	margin-top:2em;
	/* margin-bottom:4px; */
	font-size:100%;
	float:right;
}

/* -------------------------------------------------------------------------------------------------
------------------------------------- TOP MENU BAR ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	background: transparent; 
	border-bottom: dashed 1px #ccc; 
	border-left: dashed 1px #ccc; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 0.85em Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #666; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #fff; 
	border: dashed 1px #ccc; 
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu a:hover {
	color: #000; 
	background-color: #eee; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #000; 
	background-color: #eee; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft,div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}



/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
		
img.wp-smiley {
    	float: none;  
    	border: none; 
	margin: 0 1px -1px 1px; 
	padding: 0;
	background: none;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
	}
	
table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
	}
	
table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	margin: 0 auto;
	}
	
table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}
	
table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;	
	}

.clear-columns {
	clear: both; 
	}
		
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- Listado ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
th{
	border-bottom:1px dashed #cccccc;
}
th img{
	border:0px !important;
	margin:0px !important;
	background:none  !important;
	padding:0px !important;
}	
th a{
	font-size:14px;
}
	
tr.par {
	background:#FFFFFF none repeat scroll 0 0;
}

tr.impar {
	background:#efefef none repeat scroll 0 0;
}	

.bordebajo{
	border-bottom:1px dashed #cccccc;
}


col.fotos {
	width:12%;
	text-align:center;
}	

col.tipo {
	width:28%;	
}
col.precio {
	width:15%;
}
col.metros {
	width:15%;
}
col.dormitorios {
	width:15%;
}
col.planta {
	width:15%;
}

table#resultados td{
	text-align:center;
	vertical-align: middle;
}		
table#resultados .textleft{
	text-align: left;
}
table#resultados td.top{
	vertical-align: top;
}

/*
*
*
*/
#enlaces div{
	margin-right:1em;
}
#enlaces #sitios{
	float:left;
}
#enlaces #comun{
	float:left;
}
#enlaces #recientes{
	float:left;
}
#enlaceHipoteca {float:left; margin-top:10px;}
/*
*
*
*/



a:link, a:visited, a:active {
	color: #666666; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
a:hover {
	color: #cc0000;
	font-weight: bold; 
	text-decoration: underline; 
	}
	
h1 { 
	font-family: Tahoma; 
	font-size: 2.5em; 
	}

h2 {
	color: #666666;
}
	
h2 a:link, h2 a:visited, h2 a:active  {
	color: #666666; 
	}

h2 a:hover  {
	color:#000000; 
	}

h3.widgettitle {
	color: #555555; 
	font-size: 1.3em; 
	}
		
a.header:link, a.header:visited, a.header:active {
	color: #666666; 
	}
	
a.header:hover {
	color: #000000; 
	}

p.header { 
	color: #666666; 
	}
			
#page-container {
	font-family: Tahoma, Arial, sans-serif; 
	min-width: 800px;
	font-size: 80%;
	margin: 0 10px; 
	}


#outer-column-container {
	border-left: solid 10em #fff; 
	border-right: solid 10em #fff;
	}
	
#left-column {
	margin-left: -10em; 
	width: 10em; 
	}
	
#right-column {
	margin-right: -10em; 
	width: 10em; 
	}
	


#left-column .inside .searchfield {
	width: 80%;
	}

#right-column .inside .searchfield {
	width: 80%;
	}

ul li a {
	color: #666666; 
	border-left: solid 7px #dddddd; 
	}
	
ul li a:hover {
	color: #000000; 
	border-left: solid 7px #000000; 
	}

dl, dt, dd {
	margin:0;
	padding:0;
}
dl{
	clear:both;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px;
}

#rss ul{

}
#rss ul li{
	border:1px dashed #cccccc;
	border-left:8px solid #dddddd;
	padding:3px;
	margin-bottom:5px;
}
#rss ul li strong{
	display:block;
}
#rss ul li a{
	border:0px;
}


.telefono {
	background:transparent url(images/telephone.png) no-repeat scroll left top;
	padding:0 0 0 20px;
}
.masinfo{
	background:transparent url(images/Picture.gif) no-repeat scroll left top;
	padding:0 0 0 20px;
}
.masinfo img{
	margin:0;
	padding:0;
	border:0px;
	background-color:#fff;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;	
}
.masinfo a:hover {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
.masinfo a:link, a:visited, a:active {
	color: #4286E1;
	font-weight:bold;
	text-decoration:underline;	
}

.cnombreInmo{
	background:transparent url(images/inmo.gif) no-repeat scroll left top;
	padding:0 0 0 20px;
}
.cnombreUser{
	background:transparent url(images/user.gif) no-repeat scroll left top;
	padding:0 0 0 20px;
}
.none {
	display:none;
}

/*
* Alta


*/

div .form div{
	padding-left:2em;
	margin-bottom:.5em;
}
div .form label{
	width:190px;
	display:inline-block;
	font-weight:bold;
	cursor:auto;
}
div .form input, div .form select, div .form textarea{
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#000000;
	margin:0;
	padding:2px;
	width:200px;
	font-size:90%;
}
div .form textarea{
	width:400px;
}

div .form input.enviar{ 
	color: #000; 
	background: #F7F7F7; 
	border: 1px outset #999; 
	height: 20px; 
	padding:0;
	width:100px;
	font-weight:bold;
	cursor:pointer;
}
.separador {
	clear:both;
	margin-bottom:2em;
	height:1em;
}

/* Print Style Sheet */
@media print {
	body { background:white; color:black; margin:0; }
	a:link:after, a:visited:after { content:" [" attr(href) "] "; font-weight: normal; text-decoration:none; font-size: 12pt;} 
	a:link, a:visited {text-decoration:underline; color:#000}
	.postmetadata a:link:after, .postmetadata a:visited:after { content:""; } 
	h2 a:link:after, h2 a:visited:after { content:""; } 
	h2, h2 a:link, h2 a:visited, h2 a:active {color: #000; font-size: 18pt}
	h3 {color: #000; font-size: 15pt;} 
	#outer-column-container { border-left: none; border-right: none }
	#page-container {font-size: 12pt; font-family: arial, sans-serif; margin:0; background: #fff; color: #000}
	.remove-for-print, 
	#left-column, 
	#right-column, 
	#footer, 
	.navigation, 
	.wp-pagenavi-navigation, 
	#commentform {display:none}
}		



/*COMPARADOR HIPOTECAS*/
#containerLoadingHipotecas{position:relative;width:0;height:0;}
#loadingHipotecas{position:absolute;z-index:80;left:330px;top:146px;width:120px;height:40px;line-height:20px;text-align:center;padding:20px;}

#hipotecas_results{padding-top:10px;}
#hipotecas_results #pager{padding-bottom:10px;  text-align: right; width:96%;}
#hipotecas_results #pager p{font-weight:700;padding-right:16px; padding-top:5px}
#hipotecas_results #table_results{border-collapse:collapse;}
#hipotecas_results #resultshead{border-top:1px solid #bbcdef;border-bottom:1px solid #bbcdef;background:#f0eff0;padding-top:6px;padding-bottom:4px;}
#hipotecas_results #table_results th{padding: 4px 0; border-top: 1px solid #183D6F; border-bottom: 1px solid #183D6F; background: #DDDDDD; vertical-align: middle; text-align: right; font-size:95%}
#hipotecas_results #table_results th a{padding-right:20px;display:block;position:relative;left:0px; text-decoration: underline; font-weight: bold;}

#hipotecas_results #table_results .ascorder a{background:url(images/orderbyasc2.gif) no-repeat right;}
#hipotecas_results #table_results .descorder a{background:url(images/orderbydesc2.gif) no-repeat right;}
#hipotecas_results #table_results .inactive a{background:url(images/orderbyasc_inac.gif) no-repeat right;}
#hipotecas_results #table_results #h_entidades{text-align:left;border-right:1px solid #acaba9; }
#hipotecas_results #table_results #h_entidades a{width:70px; margin-left:12px}
#hipotecas_results #table_results #h_debe a{}
#hipotecas_results #table_results #h_comparar{text-align:right;color:#737373;border-right:1px solid #acaba9;border-left:1px solid #acaba9;padding:8px 10px 8px 0;}
#hipotecas_results a.toDetails{background:url(images/flecha_enlace_externo.gif) no-repeat right;padding-right:10px;}

#hipotecas_results #table_results p, #hipotecas_body a { float: none}
#hipotecas_results #table_results td{border-bottom:1px solid #acaba9;text-align:right;white-space:nowrap;padding:4px 10px;}
#hipotecas_results #table_results td.no-border-bottom{border-bottom:0;}
#hipotecas_results #table_results td.td_comparar{border-bottom:0;border-left:1px solid #acaba9;border-right:1px solid #acaba9;padding-top:6px;text-align:right;}
#hipotecas_results #table_results .mensaje{text-align:left;white-space:nowrap;padding:10px 20px;}
#hipotecas_results #table_results .bordered{border-left:1px solid #acaba9;}

#hipotecas_results #table_results .lefter{text-align:left;white-space:nowrap;padding-left:0;}
#hipotecas_results #table_results .lefter p{padding-top:0px;padding-bottom:2px;padding-right:20px;}
#hipotecas_results #table_results .lefter p a{color:#737373;}
#hipotecas_results #table_results .lefter p a:hover{text-decoration:none;cursor:text;}

#hipotecas_results #table_results td.comparar{border-left:1px solid #acaba9;border-right:1px solid #acaba9;background:#F7F7F7;text-align:center;}
#hipotecas_results #table_results td input{border:0;padding-left:0px;padding-right:0;}
#hipotecas_results #table_results td img{padding-right:4px;padding-top:2px;padding-bottom:2px;float:left; background-color:#FFFFFF; border:0px; margin:0px 0px 0 0;}

#mensajesHipoteca{color:red;}
#mensajesHipoteca h2{font-size:12px;}

.clicktip{position:relative;width:0;height:0;z-index:100;display:block;}
.tip-content{width:258px;position:absolute;top:33px;left:-135px;background:transparent url(images/tool-tips-content.gif) no-repeat bottom left;text-align:left;color:#444;line-height:16px;white-space:normal;padding:5px 20px 15px 15px; }
.tip-content ul{list-style:square;margin-left:14px; line-height:1.4}
.tip-bottom{left:-135px;position:absolute;width:293px;height:33px;background:transparent url(images/tool-tips-bottom.gif) 0 0 no-repeat;padding:0;}
.clicktip_close{text-decoration:none;left:263px;top:-14px;position:absolute;padding-right:16px;}
.clicktip_close:hover{text-decoration:none;}


.left { float: left}
.right { float: right}
.clear { clear:both}
.hidden { visibility:hidden}

#hipotecas_results label{
	color:#666666;
	cursor: pointer;
	font-size:1em;
	margin:0 0 0 0;
}
#hipotecas_results a{
	color: #4286E1;
	font-weight: normal;
}
#hipotecas_results input.boton {
	width:99.2%;
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#000000;
	font-size:100%;
	margin:0;
	padding:2px;
}	

/*PAGINACIÓN*/
#pagNavegacion {text-align: right; margin: 0 auto; }
#pagNavegacion a, #pagNavegacion span {float: left; font-weight: bold;}
#pagNavegacion span {margin: 10px 0 0 0;}
#pagNavegacion a:hover, div#pagNavegacion a:active {border:1px solid #183D6F; color:#FFF; background: #183D6F;}
#pagNavegacion a {border:1px solid #565554 ; color:#565554;	margin:2px;	padding:2px 5px; text-decoration:none;}
#pagNavegacion span.disabled {border:1px solid #DEDDDD; color:#DEDDDD;	margin:2px;	padding:2px 5px; background-image:none}
#pagNavegacion span.current {background:#183D6F; border:1px solid #183D6F ; color:#FFF; margin:2px; padding:2px 5px;}


/* publicidad google */
#footer .banner { /* width:60px; height:468px; border:1px solid #ACABA9; */ margin:0 0 0 18px; float:left; }
#footer .banner h2 { display:block;font-size:9px}