/*=================
 Master / Reset
=================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #729800;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #666;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #fff url(../images/bg.gif) repeat-x 0 0;
	color: #353535;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 1;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #8bb900;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	margin-bottom: .8em;
}
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; color: #769d00; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }
html {
	font-size: 100.01%;
}
input {
	margin: 0;
	padding: 0;
}
li {
	padding-bottom: .4em;
}
label {
	cursor: pointer;
}
ol, ul {
	list-style: none;
	padding: 0 0 1.25em 2.5em;
}
p {
	margin: 0 0 1.25em 0;
	line-height: 1.4em;
}
small {
	font-size: 10px;
}
strong {
	font-weight: bold;
}
sup {
	bottom: 0.3em;
	font-size: 10px;
	position: relative;
}
sub {
	bottom: -0.2em;
	position: relative;
}
hr {
	background-color: #fff;
	border: 0;
	border-top: 1px solid #cedba8;
	color: #fff;
	height: 2px;
	margin: 15px 0;
	padding: 0;
	width: 100%;
}

/*===================
 Estructura general
===================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	padding: 0 10px;
	width: 950px;
}
#header {
	height: 101px;
	margin-bottom: 20px;
	position: relative;
}
#h_logo {
	background-image: url('../images/logo.png') !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='http://www.nouportal.com/images/logo.png', sizingMethod='crop');
	height: 57px;
	position: absolute;
	top: 9px;
	left: 20px;
	width: 247px;
}
#h_logo img {
	display: none;
}
#banderas {
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
#banderas li {
	float: left;
	padding: 0 0 0 10px;
}
#banderas a,
#banderas a:link,
#banderas a:visited,
#banderas a:hover,
#banderas a:active {
	background: #fff;
	border: 1px solid #c0c0c0;
	display: block;
	height: 10px;
	padding: 1px;
	width: 20px;
}
#h_telf {
	position: absolute;
	right: 10px;
	top: 47px;
}
#h_menu {
	background: #8bb900;
	height: 25px;
	padding: 0;
	position: absolute;
	top: 76px;
	left: 0;
	width: 950px;
}
#h_menu li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
}
#h_menu a,
#h_menu a:link,
#h_menu a:visited,
#h_menu a:hover,
#h_menu a:active {
	color: #fff;
	display: block;
	float: left;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
}
#h_menu a:hover {
	background: #a2d700;
}
#h_menu li.act {
	background: url(../images/bg.gif) repeat-x 0 bottom;
	padding: 0 5px;
}
#h_menu li.act a,
#h_menu li.act a:link,
#h_menu li.act a:visited,
#h_menu li.act a:hover,
#h_menu li.act a:active {
	background: #fff;
	border-right: 2px solid #b8d75c;
	color: #7aa300;
	padding: 0 13px 0 15px;
}
#nonfooter {
	height: 189px;
	display: block;
	clear: both;
}
#footer {
	margin: 15px auto 0 auto;
	padding: 0 10px;
	width: 950px;
	height: 171px;
	margin-top: -174px;
}
#f_col1, #f_col2, #f_col3 {
	border-top: 3px solid #8bb900;
	float: left;
	padding: 8px 0;
}
#f_col1 {
	width: 50%;
}
#f_col2 {
	width: 25%;
}
#f_col3 {
	width: 25%;
}
.f_links {
	line-height: 18px;
	padding: 0;
}
.f_links li {
	background: url(../images/f_bullet.gif) no-repeat 6px center;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 16px;
	width: 211px;
}
.f_links a,
.f_links a:link,
.f_links a:visited,
.f_links a:hover,
.f_links a:active {
	color: #353535;
	font-size: 11px;
	text-decoration: none;
}
.f_links a:hover {
	text-decoration: underline;
}
#f_col2 .f_links, #f_col3 .f_links {
	border-left: 1px solid #e5e5e5;
}
#f_bottom {
	border-top: 3px solid #8bb900;
	clear: both;
	font-size: 11px;
	height: 25px;
	padding: 3px 0;
}
#f_bottom ul {
	background: url(../images/f_logo.gif) no-repeat 10px center;
	float: left;
	height: 25px;
	padding: 0 0 0 35px;
	width: 40%;
}
#f_bottom li {
	float: left;
	line-height: 25px;
	padding: 0;
}
#f_bottom li a,
#f_bottom li a:link,
#f_bottom li a:visited,
#f_bottom li a:hover,
#f_bottom li a:active {
	border-right: 1px solid #aaa;
	color: #353535;
	padding: 0 7px;
	text-decoration: none;
}
#f_bottom li a:hover {
	text-decoration: underline;
}
#f_bottom #copyright {
	float: right;
	line-height: 25px;
	margin: 0;
	text-align: right;
	width: 50%;
}
#content {
	float: left;
	width: 675px;
}
#buscador {
	float: right;
	padding: 0 0 0 30px;
	width: 245px;
}
#buscador h4 {
	color: #8BB900;
	font-size: 23px;
}

/*=================
 Estilos generales
=================*/
.rojo {
	color: #f00;
}
.rojo input, .rojo select, .rojo textarea {
	border: 1px solid #f00;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
p a:focus {
	background: #f1ffc6;
	color: #729800;
}
a#maindestacado,
a#maindestacado:link,
a#maindestacado:visited,
a#maindestacado:hover,
a#maindestacado:active {
	color: #c0ff00;
	display: block;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 18px;
	height: 253px;
	line-height: 1em;
	margin-bottom: 25px;
	position: relative;
	text-decoration: none;
}
#maindestacado img {
	float: left;
	height: 253px;
	width: 337px;
}
#maindestacado img.mdest_1 {
	border-right: 1px solid #000;
}
#maindestacado span {
	background: #000;
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 35px;
	left: 0;
	padding: 5px;
	position: absolute;
	width: 665px;
	opacity: 0.60;
	mozopacity: 0.60;
	khtmlopacity: 0.60;
	filter:alpha(opacity:60);
}
#maindestacado strong.mdest_descr {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}
#maindestacado strong.mdest_precio {
	bottom: 5px;
	font-weight: normal;
	position: absolute;
	right: 5px;
}
.otrodestacado {
	width: 317px;
}
.otrodestacado a,
.otrodestacado a:link,
.otrodestacado a:visited,
.otrodestacado a:hover,
.otrodestacado a:active {
	line-height: 1.5em;
	text-decoration: none;
}
.otrodestacado img {
	float: left;
	margin: 0 10px 5px 0;
}
.otrodestacado strong {
	color: #666;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 17px;
	font-weight: normal;
}
.otrodestacado p.odest_descr {
	clear: left;
	margin: 0 0 5px 0;
}
.otrodestacado p.odest_precio {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: right;
}
.changelist {
	font-size: 12px;
	margin-bottom: 5px;
}
.changelist a,
.changelist a:link,
.changelist a:visited,
.changelist a:hover,
.changelist a:active {
	text-decoration: none;
}
.changelist img {
	vertical-align: middle;
}
#house_list {
	padding: 0;
}
#house_list .list_header {
	background: #8bb900;
	border-width: 0;
	color: #fff;
	font-size: 12px;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
	padding: 0;
}
#house_list .list_header ul {
	height: auto;
	padding: 0;
}
#house_list .list_header ul li {
	border-width: 0;
	float: left;
	height: 18px;
	line-height: 18px;
	min-height: 0;
	padding: 0;
}
#house_list .list_header_1 {
	margin-left: 98px;
	width: 155px;
}
#house_list .list_header_2 {
	width: 155px;
}
#house_list .list_header_3 {
	text-align: center;
	width: 86px;
}
#house_list .list_header_4 {
	text-align: center;
	width: 60px;
}
#house_list .list_header_5 {
	padding-right: 5px;
	text-align: right;
	width: 116px;
}
#house_list .list_header ul li a,
#house_list .list_header ul li a:link,
#house_list .list_header ul li a:visited,
#house_list .list_header ul li a:hover,
#house_list .list_header ul li a:active {
	padding: 1px 3px;
}
#house_list .list_header ul li img {
	float: none;
	vertical-align: middle;
}
#house_list li {
	border-bottom: 1px solid #8bb900;
	min-height: 65px;
	padding: 7px 0;
}
#house_list li img {
	float: left;
}
#house_list div {
	margin: 0 0 0 98px;
}
#house_list h3 {
	color: #000;
	float: left;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 1em;
	margin-bottom: 17px;
	width: 310px;
}
#house_list h3 a,
#house_list h3 a:link,
#house_list h3 a:visited,
#house_list h3 a:hover,
#house_list h3 a:active {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
#house_list h3 span {
	display: block;
	float: left;
	height: 1em;
	width: 155px;
}
#house_list h3 span img {
	float: none;
	margin-left: 5px;
}
#house_list .list_superf, #house_list .list_hab, #house_list .list_precio {
	color: #000;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 1em;
	margin-bottom: 17px;
}
#house_list .list_superf {
	text-align: center;
	width: 86px;
}
#house_list .list_hab {
	text-align: center;
	width: 60px;
}
#house_list .list_precio {
	text-align: right;
	width: 121px;
}
#house_list p {
	font-size: 12px;
	margin: 0;
}
#house_list small {
	color: #aaa;
	font-style: italic;
}
#house_imglist {
	padding: 0;
}
#house_imglist li {
	border: 1px solid #8bb900;
	float: left;
	height: 244px;
	margin: 0 4px 12px 4px;
	padding: 0;
	width: 215px;
}
#house_imglist a,
#house_imglist a:link,
#house_imglist a:visited,
#house_imglist a:hover,
#house_imglist a:active {
	color: #353535;
	display: block;
	font-size: 12px;
	height: 229px;
	line-height: 1.2em;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	position: relative;
	text-decoration: none;
	width: 195px;
}
#house_imglist strong {
	color: #8BB900;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 15px;
}
#house_imglist img {
	margin-right: 5px;
}
#house_imglist .imglist_img {
	margin: 4px 0 5px 0;
}
#house_imglist span {
	bottom: 7px;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 1em;
	position: absolute;
	right: 10px;
	text-align: right;
}
#house_imglist .imglist_header {
	background: #8bb900;
	border-width: 0;
	color: #fff;
	float: none;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	min-height: 18px;
	margin: 0 0 7px 0;
	padding: 0;
	width: auto;
}
#house_imglist .imglist_header ul {
	padding: 0;
}
#house_imglist .imglist_header ul li {
	border-width: 0;
	float: left;
	height: auto;
	margin: 0;
	padding: 0 10px;
	width: auto;
}
#house_imglist .imglist_header ul li a,
#house_imglist .imglist_header ul li a:link,
#house_imglist .imglist_header ul li a:visited,
#house_imglist .imglist_header ul li a:hover,
#house_imglist .imglist_header ul li a:active {
	display: inline;
	padding: 1px 3px;
}
#house_imglist .imglist_header ul li img {
	margin: 0;
	vertical-align: middle;
}
.subtitle, .subtitle2 {
	color: #666;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-style: italic;
	margin: -15px 0 0 0;
	width: 50%;
}
.subtitle {
	float: left;
	font-size: 18px;
}
.subtitle2 {
	float: right;
	font-size: 12px;
	text-align: right;
}
#ficha {
	float: left;
	padding-top: 33px;
	width: 373px;
}
h2.ficha, #ficha_txt h2 {
	font-size: 18px;
	font-style: italic;
}
#foto {
	background: #fff url(../images/cargando.gif) no-repeat center 110px;
	border: 1px solid #b7b7b7;
	color: #7c7c7c;
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 2px 2px 19px 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 367px;
}
#foto img {
	width: 367px;
}
#foto .fotolegend {
	margin: 0 2px 0 0;
	vertical-align: middle;
	width: auto;
}
#foto span {
	bottom: 0;
	display: block;
	height: 15px;
	left: 0;
	padding: 0 0 2px 0;
	position: absolute;
	width: 100%;
}
#fotolist {
	background-repeat: no-repeat;
	background-position: 0 center;
	border-left: 1px solid #b7b7b7;
	height: 70px;
	padding: 0;
	width: 372px;
}
#fotolist li {
	background: #fff;
	border: 1px solid #b7b7b7;
	border-left-width: 0;
	border-bottom-width: 0;
	float: left;
	height: 65px;
	padding: 2px;
	width: 88px;
}
#fotolist img {
	float: left;
	height: 65px;
	width: 88px;
}
h2.ficha {
	margin: 0;
	padding: 15px 0 0 383px;
	text-align: right;
}
#specslist {
	padding: 10px 0 0 383px;
}
#specslist ul {
	background: #f0ffc4 url(../images/fieldset_bg.gif) 0 0 repeat-x;
	border: 1px solid #8BB900;
	padding: 10px 10px 10px 20px;
}
#specslist li {
	line-height: 1.4em;
	padding: 0 0 7px 0;
}
#specslist ul strong {
	background: url(../images/f_bullet.gif) no-repeat 0 center;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	width: 140px;
}
#specslist strong.nolist {
	background: transparent;
}
#specslist .specslist2 img {
	margin: 0 5px 0 50px;
}
#precio {
	color: #5e5e5e;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 5px;
	text-align: right;
}
#precio strong {
	color: #000;
	font-size: 18px;
	font-style: normal;
}
#ficha_txt {
	border-top: 1px solid #8bb900;
	clear: both;
}
.ficha_print {
	margin: 0;
	text-align: right;
}
.ficha_print a,
.ficha_print a:link,
.ficha_print a:visited,
.ficha_print a:hover,
.ficha_print a:active {
	background: #8bb900 url(../images/ico_print.gif) no-repeat 8px center;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	padding: 0 8px 0 27px;
	text-decoration: none;
}
#ficha_txt fieldset {
	width: auto;
}
#ficha_txt form {
	line-height: 20px;
}
#ficha_txt div.tv {
	clear: none;
	float: left;
	width: 25%;
}
.slider {
	background: #eee;
	border: 1px solid #ccc;
	height: 4px;
	margin: 20px 0 15px;
	position: relative;
}
.sliderbtn {
	background: url(../images/slider.gif);
	cursor: e-resize;
	height: 20px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: -8px;
	width: 8px;
}
#financia div.tv {
	margin: 0;
}
#financia p {
	margin-bottom: .5em;
}
#financia label {
	width: auto;
}
#cuotaresult {
	color: #74aa00;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/*=================
 Paginacion
