/**
 * Print Stylesheet esglobal
* @version         1.0
* @lastmodified    10.04.2018
*/

@media print {


	.gdl-page-left{
		width: auto; 
		margin: 0; 
		float: none;
	}


	@page { margin: 2cm }


	body {
		font: 13pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.5;
		background: #fff !important;
		color: #000;
		text-align: justify;
	}

	h1 {
		font-size: 24pt;
	}

	h2, h3, h4 {
		font-size: 14pt;
		margin-top: 25px;
	}    


	a {
		page-break-inside:avoid
	}
	blockquote {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6,.entry-title { page-break-after:avoid; 
		page-break-inside:avoid }
		img { page-break-inside:avoid; 
			page-break-after:avoid; }
			table, pre { page-break-inside:avoid }
			ul, ol, dl  { page-break-before:avoid }


			a:link, a:visited, a {

			}

			a {
				page-break-inside:avoid
			}


			#publicidad,.header-outer-wrapper,.gdl-right-sidebar,
			div.adjacent-post,.social-shares,div.comment-wrapper,#relacionados,.footer-wrapper,
			#cookie-law-info-bar,.cp-info-bar-container,.suscripciones-entradas-privadas .mp_wrapper,#cookie-law-info-again{
				display: none !important;
			}  

			.gdl-blog-full iframe, ins {
				display: none;
				width: 0 !important;
				height: 0 !important;
				overflow: hidden !important;
				line-height: 0pt !important;
				white-space: nowrap;
			}
			.embed-youtube, .embed-responsive {
				position: absolute;
				height: 0;
				overflow: hidden;
			}


			.entry-title{
				text-align: left;
			}

			.blog-categories-ttt{
				margin:1em 0;
			}


			.gdl-blog-full:after {
				content: "\ esglobal.org";
				color: #999 !important;
				font-size: 1em;
				padding-top: 30px;
				border-top:1px solid #333;
				padding-top: 1em;
				text-align: right;
				display: block;
			}



			p, address, li, dt, dd, blockquote {
				font-size: 100%
			}


			code, pre { font-family: "Courier New", Courier, mono}

			ul, ol {
				list-style: square; margin-left: 18pt;
				margin-bottom: 20pt;    
			}

			li {
				line-height: 1.6em;
			}    

}