@charset "utf-8";
/* CSS Document */

html {
	overflow-x: hidden;
}
body {
	margin:0px;
	padding:0px;
	min-width:980px;
}
.oscurece_pantalla {
	width:100%;
	height: 100%;
	position: absolute;
	z-index:100;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/*
body.gral{
	background:url(images/bck_left.gif) repeat-y left;
	}
*/
a:focus {
	outline-style: none;
}
a {
	cursor:pointer
}
#container {
	width:100%;
	margin:20px 0px 40px 0px;
}
img {
	border:none;
}
/*------------------------------------------------------------------------------------- LOGIN ---------------------------------------------------------------------------------------*/




#content_login {
	position:absolute;
	width:640px;
	padding:0px 63px;
	height:540px;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-320px;
	background-position:bottom left!important;
}
#content_login .login_txt {
	display:block;
	margin:20px 0px;
}
#content_login .login_error {
	display:block;
	margin:20px 0px;
	padding:10px;
}
#content_login .login_error a {
	display:inline;
	margin:0px;
	padding:0px;
	float:none;
}
form#login {
	height:408px;
	padding:20px 30px 0px 30px;
	margin:0px;
	position:relative;
	float:left;
	width:330px;
	background-position:top left!important;
}
form#login #login_footer {
	position:absolute;
	bottom:-5px;
	left:30px;
	width:330px;
}
form#login #login_footer img {
	float:right;
	margin-left:10px;
}
form#login div {
	margin:5px 0px;
}
form#login h1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 50px 0px;
	display:block;
}
form#login .banda {
	position:absolute;
	top:-5px;
	right:-5px;
}
form#login div {
	text-align:left
}
form#login input[type=text], form#login input[type=password] {
	width:318px;
	padding:3px 5px;
	margin-bottom:10px;
}
form#login input.btn[type=submit] {
	border: medium none;
	cursor: pointer;
	float: right;
	height: 42px;
	padding-top: 3px;
	width: 118px;
}
a.boton, a.boton:hover {
	width:105px;
	height:30px;
	float:right;
	border:none;
}
form#login a.pass {
	float:left;
	margin-top:5px;
	display:block;
}
form#login a.back {
	float:left;
	margin-top:5px;
	display:block;
}
/*-------------------------------------------------------------------------------------- TOP ----------------------------------------------------------------------------------------*/



#top {
	height:89px;
	position:relative;
	line-height:60px;
	z-index:200
}
#top p {
	margin:0px;
	padding:0px 0px 0px 2%;
}
ul#navbar2 {
	position:absolute;
	top:5px;
	right:5px;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
ul#navbar2 li {
	float:left;
	padding:0px 10px;
	margin:0px;
	position:relative;
}
ul#navbar2 li img {
	margin-right:5px;
}
ul#navbar2 li a {
	cursor:pointer;
}
ul#navbar2 li a:hover {
	text-decoration:none;
}
/*------------------------------------------------------------------------------------- FOOTER --------------------------------------------------------------------------------------*/


#footer {
	margin:0px;
	position:relative;
	padding:5px 0px;
	height:22px;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:200
}
#footer .credits {
	position:absolute;
	right:5px;
	top:5px;
}
#footer .left {
	position:absolute;
	left:5px;
	top:5px;
	height:22px;
}
#footer p {
	margin:0px;
	padding:0px;
}
/*-------------------------------------------------------------------------------------- LEFT ---------------------------------------------------------------------------------------*/



