/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}
body {font-family:Arial, Helvetica, sans-serif;font-size:100%; color:#ccc;min-width:960px;background:#000}
.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:20px;
}
.container {
	width:940px; 	
	padding:0;
	margin:0 auto;
}

a {color:#7f7f7f; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2,
.column-1, .column-2 {float:left;}

.col-1{width:200px; margin-right:40px;}
.col-2{width:700px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear-float{ border: 0; clear: both !important; margin: 0; padding: 0; }
 
p {margin-bottom:10px;}


.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#c42e02;}
.color-3 {color:#dda602 !important;}

.img-border {border:10px solid #fff;}

/*********************************boxes**********************************/
.indent {padding:20px;}
.indent-left {padding-left:10px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}
.margin-top10 {margin-top:10px;}
.margen-top{margin-top:20px;}

.img-indent {float:left; margin:0 30px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.link,
.button-1,
.button-2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	background: url(../images/bg-page.png) #111;
	position:relative; 
	z-index:2;
}

.row-top {
	width:100%;
	padding:0;
	background:#000;
	height:150px;
	border-bottom:1px solid #ffcc00;
}

h1 {
	font-size:40px;
	font-weight:normal;
	line-height:108px;
	font-style: italic;
	color:#fff;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
}
	h1 span {color:#ffcc00;}
h1.home {
	font-size:60px;

}		
h2 {
	font-size:22px; 
	color:#fff;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:25px;
	margin-top:15px;
}

h3 {
	font-size:16px; 
	line-height:2em; 
	color:#fff;
	font-weight:bold;
	letter-spacing:-1px;
	margin:15px 0 5px 0;
}


h4 {
    background-color: #222;
    clear: both;
    color: #ccc;
    font-size: 1.1em;
    font-weight: normal;
    margin: 20px 0;
    padding: 5px 0 5px 10px;
}

ul{
	list-style:disc;
	padding-left:20px;
}
	
/***** menu *****/
.menu {
	padding:0; 
	clear:both;
	list-style:none;
	margin-left:0;
}
.menu li {
	float:left;
	padding-left:5px;
	padding-right:5px;
	border-right:1px dotted #666;
}
.menu li a { 
	font-size:12px; 
	line-height:18px; 
	padding:0; 
	color:#fff; 
}
.menu li a.active,
.menu > li > a:hover {color:#c52e02;}

.row-bot {
	width:100%;
	background:url(../images/bg-header.png) center top repeat-x;
}
.row-bot-bg {
	background: url(../images/bg-resp.png)  no-repeat top;
	width:100%;
	min-height:122px;

}

/***** slider *****/
.slider-wrapper {
	width:940px;
	height:300px;
	padding:10px;
	background:#fff;
	overflow:hidden;
}
.slider-wrapper .slider {
	width:940px;
	height:300px;
	margin:0 !important;
}
.items {display:none;}

.pagination {
	position:absolute;
	left:460px;
	bottom:19px;
	z-index:99;
}
	.pagination li {
		float:left;
		padding-right:4px;
	}
	.pagination a {
		display:block;
		width:26px;
		height:26px;
		background:url(../images/slider-pagination.png) right top no-repeat;
		cursor:pointer;
	}
	.pagination li.current a {cursor:default;}
	.pagination li.current a,
	.pagination a:hover {background-position:left top;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:15px 0 50px;
	background: url(../images/bg-page.png) #111;
	position:relative;
	z-index:1;
}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}


.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	width:100%; 
	background:url(../images/box-tail.gif) 0 0 repeat-x;
}

.button-1 {
	display:inline-block; 
	padding:12px 19px;
	font-size:13px;
	line-height:1.23em;
	color:#fff; 
	background:url(../images/button1-tail.gif) 0 0 repeat-x #c42e02;
	cursor:pointer;
}
.button-1:hover {background:#c42e02;}

.button-2 {
	display:inline-block; 
	padding:12px 19px;
	font-size:13px;
	line-height:1.23em;
	color:#fff; 
	background:url(../images/button2-tail.gif) 0 0 repeat-x #dda602;
	cursor:pointer;
}
.button-2:hover {background:#dda602;}



dl span {float:left; width:96px; font-weight:bold;}

/***** bx-slider *****/
.bx-wrapper {overflow:hidden; position:relative;}
	#page2 .bx-wrapper {width:450px !important; height:545px;}
	#page3 .bx-wrapper {width:940px !important; height:752px;}
.bx-window {height:510px; overflow:hidden; width:100%; position:relative;}
	#page3 .bx-window {height:710px;}
#slider {
	width:100%;
	height:510px;
	overflow:hidden;
}
#slider > div {
	overflow:hidden;
	width:160px;
	height:510px;
}
#slider-2 > div {
	overflow:hidden;
	width:240px;
	height:710px;
}
#slider figure {margin-bottom:8px;}
#slider-2 figure {margin-bottom:17px;}
#slider-2 h5 {margin-bottom:5px}
.bx-next {
	display:inline-block;
	font-size:19px;
	line-height:1.2em;
	color:#dda602;
	text-transform:capitalize;
	text-decoration:none;
	position:absolute;
	z-index:99;
	left:63px;
	bottom:4px;
}
.bx-prev {display:none !important;}

.bx-pager {padding:16px 0 0 0; text-align:center;}
	#page3 .bx-pager {text-align:right; padding:23px 20px 0 0;}
.pager-link {
	display:inline-block;
	color:#c42e02;
	margin-right:12px;
	cursor:pointer;
	text-decoration:none;
}
.pager-link:hover, 
.pager-active{color:#7f7f7f;}
.pager-active {cursor:default;}


/***** Lightbox image *****/
.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
	}
	.lightbox-image img {
		position:relative;
		z-index:1;
	}
	.lightbox-image span {
		display:inline-block;
		position:absolute;
		left:0px;
		top:-100%;
		width:100%;
		height:100%;
		background:url(../images/magnify.png) no-repeat 50% 50%;
		z-index:2;
		padding:0;
	}

/***** contact form *****/
#contact-form {
	display:block;
	width:100%;
}
	#contact-form label {
		display:block; 
		height:30px; 
		overflow:hidden;
	}
	#contact-form input {
		float:left; 
		width:232px; 
		font-size:12px; 
		line-height:1.25em;
		color:#808080;
		padding:2px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:1px solid #ededed;
		background:#fff;
		outline:none;
	}
	#contact-form textarea {
		float:left;
		height:204px; 
		width:474px;
		max-height:204px; 
		max-width:474px;
		font-size:12px; 
		line-height:1.25em;
		color:#808080;
		padding:5px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:1px solid #ededed;
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	line-height:24px;
	width:115px; 
}