=================*/
ul.paginacion {
	clear: both;
	color: #779e00;
}
ul.paginacion {
	font-size: 12px;
	padding: 1.5em;
	text-align: center;
}
ul.paginacion li {
	display: inline;
	padding: 0 3px;
}
ul.paginacion a,
ul.paginacion a:link,
ul.paginacion a:visited,
ul.paginacion a:hover,
ul.paginacion a:active {
	background: #8bb900;
	border: 1px solid #8bb900;
	color: #fff;
	padding: .2em .4em;
	text-decoration: none;
}
ul.paginacion a:hover,
ul.paginacion a.activa,
ul.paginacion a.activa:link,
ul.paginacion a.activa:visited,
ul.paginacion a.activa:hover,
ul.paginacion a.activa:active {
	background: #fff;
	border: 1px solid #8bb900;
	color: #779e00;
}

/*=================
 Formularios

	th:		Texto horizontal
	tv:		Texto vertical
	ta:		Textarea
	rh:		Radio/Checkbox horizontal
	rv:		Radio/Checkbox vertical
	rva:	Radio/Checkbox vertical alineado
=================*/
label {
	float: left;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	vertical-align: middle;
}
label span {
	font-weight: normal;
}
span.aviso {
	font-weight: normal;
	color: red;
}
input, select {
	border: 1px solid #aaa;
	line-height: 20px;
	margin-right: 5px;
	padding: 1px;
}
optgroup {
	font-weight: bold;
	font-style: normal;
	margin: 5px auto 2px auto;
}
optgroup option {
	margin: 0;
	padding-left: 10px;
}
textarea {
	border: 1px solid #aaa;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	padding: 1px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8BB900;
}
input.radio, input.radio:focus {
	border: none;
	padding: 0;
	cursor: pointer;
}
input.boton {
	cursor: pointer;
	float: none;
	display: inline;
	background: #fff url(../images/button_bg.gif) 0 bottom repeat-x;
	border: 1px solid #003c74;
	line-height: 12px;
	height: 20px;
	padding: 0;
	margin: 0;
}
input.botonimg {
	border: none;
}
fieldset {
	background: #f0ffc4 url(../images/fieldset_bg.gif) 0 0 repeat-x;
	border: 1px solid #8BB900;
	margin: 20px auto;
	padding: 10px;
}
legend {
	color: #777;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 10px;
}
fieldset div,
div.th,
div.tv,
div.ta,
div.rh,
div.rv {
	clear: left;
	margin-bottom: 10px;
	padding: 0;
}
label,
div.th label {
	float: left;
	width: 40%;
}
div.tv label {
	display: block;
	float: none;
}
div.tv p {
	text-align: center;
}
div.ta {
	text-align: center;
}
div.ta label {
	float: left;
	text-align: left;
	width: 100%;
}
div.rh span,
div.rv span,
div.rva span {
	display: block;
	float: none;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
div.rh span span,
div.rv span span,
div.rva span span {
	display: inline;
	font-weight: normal;
}
div.rh p {
	text-align: center;
	margin: 5px 40px 0 85px;
}
div.rh input,
div.rv input,
div.rva input {
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
div.rh label {
	float: left;
	display: inline;
	font-weight: normal;
	line-height: 20px;
	margin: 0 45px 0 2px;
	width: auto;
}
div.rv input {
	float: left;
	left: 15%;
	position: relative;
	top: 2px;
}
div.rva input {
	float: left;
	left: 40%;
	position: relative;
	top: 2px;
}
div.rv label,
div.rva label {
	float: none;
	display: block;
	font-weight: normal;
	margin: 0 0 2px 17px;
	position: relative;
	left: 15%;
	width: 82%;
}
div.rva label {
	left: 40%;
	width: 57%;
}
fieldset p.descr,
div.th p.descr,
div.tv p.descr,
div.ta p.descr,
div.thnl p.descr,
div.rh p.descr,
div.rv p.descr,
div.rva p.descr {
	clear: both;
	line-height: 1.3em;
	font-size: 11px;
	width: 39%;
}
a.check0,
a.check1,
a.radio0,
a.radio1 {
	cursor: pointer;
	display: block;
	float: left;
	height: 13px;
	left: -17px;
	margin-right: -17px;
	position: relative;
	top: 3px;
	width: 13px;
}
a.check0 {
	background: url(../images/checkbox.gif) 0 0;
}
a.check1 {
	background: url(../images/checkbox.gif) 0 14px;
}
a.radio0 {
	background: url(../images/radio.gif) 0 0;
}
a.radio1 {
	background: url(../images/radio.gif) 0 14px;
}
fieldset p.center {
	margin-bottom: 0;
}
.btn_centrado {
	height: 33px;
	left: 50%;
	margin: 0;
	position: relative;
}
.btn_centrado div {
	float: left;
	margin: 0;
}
a.btn_submit,
a.btn_submit:link,
a.btn_submit:visited,
a.btn_submit:hover,
a.btn_submit:active {
	background: url(../images/btn_submit.gif) right 0 no-repeat;
	color: #4d602c;
	display: block;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	height: 33px;
	left: -50%;
	line-height: 28px;
	padding: 0 19px 0 0;
	position: relative;
	text-decoration: none;
}
a.btn_submit span {
	background: url(../images/btn_submit.gif) 0 0 no-repeat;
	display: block;
	float: left;
	height: 33px;
	width: 19px;
}
a.btn_submit:hover {
	color: #fff;
}
/*====================
 Formulario buscador
====================*/
#buscador label, #buscador div.rv.b_operacion span {
	color: #6e6e6e;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}
#buscador div.rv.b_operacion span {
	display: block;
	line-height: 20px;
}
#buscador div.rv.b_operacion p {
	height: 1em;
	padding-bottom: 6px;
	margin-bottom: 0;
}
#buscador div.rv.b_operacion input {
	margin: 0 0 0 8px;
	position: static;
}
#buscador div.rv.b_operacion label {
	color: #353535;
	float: left;
	left: 0;
	margin: 0 8px 0 3px;
	top: -3px;
	width: auto;
}
#buscador select {
	width: 100%;
}
#buscador sup {
	font-size: 10px;
}
#buscador div.b_superf {
	float: left;
	width: 147px;
}
#buscador div.b_habit {
	clear: none;
	float: right;
	width: 83px;
}
#buscador div.rv.b_otros input {
	position: static;
}
#buscador div.rv.b_otros label {
	left: 0;
	top: -3px;
	width: auto;
}
a#btn_buscar,
a#btn_buscar:link,
a#btn_buscar:visited,
a#btn_buscar:hover,
a#btn_buscar:active {
	background: url(../images/btn_buscar.png) right 0 no-repeat;
	color: #4d602c;
	display: block;
	float: right;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	height: 33px;
	line-height: 28px;
	padding: 0 19px 0 0;
	text-decoration: none;
}
a#btn_buscar span {
	background: url(../images/btn_buscar.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 33px;
	width: 19px;
}
a#btn_buscar:hover {
	color: #fff;
}
/* **************************************************
 * Estilos de la ampliación de la imagen en la ficha
 * ************************************************** */