#sidebar {
	position:absolute;
	left:0px;
	top:18%;
	z-index:30;
}
#sidebar #content_left {
	padding:10px 10px 10px 10px;
	position:relative;
	display: none;
}
#sidebar fieldset {
	width:200px;
	float:left;
	border:none;
	background:none;
}
#sidebar #navEsconder {
	position:absolute;
	top:150px;
	right:-20px;
	width:20px;
	height:128px;
	z-index:20
}
#sidebar #navEsconder.mostrar {
	position:absolute;
	top:150px;
	left:1px;
}
#sidebar form .form_line {
	padding:3px 0px;
	clear:both;
	overflow:hidden;
}
#sidebar .form_line2 {
	width:85px;
	padding:3px 0px;
	clear:none;
	float:left;
	overflow:hidden;
}
#sidebar form .form_line label {
	width:100%;
	clear:both;
	display:block;
	text-align:left;
}
#sidebar form .form_line label .contador_total {
	margin:0px;
	padding:0px;
}
#sidebar .form_line input[type=text], #sidebar .form_line2 input[type=text], #sidebar .form_line select, #sidebar .form_line2 select, #sidebar .form_line textarea, #sidebar .form_line2 textarea {
	width:99%;
	float:left;
	margin:0px;
}
#sidebar .form_line input[type=text], #sidebar .form_line select, #sidebar .form_line textarea {
	width:99%;
	float:left;
	margin:0px;
}
#sidebar form .form_line input.price[type=text] {
	width:88%;
	float:left;
	margin:0px 10px 0px 0px;
}
#sidebar form input[type=submit] {
	width:112px;
	height:36px;
	margin:0px;
}
/*-------------------------------------------------------------------------------------- MAIN ---------------------------------------------------------------------------------------*/

#content_main {
	margin:0px 20px 0px 30px;
	text-align:center;
	position:relative;
	overflow:auto;
	z-index:1
}
#content_main #content_home {
	width:852px;
	height:432px;
	margin:40px auto;
}
#content_main #content_home .box_home {
	width:270px;
	height:202px;
	margin:7px;
	float:left;
	text-align:center;
}
#content_main #content_home .box_home .box_inmuebles {
	width:232px;
	height:182px;
	padding:10px 20px;
}
#content_main #content_home .box_home .box_contacto {
	width:232px;
	height:182px;
	padding:10px 20px;
}
#content_main #content_home .box_home .box_herramientas {
	width:232px;
	height:182px;
	padding:10px 20px;
}
#content_main #content_home .box_home .box_web {
	width:232px;
	height:182px;
	padding:10px 20px;
}
#content_main #content_home .box_home .box_configuracion {
	width:232px;
	height:182px;
	padding:10px 20px;
}
#content_main #content_home .box_home .box_mls {
	width:232px;
	height:182px;
	padding:10px 20px;
}
#content_main #content_home .box_home h2 {
	margin:0px 0px 10px 0px;
}
#content_main #content_home .box_home p {
	margin:10px 0px;
}
#content_main #content_home .box_home ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
#content_main #content_home .box_home ul li {
	margin:0px 50px 0px 30px;
	padding:0px;
}
#content_main #content_1, #content_main #content_2, #content_main #content_3, #content_main #content_4 {
	position:relative;
	width:100%;
	display:none;
}
#content_main #content_1 {
	visibility:visible;
}
#content_main h1 {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#content_main h1 a {
	margin:0px 0px 0px 10px;
}
#content_main h1 a:hover {
	margin:0px 0px 0px 10px;
}
#content_main h1 a img {
	margin:0px 5px 0px 0px;
	vertical-align:middle
}
#content_main h2 {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#content_main h3 {
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#content_main .subtitle {
	height:63px;
	border-bottom:#c8d0d4 solid 1px;
	margin-bottom:10px;
}
#content_main .subtitle3 {
	height:23px;
	margin-bottom:10px;
}
#content_main .subtitle2 {
	width:100%;
	display:block;
}
.content_33 {
	width:31%;
	margin:0px 1%;
	float:left;
}
#content_main ul#pest_form {
	width:100%;
	height:26px;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:59px;
	left:0px;
}
#content_main ul#pest_form li {
	width:auto;
	height: 26px;
	margin: 2px 5px 0px 5px;
	padding: 0px 14px 0px 0px;
	float: left;
}
#content_main ul#pest_form li a {
	display: block;
	height: 26px;
	line-height:26px;
	padding: 0px 15px 0px 29px;
}
#content_main ul#pest_form li:hover {
	line-height:26px;
	cursor:pointer;
}
#content_main ul#pest_form li a:hover {
	line-height:26px;
}
#content_main ul#pest_form li.actual, #content_main ul#pest_form li.actual:hover {
	line-height:26px;
}
#content_main ul#pest_form li.actual a, #content_main ul#pest_form li.actual a:hover {
	line-height:26px;
}
#content_main ul#pest_form li.false, #content_main ul#pest_form li.false:hover {
	padding: 0px 25px 0px 0px;
}
#content_pics_left {
	float:left;
	width:245px;
	margin-right:25px;
}
#content_pics_right {
	text-align:left;
	position:relative;
	overflow:auto;
}
/*.warning {
	padding:10px 20px 10px 40px;
	margin:18px 0px;
}*/

