@media print {
/* mostramos el titulo de la pagina */
	html body H1.hide {
		position: static;
		left: 0;
		overflow: visible;
		text-align: left;
	}
	
/* estilos generales */
	body {
		background: #fff;
		line-height: 1.4;
		word-spacing: 1.1pt;
		letter-spacing: 0.2pt; 
		font: 12pt Garamond, Georgia, "Times New Roman", Times, serif;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-family: Helvetica, Arial, sans-serif;
		color: #000;
	}
	
	h1 { 
		font-size: 175%; 
	}
	
	h2 { 
		font-size: 150%; 
	}
	
	h3 { 
		font-size: 125%; 
	}
	
	h4 { 
		font-size: 100%; 
		font-variant: small-caps; 
	}
	
	h5 { 
		font-size: 100%; 
	}
	
	h6 { 
		font-size: 90%; 
		font-style: italic; 
	}
	
	.cmEmbedImageright, .cmEmbedImageleft, .flt, .frt {
		float: none;	
	}	
	
	a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	
/* ocultar el menu superior */
	.headerServices {
		display: none;	
	}
	
/* lateral */
	.lateralDcha {
		display: none;	
	}
	
	.lateralDcha .menuContainer {
		display: none;	
	}
	
	.lateralDcha .banner {
		display: none;	
	}
	
	.lateralDcha .logo .banner {
		display: block;	
	}
	
	.lateralDcha .simpleSearch, .cabecera .simpleSearchEsp {
		display: none;	
	}
	
	
/* ocultar la imagen de nueva ventana */	
	.cmPopupIcon  {
		display: none;	
	}
	
/*ocultar path de navegacion */
	DIV.contentParents {
		display:none;
	}

/*ocultar fecha de última actualizacion */
	DIV.contentDates {
		display:none;
	}

/* mostrar en la impresion la fecha*/
	DIV.printDate {
		text-align: right;	
	}

/*ocultar la linea inferior del titulo */
	DIV.separator {
		display: none;
	}

/* ocultar paginación del contenido*/
	DIV.cmBodyNavigation {
		display: none;
	}
	
	DIV.cmNavigation  {
		display: none;	
	}
	
	DIV.prevContent {
		display: none;
	}

/* ocultar busqueda en contenidos */
	DIV.cmContentSearch {
		display: none;	
	}
	
/* recursos y contenidos relacionados */
	DIV.resources {
		page-break-inside: avoid;	
	}
	
	DIV.related {
		page-break-inside: avoid;	
	}

	
/* ocultar iconos de impresion, galeria... */
	DIV.contentServices {
		display: none;
	}

/* ocultar el pie de la página */
	.bottomWrapper .standards, .bottomWrapper .footerActions {
		display: none;	
	}
	
/* colocamos correctamente la direccion */
	BODY DIV.bottomWrapper {
		float: none;
		padding-left: 0;
		page-break-inside: avoid;
	}

	BODY DIV.bottomWrapper DIV.vcard {
		float: none;
		width: 100%;
	}
	
	DIV.bottomWrapper DIV.vcard SPAN.street-address {
		display: inline;
		margin-right: 2em;
	}
	
	DIV.bottomWrapper DIV.vcard SPAN.street-address:after {
		content: ", ";	
	}
	
/* popup */
	DIV.popupContainer {
		overflow: visible;
		width: 100%;
	}
	
	UL.commands {
		display: none;
	}
	
	.printLayer {
		height: auto;
		overflow: inherit;
	}
	
	.popupFooter { 
		display: none; 
	}
	
	html, body.popupBottomFooter, div.popupBottomFooter {
		height: auto;	
	}
	
	body.popupBottomFooter > div.popupBottomFooter {
		min-height: 0;
	}
	
	div.popupBottomFooterWrapper {
		overflow: inherit;
		padding-bottom: 0; 
	}
	
	div.photoPrintBottom{
		display:none;
	}
	
	div.photoPrintContainer img,
	div.photoPrintHeader img{
		border:25px solid #0062a3;
		border-top:none;
	}
	
	.hide{
		display:none;
	}

	#back-to-top{
		display: none !important;
	}
}

/*ocultar en la pantalla la fecha de impresion */
@media screen {

	DIV.printDate {
		display: none;
	}
	
}
