/**
 * Esta plantilla css incluye estilos espcificos para la versión imprimible
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since Proxia Portal Server 6.3
 * @copy  2009
 */
 
/** ESTILOS VERSION IMPRIMIBLE **/
@media screen {
	DIV.printLayer {
		padding: 1em;
		height: 425px;
		overflow: auto;
	}
}

@media print {
	BODY.popupBody { 
		background-color: #FFF; 
		color: #000; 
	}
	
	DIV.popupTitle { 
		color: #015ac0; 
	}
	
	DIV.printCopyright { 
		color: #000; 
	}

	DIV.header {
		display: none;
	}
	DIV.wizardButtons {
		display: none;
	}
	DIV.popupFooter {
		display: none;
	}
	DIV.printLayer {
		height: auto;
		font-size: 1.1em;
	}
	/* modelos */
	DIV.orangeDataBox, DIV.blueDataBox, DIV.greyTextBox {
		border: none;
		background: none;
	}
	DIV.orangeDataBox DIV.sectionAdrTitle, DIV.blueDataBox DIV.sectionAdrTitle {
		background: none;
		color: #000;
		font-weight: bold;
	}
	DIV.contactAddress{
		height: auto;
		overflow:visible;
	}
	DIV.contactAddress DIV.adrWeb A {
		padding: 0;
		background: none;
	}
	/* para turismo */
	DIV.menuTab {
		display: none;
	}
}
/** FIN ESTILOS VERSION IMPRIMIBLE **/