.buttons {padding:10px 0 0 0; text-align:right;}
.buttons a {margin-left:6px; padding:12px 35px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:23px 0 30px;
	color:#fff;
	border-top:1px solid #ffcc00;
	background: #000;
	
}
	footer a {color:#c42e02;}
	footer span {display:block;}
	footer .main {font-size:14px; line-height:25px;}

.list-services {
	padding:0;
}
	.list-services li {
		float:left; 
		padding:0 0 0 10px;
	}
	
footer .logosothebys{
	margin-right:40px;
}
/****************************************************/
.logo{
	float:left;
	width:737px;
	margin-top:10px;
}

.social-icons {
  float: right;
  margin: 4px 50px 0 0;
  overflow: hidden;
}
.social-icons li {
  float: left;
  list-style: none;
  margin: 0 0 0 5px;
}

.img-entexto{
	border:6px solid #fff;
	margin:10px;
	-webkit-box-shadow: 0px 1px 2px 0px #000;
-moz-box-shadow: 0px 1px 2px 0px #000;
box-shadow: 0px 1px 2px 0px #000; 
}

.img-lateral{
	border:6px solid #fff;
	width:180px;
	margin-top:20px;
	display:block;
		-webkit-box-shadow: 0px 1px 2px 0px #000;
	-moz-box-shadow: 0px 1px 2px 0px #000;
	box-shadow: 0px 1px 2px 0px #000; 
}

.direccion{
	line-height:1.4em;
	font-size:12px;
	text-align:center;
	margin-top:20px;
}

.float-left{float:left;}
.float-right{float:right;}


.c-form h2 {
  float: none;
  margin: 0 0 20px;
}
.c-form label {
  display: block;
  margin: 0 0 5px;
}
.c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
  border: 1px solid #e0e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  display: block;
  margin: 0 0 15px;
  padding: 10px;
  width: 320px;
}
.c-form input[type=text]:focus, .c-form input[type=email]:focus, .c-form input[type=tel]:focus {
  border-color: #c42e02;
  outline: none;
  -moz-box-shadow: #dfe9f2 0 0 7px;
  -webkit-box-shadow: #dfe9f2 0 0 7px;
  box-shadow: #dfe9f2 0 2px 0, #dfe9f2 0 2px 1px inset;
}
.c-form textarea {
  border: 1px solid #e0e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  display: block;
  margin: 0 0 20px;
  padding: 10px;
  width: 520px;
  height: 80px;
}
.c-form textarea:focus {
  border-color: #c42e02;
  outline: none;
  -moz-box-shadow: #dfe9f2 0 0 7px;
  -webkit-box-shadow: #dfe9f2 0 0 7px;
  box-shadow: #dfe9f2 0 2px 0, #dfe9f2 0 2px 1px inset;
}
.c-form .button {
  display: block;
  float: none;
}

