/* Print Style Sheet */
@media print {
  
@page {
	size: auto;  
	margin: 10mm 10mm 10mm 10mm; 
	/*padding: 0mm;*/}

body { 
	background:#ffffff; 
	color: black !important;}

/* ajustar posición y color del título */
.deco_wrap {
    margin-left: -1.8cm!important;}

.deco_wrap .deco_tit {
    color:black !important;}

.single-blog-content div:nth-child(2) {
	margin-top:-2cm;
}	
/* test .container { border: 2px red solid;} */

/* Titulo */

#deco-top {	margin-left:1cm!important;
	margin-top:0!important;}

.deco_claim {font-size:16pt;}
.deco_tit {font-size: 15pt; margin-left: 7.5mm; }
.deco_ley {font-size: 10pt; margin-left: 7.5mm; }

p, li {font-size: 11pt;
	line-height: 14pt; }

.wpb_wrapper  {margin-left:3mm; }	/*mueve texto para que no muerda al imprimir*/
.wpb_wrapper p strong, .wpb_wrapper h3, .wpb_wrapper li strong 
	{color: black!important;}
	
/* subir contenido */

.vc_row-fluid {margin-top:-10mm; }

/* Ocultar elementos */

body.postid-17301 header,
body.postid-924 header, 
footer, nav, #decos, .wpex-social-share, .post-pagination-wrap, .deco2_wrap {
  display: none;}
.grecaptcha-badge { opacity:0;}

/* Visivilizar links */

a  {text-decoration: underline; color:#0a66c2;}

a[href^=http]:after {
	content:" <" attr(href) ">";
	text-decoration: none;
}

}