@media print {
	
	body {width: 100%;}
	
	#nav {display:none;}
	#header{background-color:#000000 !important;width:1003px;}	
	#header .logo {width:420px;display:inline-block;}
	#header .loginenter {display:none;}
	#contenido {width:1003px;}
	.vertical-titular-movil{display:none;}
	.imagen-producto{width:500px;display:inline-block;}
	.imagen-producto img{max-width:500px;max-height:600px;}
	.texto-producto{width:488px;display:inline-block;}
	
	
}