#img_ampliada {
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}
#img_ampliada_bg {
	background-color: #000;
	position: absolute;
	opacity: 0.7;
}
#img_ampliada_window {
	background: #fff;
	border: 1px solid #262626;
	padding: 20px;
	position: absolute;
	z-index: 1000;
}
#img_ampliada_window p {
	font-size: 12px;
	margin: 3px 0 0 0;
}
#ampliacion {
	border: 1px solid #000;
	display: block;
	bottom: 50px;
}

/*=================
 Impresion
=================*/
@media print {
	body {
		background: #fff;
		color: #000;
		font-size: 10pt;
		margin: 0;
	}
	a {
		font-size: 10pt;
	}
	h1 { font-size: 18pt; }
	h2 { font-size: 16pt; }
	h3 { font-size: 14pt; }
	h4 { font-size: 12pt; }
	h5 { font-size: 11pt; }
	h6 { font-size: 10pt; }
	#h_logo {
		background: transparent;
	}
	#h_logo img {
		display: block;
	}
	#h_menu, #banderas, #buscador, #f_col1, #f_col2, #f_col3, #f_bottom ul,
	.changelist, #house_list .list_header img {
		display: none;
	}
	#content {
		width: auto;
	}
	#header {
		border-bottom: 3px solid #8bb900;
	}
	#f_bottom #copyright {
		float: none;
		font-size: 8pt;
		text-align: left;
		width: auto;
	}
	/** Portada */
	#maindestacado span {
		clear: both;
		display: inline;
		position: static;
		opacity: 1;
		mozopacity: 1;
		khtmlopacity: 1;
		filter:alpha(opacity:100);
	}
	a#maindestacado,
	a#maindestacado:link,
	a#maindestacado:visited,
	a#maindestacado:hover,
	a#maindestacado:active {
		clear: both;
		color: #8BB900;
		font-size: 16pt;
		position: static;
		line-height: 16pt;
		display: none; /* !!!!!!!!!!!!!!!! */
	}
	#maindestacado strong.mdest_descr {
		font-size: 11pt;
	}
	.otrodestacado {
		clear: both;
		float: none;
		margin-bottom: 1cm;
		width: 100%;
	}
	.otrodestacado strong {
		font-size: 11pt;
	}
	.otrodestacado p.odest_precio {
		clear: both;
		font-size: 11pt;
		text-align: left;
	}
	
	/** Buscar */
	#house_list .list_header {
		border-top: 1px solid #8BB900;
		border-bottom: 1px solid #8BB900;
		color: #8bb900;
		font-size: 9pt;
		height: 9pt;
		line-height: 9pt;
	}
}