.recuadro{
	background-color:#333;
	border:4px solid #222;
	padding:6px;
	margin-top:20px;
	font-size:11px;
}
.recuadro span{
	width:95px;
	float:right;
	display:block;
}
.recuadro-entexto{
	width:50%;
	margin-left:20%;
	background-color:#222;
	border:1px dashed #333;
	padding:6px;
	text-align:center;
}
.retratos{
	float:left;
	margin:0 5px 0 0;
	border:1px solid #ccc;
		-webkit-box-shadow: 0px 1px 2px 0px #000;
-moz-box-shadow: 0px 1px 2px 0px #000;
box-shadow: 0px 1px 2px 0px #000; 
}


.ficha-grande-imgg{
	width:572px;
	border:1px solid #ddd;
	padding:2px;
	margin-left:5px;
	margin-left:54px;
}

.ficha-grande-imgp{
	clear:both;
	margin-left:50px;
}

.ficha-grande-imgp a{
	width:82px;
	height:54px;
	overflow:hidden;
}

.ficha-grande-imgp img{
	width:82px;
}
.ficha-grande-datos{
	margin-bottom:10px;
	clear:both;
	float:left;
}

.ficha-grande-datos li{
	line-height:2em;
	margin:0 35px 0 5px;
	float:left;
	width:300px;
	border-bottom:1px dotted #333;
	padding-left:5px;
	list-style:none;
}

.ficha-grande-datos li.doble{
	width:645px;

}

.ficha-grande-datos img{
	margin:0 4px -2px 0;
}

.ficha-grande-desc{
	clear:both;
	margin:5px;
}

.destacados .ficha-peq{margin-left:10px; margin-right:10px;}

.ficha-peq{
	border:2px solid #222;
	padding:6px;
	width:180px;
	margin:0 0 20px 0;
	font-size:0.85em;	
	overflow: auto;
	float:left;
	position:relative;
}

.ficha-peq-margen2{
	margin:0 20px 0 20px;
}

.ficha-peq p{
	margin:0;
	}
.ficha-peq img{
	width:180px;
	height:135px;
	margin-top:4px;
}
.ficha-peq .localidad{
	font-weight:bold;
	margin:4px 0 4px 0;
	background-color: #333;
	color:#dda602;
	padding:2px 5px 2px 4px;
}