.warning {
	background: url("images/icon_warning.png") no-repeat scroll 10px 10px transparent;
	margin: 0 0 3px;
	padding: 6px 20px 6px 40px;
	text-align: left;
}
.content_pics {
	margin:10px;
	float:left;
}
.content_pics span {
	margin:0px 5px;
}
.box_pics {
	display: inline-block;
	height: 64px;
	margin-bottom: 5px;
	max-height: 64px;
	overflow: hidden;
	padding: 4px 4px 20px;
	position: relative;
	width: 100px;
}
.box_pics img {
	width:100px;
	max-height:57px;
}
.box_pics img.del_pics {
	width:16px;
	height:16px;
}
.orden {
	display:block;
}
.del_pics {
	position:absolute;
	bottom:4px;
	right:4px;
}
a.foto_privacidad {
	bottom: 2px;
	left: 6px;
	position: absolute;
	cursor: pointer;
}
a.foto_privacidad img {
	width: auto;
	height: auto;
}
/* --- FORMULARIOS GENERALES ---*/




form {
	margin:0px auto;
	padding:0px;
	text-align:center;
}
form fieldset, fieldset {
	padding:0px 5px 10px 5px;
	width:910px;
	margin:0px auto 10px auto;
	position:relative;
	display:block;
	background: none repeat scroll 0 0 #EEEEEE;
	border:1px solid #CCCCCC;
}
.fieldset100, .content_submit.fieldset100 {
	width:95%;
}
fieldset#config label {
	width:200px;
}
form fieldset legend, fieldset legend {
	margin-bottom: 9px;
	margin-left: 8px;
	padding: 10px 15px 3px;
	background: none repeat scroll 0 0 #EEEEEE;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}
form .form_50 {
	width:48%;
	margin:0% 0.5%;
	float:left;
	text-align:left;
}
form .form_33 {
	width:28%;
	margin:0% 2%;
	float:left;
}
form .form_25 {
	width:22%;
	margin:0% 1%;
	float:left;
}
form .form_line {
	padding:3px 0px;
	clear:both;
	overflow:hidden;
}
form .form_line label {
	width:27%;
	margin-right:3%;
	float:left;
	text-align:right;
}
form .form_line label.label_radios {
	width:95%;
	float:left;
	padding-left:5%;
	text-align:left;
}
form .form_line input[type=text], form .form_line select, form .form_line textarea {
	width:68%;
	float:left;
	margin:0px;
}
form .form_line input.novisible[type=text], form .form_line select.novisible, form .form_line textarea.novisible {
	width:68%;
	float:left;
	margin:0px;
}
form .form_line span {
	clear:both;
	display:block;
	padding:5px;
}
.border_center {
	height:10px;
	margin:0px 10px 20px 10px;
	clear:both;
	display:block;
}
.content_submit {
	padding:10px 5px;
	width:908px;
	margin:20px auto;
	position:relative;
}
form input[type=submit] {
	width:105px;
	height:30px;
	padding:0px 0px 5px 0px;
	line-height:28px;
	margin:0px 5px;
}
*form input[type=submit] {
	margin:0px 5px 2px 5px;
}
form input[type=reset] {
	width:105px;
	height:30px;
	margin:0px 5px;
}
a.button, a.button:hover {
	display:inline-block;
	width:105px;
	height:30px;
	line-height:28px;
	margin:0px 5px;
	padding:0px;
}
a.button_del, a.button_del:hover {
	display:inline-block;
	width:105px;
	height:30px;
	line-height:28px;
	margin:0px 5px;
}
a.button_right, a.button_right:hover {
	display:block;
	width:105px;
	height:30px;
	position:absolute;
	right:10px;
	top:11px;
}
a.button_left, a.button_left:hover {
	display:block;
	width:105px;
	height:30px;
	line-height:28px;
	position:absolute;
	left:10px;
	top:11px;
}
.add_pic {
	position:absolute;
	top:10px;
	right:0px;
	border:none;
}
/* --- LISTADOS GENERALES --- */



.list, #list {
	text-align:left;
	display:table;
}
.list thead tr th, #list thead tr th {
	height:30px;
}
.list thead tr th.th_fav, .list tbody tr td.th_fav {
	text-align:right;
	padding:0px;
	width:16px;
}
.list thead tr th.th_fav img, .list tbody tr td.th_fav img {
	margin:0px;
}
.list thead tr th.th_action {
	min-width: 150px;
	text-align: center;
	width:10%;
}
.list thead.propios tr th, #list thead.propios tr th {
	height:30px;
}
.list thead.descartados tr th, #list thead.descartados tr th {
	height:30px;
}
.list#mls {
	border-top:#d6d6af solid 1px;
	border-right:#d6d6af solid 1px;
	border-left:#d6d6af solid 1px;
	border-bottom:none;
	/*width: 1373px;*/
}
.list thead.mls tr th, #list thead.mls tr th {
	height:30px;
}
.list td, #list td {
	padding:0.2%;
}
.list td img, #list td img {
	margin:0px 5px;
}
.list thead tr th img, #list thead tr th img {
	margin:3px 0px;
	cursor:pointer
}
.table_pics {
	vertical-align:middle;
}
.list td.td_price, #list td.td_price {
	padding-right:15px;
}
.list td a.copiar, #list td a.copiar {
	width:16px;
	height:16px;
	margin:0px 5px;
	padding:0px;
	float:left;
}
.list td a.ficha_cliente, #list td a.ficha_cliente {
	width:16px;
	height:16px;
	margin:0px 5px;
	padding:0px;
	float:left;
}
.list td a.ficha_tecnica, #list td a.ficha_tecnica {
	width:16px;
	height:16px;
	margin:0px 5px;
	padding:0px;
	float:left;
}
.list_footer, #list_footer {
	margin:10px 0px 40px 0px;
	padding:15px;
	position:relative;
}
.list_footer a, #list_footer a {
	padding:3px 8px;
	margin:0px 1px;
	font-weight:bold;
}
.list_footer a:hover, #list_footer a:hover {
	padding:3px 8px;
	margin:0px 1px;
	text-decoration:none;
}
.list_footer span, #list_footer span {
	padding:3px 8px;
	margin:0px 1px;
}
#paginate {
	margin:10px 0px 10px 0px;
	padding:0px;
	position:relative;
	width:100%;
	display:block;
}
#paginate a {
	padding:0px 7px;
	margin:0px;
	height:20px;
	line-height:20px;
	display:inline-block;
}
#paginate a:hover {
	padding:0px 7px;
	margin:0px;
	height:20px;
}
#paginate b {
	padding:0px 7px;
	margin:0px;
	height:20px;
	line-height:20px;
	display:inline-block;
}
#content_botonera {
	position:absolute;
	top:0px;
	right:0px;
}
#content_botonera img {
	margin:0px 5px;
}
a.btn_print, a.btn_mail, a.btn_prop, a.btn_pics, a.btn_data, a.btn_demands, a.btn_edit, a.btn_mls_suscripcion {
	width:122px;
	height:35px;
	line-height:35px;
	padding-left:15px;
	display:inline-block;
}
a.btn_config {
	width:35px;
	height:35px;
	display:inline-block;
	line-height:35px;
}
a.btn_vista1 {
	width:35px;
	height:35px;
	display:inline-block;
	line-height:35px;
}
a.btn_vista1:hover {
	width:35px;
	height:35px;
	display:inline-block;
	text-decoration:none;
}
a.btn_vista2 {
	width:35px;
	height:35px;
	display:inline-block;
	line-height:35px;
}
a.btn_vista2:hover {
	width:35px;
	height:35px;
	display:inline-block;
	text-decoration:none;
}
#esc_bground {
	background-image:none;
}
/* --- POPUPS --- */


