@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background:url(../img/background.gif) repeat-y center #2B317E;
}

#content {
	margin: 0px auto; 
	width: 950px; 
}

#header { 
	height: 118px; 
	margin: 0px 0 0px 0; 
	padding: 5px 0 0 0px;
	color: #808080;
}

#logo{
	float:left;
}

#panelderecho{
	width: 782px;
	/*background-color:#003399;*/
	float:right;
	height: 110px;
}

#panelderechotop{
	height:60px;
	padding-top:8px
}

#bannerizq{
	background:#FFFFFF;
	width:300px;
	border:solid #000000 1px;
	height:60px;
	float:left;
}

#bannerder{
	margin-left:10px;
	background:#FFFFFF;
	width:468px;
	border:solid #000000 1px;
	height:60px;
	float:left;
}

#menu{
	height:28px;
	text-align:center;
/*	background-color:#EBDD30;*/
}

.menuitem{
	margin-top:14px;
	width:120px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	padding:5px 5px 0 5px;
	color:#000000;
	text-decoration:none;
	height: 23px;
	float:left;
	background-color:#DFD029;
}

.selectedmenuitem, .menuitem:hover {
	margin-top:10px;
	text-align:center;
	padding:5px 7px 0px 3px;
	width:120px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	
	color:#FFFFFF;
	text-decoration:none;
	height:27px;
	float:left;
	background:url(../img/bthover.gif);
}
.menuitem a{
	color:#000000;
	text-decoration:none;
}

.menuitem:hover a, .selectedmenuitem a{
	color:#FFFFFF;
	text-decoration:none;
}

.separline{
	height:12px;
	background:url(../img/line.gif) repeat-x;
}

#subheader{
	height:50px;
}

#buscador{
	padding:5px;
	width:190px;
	float:left;
}


.textboxq{
	height:16px;
	padding-top:4px;
	border: inherit 2px #EBDD30;
	background-color:#FFFFFF;
	width:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
}

.searchbutton{
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: inherit 2px #EBDD30;
	font-weight:bold;
	background-color:#EBDD30;
	cursor:pointer;
}

#opfiltro{
	padding:5px;
	width: 115px;
	float:left;
	color:#272A7D;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	/*background-color:#009966;*/
	
}

#order{
	float:right;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#272A7D;
	cursor:pointer;
}

.orderitem{
	font-weight:bold;
	font-size:12px;
	color:#2B317E;
	cursor:pointer;
}

.orderitem:hover{
	text-decoration:underline;
}

#bodycontent {
	height:500px;

}

#resultssmall{
	width:285px;
	height:500px;
	float:left;
	overflow:auto;
}

#resultssmall a{
	color:#000000;
	text-decoration:none;
}

.resultgroup{
	width:260px;
	float:left;
}

.resultado2{
	margin-top:3px;
	margin-bottom:3px;
	padding:18px 14px 4px 8px;
	background:url(../img/destacado2.gif);
	width:238px;
	height:98px;
	color:#272A7D;
	font-size:11px;
	cursor:pointer;
	float:left;
}

.resultado2 img{
	border:#272A7D solid 2px;
}

.resultado1{
	margin-top:3px;
	margin-bottom:3px;
	padding:18px 14px 4px 8px;
	background:url(../img/destacado1.gif);
	width:238px;
	height:98px;
	color:#FFFFFF;
	font-size:11px;
	cursor:pointer;
	float:left;
}

.resultado1 img{
	border:#CABE29 solid 2px;
}

.resultado0{
	/*height: 90px;*/
	width:244px;
	padding:5px 8px 6px 8px;
	color:#666666;
	cursor:pointer;
	float:left;
}

.resultado0 img{
	border:#666666 solid 2px;
}

.resultado0:hover, .resultado1:hover, .resultado2:hover{
	text-decoration:underline;
}

.hidemap{
	width:25px;
	height:70px;
	text-align:center;
	float:right;
	font-size:10px;
	margin:4px 18px 0 4px;
	cursor:pointer;
}

.numeracion{
	text-align:center;
	width:260px;
	font-size:12px;
	margin: 5px 0 5px 0;
}

.numeracion .other{
	text-decoration:underline;
	cursor:pointer;
	margin:0 2px 0 2px;
}

.numeracion .actual{
	color:#272A7D;
	cursor:pointer;
	margin:0 2px 0 2px;
	font-weight:bold;
}

.horizontalseparator{
	width:250px;
	height:8px;
	background:url(../img/horizonalseparator.gif) no-repeat;
	margin-left:5px;
	float:left;
}

.verticalseparator{
	float:left;
	width:12px;
	height:500px;
	background:url(../img/linevertical.gif) repeat-y;
}

#mapapropiedades{
	float:left;
	height:500px;
	width:653px;
}

#textcontent{
	float:left;
	height:470px;
	width:623px;
	padding:15px;
	font-size:14px;
	overflow:auto;
}

#footer { 
	clear: both; 
	color: #000000; 
	background-color: #FFFFFF;
	padding: 5px 0 8px 0; 
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.contactinfo{
	color:#2B317E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.info_box{
	margin-top:5px; width:220px; max-width:240px;
}

.info_box strong{
	color:#272A7D;margin-bottom:3px;
}

.info_box .divImg{
	float:left; margin-right:5px; margin-top:3px; width:60px; height:60px; text-align:center;
}

.abrirMiniPagina{
	width:168px;
	height:30px;
	background:url(../img/todalainfo.gif) bottom no-repeat;	
	background-repeat:no-repeat;
	cursor:pointer;
	margin: 0px auto;
}

#fotos{
	margin: 0px auto; 
	width:691px;
	height: 440px;
	background:#272A7D;
	float:none;
	border:outset #272A7D 4px;
}

#bigpic{
	float:left;
	width:590px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	height:420px;
	overflow:auto;
	
}

#thumbnails{
	float:left;
	width:100px;
	height:440px;
	overflow:auto;
	text-align:center;
	border-left:#CCCCCC solid 1px;	
}

#thumbnails img{
	margin: 3px auto; 
	border: #EBDD30 solid 2px;
	cursor:pointer;

}

.filtertitle{
	cursor:pointer;
	font-size:15px;
	color:#2B317E;
	font-weight:bold;
}

.filtertitle:hover{
	text-decoration:underline;
}

.tooltip_content div div span{
	cursor:pointer;
	padding-left:15px;
	font-size:12px;
}

.tooltip_content div div span:hover{
	text-decoration:underline;
}

.filterItem{
	border:#EBDD30 outset 3px;
	background:#EBDD30;
	height:16px;
	margin:1px;
	float:left;
	padding-left:3px;
	padding-right:3px;
}

.infoboxinm{
	margin: 8px auto; 
	width:710px;
	background:#CABE29;
	float:none;
	border:outset #CABE29 4px;
	padding:5px;
}

.infoboxinmbl{
	margin: 8px auto; 
	width:710px;
	background:#FFFFFF;
	float:none;
	border:outset #272A7D 4px;
	padding:5px;
	color:#000000;
}
