﻿@media print
{

body { background-color: #fff; margin:0; font-family: Arial; font-size: .7em; }
img { border: 0; }

/* Ocultar secciones que no se imprimen */
.footer, #botonera { display: none; }

/* Mantiene constante el alto de línea cuando hay <sup /> y <sub /> */
sup, sub { height: 0; line-height: 1; vertical-align: baseline; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }


/** Header **/ 
.logo { float:left; }
.logo img { width:309px; height: 80px; }
.telefono { float:right; width:261px; }
#head-menu { display: none; }
	

/** Ficha del inmueble **/
.ficha { clear: both; border-top: 2px solid #006699; }
.ficha .title { line-height: 2.2em; font-size: 2em; font-weight:bold; }
.ficha .title .amb { float: left; }
.ficha .title .codigo { float: right; font-size: .8em; text-align:right; text-transform: uppercase; }

.ficha .contenedor { clear: both; margin-bottom: 2em; }
.ficha .contenedor .fila01 { float: left; width: 280px; margin-right: 2em; }
.ficha .contenedor .fila01 .link { display: none; }
.ficha .contenedor .fila02 { }
.ficha .contenedor .fila02 .titulo { line-height: 2.2em; font-size: 1.6em; font-weight:bold; }
.ficha .contenedor .fila02 .imprimir { display: none; }
.ficha .contenedor .fila02 .direccion { line-height: 2.2em; font-weight:bold; }
.ficha .contenedor .fila02 .texto { text-align: justify; }
.ficha .contenedor .fila02 .azules,
.ficha .contenedor .fila02 .precio { font-size: 1.3em; text-align: center; line-height: 3.5em; padding-left: 1em; padding-right: 1em; font-weight:bold; color: #006699; border: 1px solid #006699; background-color:#EFEFEF; }
.ficha .contenedor .fila02 .azules { float: left; }
.ficha .contenedor .fila02 .precio { float: right; text-transform:uppercase; }

.ficha .fila01b { clear: left; float: left; font-size: 1.2em; line-height: 1.4em; }
.ficha .fila01b .caracteristicas-fila { width: 20em; margin: 1em 0; }
.ficha .fila01b .caracteristicas-titulo { font-size: 1.1em; color:#006699; font-weight:bold; }
.ficha .fila01b .banner { display: none; }

.ficha .fila02b { width: 349px; float: right; }
.ficha .fila02b .titulo_mapa { display: none; }

.ficha table { width: 100%; border: 0; }
.ficha table th { color: #ff6600; text-align: left; font-weight:bold; text-transform: uppercase; }
.ficha table td, .ficha table th { border: 0; }

.ficha .similares,
.ficha .texto_sim,
.ficha .tabla_sim { display: none; }

    
} /* media print */