#popup {
	width:450px;
}
#popup h1 {
	margin:0px 0px 20px 0px;
	padding:15px;
}
/* --- DEMANDAS --- */


.demands_YES {
	padding:1px;
	margin:0px 5px;
}
.demands_NO {
	padding:1px;
	margin:0px 5px;
}
.div50 {
	width:47%;
	float:left;
	margin:0 1%;
	text-align:left;
}
.div30 {
	float: left;
	margin: 0 1%;
	text-align: left;
	width: 30%;
}
.div65 {
	float: left;
	margin: 0 1%;
	text-align: left;
	width: 65%;
}
.tit_demandas {
	display:block;
	width:100%;
	margin-top:20px;
}
.tit_demandas_propias {
	display:block;
	width:100%;
	margin-top:20px;
}
.tit_demandas_descartados {
	display:block;
	width:100%;
	margin-top:20px;
}
.tit_demandas_mls {
	display:block;
	width:100%;
	margin-top:20px;
}
a.btn_taf, a.btn_taf:hover {
	width:105px;
	height:30px;
	line-height:28px;
	float:right;
	margin:0px 10px;
}
.multiple_check {
	width:68%;
	height:125px;
	float:left;
	margin:0px;
	overflow:auto;
	margin-bottom:20px;
}
form .form_line .multiple_check label {
	display:block;
	float:none;
	clear:both;
	margin:0px;
	padding:0px;
	width:100%;
}
.multiple_check2 {
	width:99%;
	float:left;
	margin:0px;
	overflow:auto;
	margin-bottom:10px;
}
form .form_line .multiple_check2 label {
	display:block;
	float:none;
	clear:both;
	margin:0px;
	padding:0px;
	width:100%;
}
dl.demands {
	width:48%;
	float:left;
}
dl.demands dt {
	width:45%;
	float:left;
	margin:0px 5% 0px 0px;
	padding:0px;
	display:inline;
}
dl.demands dd {
	width:45%;
	float:left;
	margin:0px;
	padding:0px;
	display:inline;
}
/* --- TAF --- */