.ficha-peq .superficie{
	float:left;
	font-weight:bold;
	width:78px;
	border:1px dotted #333;
	margin-right:10px;
	padding:2px 0 2px 5px;
	color:#fff;
}
.ficha-peq .precio{
	float:left;
	clear:right;
	font-weight:bold;
	width:78px;
	border:1px dotted #333;
	text-align:right;
	padding:2px 5px 2px 0;
	color:#fff;
}

.ficha-peq .tipo{
	color:#c42e02;
	border-bottom:1px dotted #333;
	padding:2px 0 2px 0;
	clear:both;

}
.ficha-peq .operacion{
	color:#999;
	clear:both;
	padding:2px 0 2px 0;
	border-bottom:1px dotted #333;
}

.ficha-peq .descripcion{
	margin-top:10px;
	clear: both;
	min-height: 85px;
   height: auto !important;
   height: 85px;
}

.ficha-peq .referencia{
	z-index:10;
	position:absolute;
	top:182px;
	left:104px;
	width:80px;
	font-weight:bold;
	text-align:center;
	background-color: #000;
	color:#fff;
	filter: alpha(opacity=60); /* internet explorer */
   -khtml-opacity: 0.6;      /* khtml, version anterior de safari */
   -moz-opacity: 0.6;       /* firefox, mozilla, netscape */
   opacity: 0.6;           /* safari, chrome, opera */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*internet explorer 8 - gracias Andres */
    
}
.ficha-peq ul.izq{
	float:left;
	width:70px;
	margin:0 5px 0 0;
	padding:2px 0 2px 0;
	list-style: none;
	
}
.ficha-peq ul.der{
	float:left;
	width:100px;
	margin:0 5px 0 0;
	padding:2px 0 2px 0;
	list-style: none;
	
}

.ficha-peq ul{
	float:left;
	width:85px;
	margin:0 5px 0 0;
	padding:2px 0 2px 0;
	list-style: none;
	
}
.ficha-peq li{
	border-bottom:1px dotted #333;
}
.ficha-peq .masinfo{
	float:right;
	margin:5px;
	padding:2px 10px 2px 10px;
	background-color: #c42e02;
	font-weight:bold;
	clear: both;
	
}
.ficha-peq .masinfo:link, .ficha-peq .masinfo:visited{background-color: #c42e02; color:#fff;}
.ficha-peq .masinfo:hover, .ficha-peq .masinfo:active{background-color: #c52e02; color:#ffcc00;}


.ficha-txt{
	width:65%;
	float:left;
	margin-right:20px;
}
.ficha-ul{
	width:30%;
	float:left;
}



.fotos{
	list-style:none;
	margin-top:30px;
}

.fotos li{
	list-style:none;
	float:left;
	margin:5px;
}

.fotos img{
	padding:2px;
	border:4px solid #808080;
}



#content-izq{
	margin:0 20px 0 20px;
	_margin:0 10px 0 10px; /* Sólo IE6 */
	width:650px;
	float:left;
}
#content-der{
	margin:0;
	width:250px;
	float:left;
}

#content-izq-ficha{
	margin:0 20px 0 20px;
	_margin:0 10px 0 10px; /* Sólo IE6 */
	width:690px;
	float:left;
}
#content-der-ficha{
	margin:0;
	width:210px;
	float:left;
}

.ordenar-busqueda{
	clear:both;
	margin:10px 0 15px 0;
	padding:2px 2px 2px 0;
	font-size:0.9em;
	color:#fff;
}

.ordenar-busqueda a{
padding:0 5px 0 5px;
border-right:1px solid #ccc;
}

.ordenar-busqueda a:link, .ordenar-busqueda a:visited{
color:#ccc;
text-decoration:none;
}
.ordenar-busqueda a:hover, .ordenar-busqueda a:active{
color:#c52e02;
}