a.destinatarios {
	padding-right:20px;
}
a.destinatarios:hover {
	padding-right:20px;
}
#content_dest {
	width:500px;
	height:250px;
	overflow:auto;
	position:absolute;
	left:24.80%;
	top:24px;
	padding:15px;
	z-index:20;
	text-align:right;
	visibility:hidden;
}
#content_dest a {
	display:block;
	cursor:pointer;
	padding:5px 5px 10px 10px;
	display:inline-block;
}
#content_dest a:hover {
	display:block;
	cursor:pointer;
	padding:5px 5px 10px 10px;
	display:inline-block;
}
/* --- CONTRATOS --- */

ul.contratos {
	list-style:none;
	text-align:left;
}
ul.contratos li {
	padding:3px 0px;
	vertical-align:middle;
}
ul.contratos li img {
	margin:0px 5px -3px 5px;
}
ul.contratos li a {
	padding:3px;
}
/* --- CONFIGURACION --- */


.idiomas {
	width:15%;
	float:left;
	text-align:center;
}
.clear {
	clear:both;
}
form .form_line .limitacion {
	display:inline;
	float:right;
	margin:0px;
	padding:0px;
}
.alto {
	height:120px;
}
form#descartes {
	text-align:center;
	width:450px;
}
form#descartes fieldset {
	height:210px;
	margin:10px;
	text-align:left;
}
form#descartes fieldset textarea {
	width:95%;
	height:50px;
}
/* --- DETALLE MLS --- */


#content_det_mls {
	padding:0px;
	margin:0px 0px;
}
#content_det_mls h1 {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
}
form#mls {
	margin:0px;
	padding:0px;
	width:552px;
	display:inline-block;
}
form#mls fieldset {
	border: solid 1px #b2dbf5;
	padding:0px 5px 10px 5px;
	width:520px;
	margin:0px 10px 10px 10px;
	position:relative;
}
form#mls .form_50 {
	width:520px;
	margin:0px 2px;
	float:left;
}
form#mls .form_25 {
	width:251px;
	margin:0px 2px;
	float:left;
}
form#mls .form_line {
	padding:3px 0px;
	float:left;
	overflow:hidden;
	display:inline-block;
	clear:none;
	width:100%;
}
form#mls .form_25 .form_line label {
	width:105px;
	margin-right:5px;
	float:left;
	text-align:right;
}
form#mls .form_25 .form_line span {
	width:141px;
	float:left;
	margin:0px;
	padding:0px;
	clear:none;
	display:inline;
	text-transform:none;
}
form#mls .form_50 .form_line label {
	width:160px;
	margin-right:5px;
	float:left;
	text-align:right;
}
form#mls .form_50 .form_line span {
	width:320px;
	float:left;
	margin:0px;
	padding:0px;
	clear:none;
	display:inline;
}
form#mls img {
	margin:1px;
}
form#mls .content_submit {
	width:520px;
}
.col2 {
	width:50%;
	float:left;
}
.col2 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.col2 ul li {
	clear:both;
	margin-left:30px;
}
.col2 ul li label {
	font-weight:normal;
	text-align:left;
	width:auto;
	margin:0px;
}
#mls_ref {
	width:50%;
	float:left;
	display:inline;
	margin: 0 20px 0px 0px;
	text-align:left;
}
#mls_ref img {
	margin:0px 5px 0px 20px;
	vertical-align:bottom;
}
.people_view_pp {
	text-align:left;
}
/* --- RESULTADOS VISTA 2 --- */


#content_result {
	display:block;
}
.content_result_box {
	float:left;
	margin:20px 6px;
	position:relative;
	display:inline;
	width:185px;
	text-align:left;
}
#content_main .content_result_box h2 {
	display:block;
	width:100%;
	height:30px;
	line-height: 27px;
	position:relative;
}
#content_main .content_result_box h2 img {
	position:absolute;
	top:7px;
	left:10px;
}
.content_result_box .result_img {
	margin:9px 9px 4px 9px;
	display:block;
	width:165px;
	height:94px;
}
.content_result_box p {
	margin:10px;
	height:80px;
	display:block;
}
.content_result_box p strong {
	padding:5px 0px;
	display:block;
}
.content_result_box p.ref {
	float:left;
	padding:0px 10px;
	margin:0px;
	height:20px;
}
.content_result_box p.venta {
	float:right;
	padding:0px 10px;
	margin:0px;
	height:20px;
}
.content_result_box a {
	display:block;
	text-decoration:underline;
}
.content_result_box a:hover {
	display:block;
}
#content_main .content_result_box .box_footer {
	width:185px;
	height:30px;
	display:block;
}
#content_main .content_result_box .box_footer .icon_mls {
	position:absolute;
	top:6px;
	right:10px;
}
#content_main .content_result_box .box_footer a {
	display:block;
	padding:0px;
	margin:5px;
	float:right;
}
.content_result_box p.actual {
	position:absolute;
	bottom:-25px;
	right:0px;
	margin:0px;
	padding:0px;
	text-align:right;
	height:20px;
}
/* --- RESULTADOS VISTA 2 MLS--- */




#content_main .content_result_box.mls .box_footer a.copiar {
	width:16px;
	height:16px;
	text-indent:-999999px;
	margin:5px;
	padding:0px;
}
#content_main .content_result_box.mls .box_footer a.ficha_cliente {
	width:16px;
	height:16px;
	text-indent:-999999px;
	margin:5px;
	padding:0px;
}
#content_main .content_result_box.mls .box_footer a.ficha_tecnica {
	width:16px;
	height:16px;
	text-indent:-999999px;
	margin:5px;
	padding:0px;
}
.content_demandas_table {
	width:99%!important;
}
/* DASHBOARD */



.wrap {
	margin: 20px auto;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}