.ordenar-busqueda .activo:link, .activo:visited{color: #c52e02;}


.buscador{
	background-color: #333333;
   border: 4px solid #222222;
	margin-top:10px;
}

.buscador select{width:195px;}

.buscador label{
	color:#777;
	font-size:1.1em;
	clear:both;
	padding:12px 0 6px 0;
	
}
.buscador h3{
	padding:10px 0 0 0;
	margin:0 10px 0 10px;
	color:#dda602;
	border-bottom:1px solid #444;
	font-weight:bold;
}
.buscador p{
	padding:10px;
}
.buscador-margen{
	margin:10px;
}

.bot-buscar-peq  button.jqTransformButton{
	margin-top:20px !important;
}
.bot-buscar-peq button.jqTransformButton span {
	background-color:#dda602;
	background-image: none;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	
}
.bot-buscar-peq button.jqTransformButton span span {
	background-color:#dda602;
	background-image: none;
	color: #fff;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 25px;
	width:100px;

}

.busca-referencia{
	margin:10px 0 -10px 30px;
}
.busca-referencia .jqTransformInputInner div input {
width:80px;
}
.busca-referencia .jqTransformInputWrapper {
	width:100px!important;
	float:left;
}
.busca-referencia  button.jqTransformButton{
	margin:-2px 0 0 4px;
	cursor: pointer;
}

.busca-referencia  button.jqTransformButton span {
	background: transparent;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
	
}
.busca-referencia  button.jqTransformButton span span {
	background: transparent url(../images/btn_left2.gif) no-repeat top left;
	color: #c42e02;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 25px;
	width:15px;
	font-size:12px;	
}


.slider-busca{
	margin:0 15px 0 15px;
	font-size:0.8em;
	overflow: visible !important;
}
.slider-busca label{font-size:1.4em; margin-left:-5px;}


/* PAGINACION */

div.paginacion 
{
    padding: 10px 5px 5px 5px;
	margin:0;
    clear:both;
    text-align: center;
}

div.paginacion a 
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #c42e02;
    text-decoration: none; 
    color: #fff;
}

div.paginacion a:hover, div.paginacion a:active 
{
    border: 1px solid #fff;
    color: #fff;
    background-color: #c42e02;
}

div.paginacion span.current 
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #fff;
    font-weight: bold;
    background-color: #c42e02;
    color: #fff;
}
div.paginacion span.disabled 
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}  

.dispone-de{
	margin:-20px 0 0 5px;
	background-color: transparent;
	list-style: none outside none;
	margin:0 0 0 10px;
	padding:0;
}
.dispone-de li{
	font-size:0.8em;
	float:left;
	width:115px;
	
}
.dispone-de li label{
	color:#ccc;
	
}
.dispone-de input{
	float:left;
}
.dispone-de label{
	display:block;
	margin:-5px 0 0 0 !important;
	float:left !important;
	clear:none !important;
}

.destacado{
	color:#dda602;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	font-style: italic;
	padding:10px 0 5px 0 !important;
	clear:both;
}

ul.ficha-der {
	margin-top: 50px;
	list-style:none;
}
ul.ficha-der li{
	border-bottom:1px dotted #333;
	padding:20px 10px 20px 10px;
}
ul.ficha-der li img{
	vertical-align: middle;
	margin-right:5px;
}
ul.ficha-der li a:link, ul.ficha-der li a:visited{
	text-decoration:none;
	color:#dda602;
}
ul.ficha-der li a:active, ul.ficha-der li a:hover{
	text-decoration:none;
	color:#fff;
}

.formulario-contacto li{
	clear:both;
	list-style:none;
	padding:10px;
}

.error{
	color:#ff0000;
}
.logostop{
	float:right;
	margin:10px 0 10px 0;
}

.logostop img{
	max-width:180px;
	margin-bottom:10px;
	display:block;
	clear:both;
}

.logo-inferior2{
	margin-top:70px;
	float:left;
	width:125px;
	text-align: center;
	font-size:0.9em;
	line-height:1em;
	font-style: italic;
	margin-right:11px;
	margin-left:11px;
	color:#696969;
	border:1px solid #ffcc00;
}
.mapa-andorra{
	margin:20px 0 0 20px;
}