.groupWrapper {
	float: left;
	margin: 0 10px;
	width: 448px;
}
.groupItem {
	margin: 0px 0px 20px 0px;
	z-index: 100
}
.groupItem .itemHeader {
	line-height: 31px;
	padding: 0 10px;
	/*cursor: move;*/
	font-weight: bold;
	height: 31px;
	position: relative;
}
a.closeEl {
	display:none;
}
.groupItem .itemHeader img.icon {
	margin:5px 10px 5px 0px;
	float:left;
}
.groupItem .itemHeader a {
	position: absolute;
	right:3px;
	top: 0px;
}
.groupItem .itemContent {
	padding:0px;
	overflow:hidden;
}
.groupItem .itemContent .div100 {
	padding:10px;
}
.groupItem .itemContent .div100 p {
	height: auto;
	line-height: 16px;
}
.groupItem .itemContent .div100 img {
	margin: 20px;
}
.groupItem .itemContent .right {
	width:172px;
	padding:10px;
	float:right;
}
.groupItem .itemContent .right h2 {
	margin-bottom:10px;
}
.groupItem .itemContent .right a {
	display:block;
	margin:2px 0px;
}
.groupItem .itemContent .right a:hover {
}
.groupWrapper .groupItem .itemContent .right p, .groupWrapper .groupItem .itemContent .left p {
	height: auto;
	margin:10px 0px;
	line-height:16px;
}
.groupItem .itemContent .left {
	float: left;
	padding: 10px;
	width: 234px;
}
.groupItem .itemContent .left h3 {
	display:inline;
}
.groupItem .itemContent .left h3 a {
	width:66px;
	height:19px;
	display:inline-block;
	margin-left:2px;
	text-align:center;
	line-height:17px;
}
.groupItem .itemContent .footer_box {
	height:15px;
}
.sortHelper {
	width: auto !important;
	z-index: 0;
	position: relative;
}
.groupWrapper p {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/* bÃºsqueda MLS */
form#mls_search .form_line {
	margin:15px 0 0;
}
#precio_slider, #dormitorio_slider {
	margin-left: 6px;
	display:inline-block;
}
input#precio_min, input#precio_max, input#dormitorio_min, input#dormitorio_max {
	display:none;
}
#precio_descripcion, #dormitorio_descripcion {
	font-size: 11px;
	margin: 0 auto;
	padding-left: 125px;
	text-align: center;
}
#coincidencias {
	font-size: 18px;
	text-align: left;
}
/* CARGAR ARCHIVOS */

.fieldset_carga {
	width:95%;
	text-align:center;
}
p#queuestatus {
	background: none repeat scroll 0 0 #FCF6B1;
	border: 1px solid #E3DB86;
	padding: 3px 5px;
	text-align: center;
}
ol#log {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
}
ol#log li {
}
.progressbar {
}
.progress {
}
ol#log li p.status {
	color: #222222;
}
ol#log li {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	margin: 2px;
	padding: 6px 10px;
	position: relative;
}
ol#log li em {
	display: inline-block;
	max-width: 110px;
	overflow:hidden;
	white-space:normal;
	word-wrap:normal;
}
ol#log li .progressbar {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 10px;
	margin: 5px 0;
}
ol#log li .progress {
	background:#999;
	width:0%;
	height:10px;
}
ol#log li.success .progress {
	background:#ccf9b9;
}
ol#log li.unsuccess .progressbar {
	background: none repeat scroll 0 0 #F78785;
	border: 1px solid #F94339;
}
ol#log li p {
	margin:0;
	line-height:18px;
}
ol#log li.success {
/*border:1px solid #339933;
	background:#ccf9b9;*/
}
ol#log li span.cancel {
	position:absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	background:url('images/round_delete.png') no-repeat;
	cursor:pointer;
}
body#duplicar {
	min-width:440px;
}
body#duplicar fieldset {
	margin-top:20px;
	width:430px;
}
body#duplicar fieldset label {
	display: inline-block;
	font-weight: bold;
	margin: 7px 0;
	text-align: right;
	width: 335px;
}
body#duplicar fieldset input {
	width:174px;
}
body#duplicar fieldset select {
	width:174px;
	padding:2px;
}
body#duplicar div.content_submit {
	padding: 10px 0;
	width: 430px;
}
body#duplicar fieldset input#cerrar {
	border: medium none;
	cursor: pointer;
	height: 33px;
	margin: 25px 0 0;
	width: 152px;
}
body#duplicar div {
	text-align: center;
}
body#duplicar fieldset p {
	text-align:center;
}

.twtr-widget {
    float: right;
}
#aviso {
	background-color: #FFFF99;
	color: black;
	border: 1px solid #fcde52;
	padding: 5px;
}
#coincidencias {
	margin-top: -37px;
	float:right;
}
.para_ltie9 #coincidencias {
	margin-top: -7px;
}
