@media print {
	h1, h2, h3, h4{
		font-weight: normal;
	}

	#site-header{
		height: 85px;
	}

	.container{
		width: 95%;
	}

	.navbar-brand > img{
		width: 150px;
	}

	.oneLineData .sty1{
		width: 160px;
		padding-left:0;
	}
	
	.bloqtra{
		width: 50%;
		float:left;
	}

    .oneLineData .sty2{
    	border: 0;
    }
    .background-image{
    	height:100px;
    	min-height: 100px;
    	clear: both;
    }

    .background-image > div.overlay{
    	min-height: 100px;
    }

    .background-image .container{
    	padding:0;
    }

	.table{
		margin-bottom: 0;
	}

	.table>thead>tr>th{
		font-weight: normal;
	}
	
	/*Pone las imágenes "check" a la derecha*/
	.checksRight{
		text-align:right;
	}
	
	/*Hace que el contenedor de la derecha se mas ancho que el de la izquierda*/
	.ancho{
		width:55%;
	}
	
	.estrecho{
		width:45%;
	}
	
	/*Separa las líneas que antes eran tabla de arriba*/
	.tableLine{
		padding-top:10px;
	}
	
	/*Pone el texto de la izquierda en negrita*/
	.leftLabel{
		font-weight:bold;
	}
	
	/*Hace los diagramas de abajo mas pequeños*/
	.bottomDiagram{
		height:350px;
	}
	
	/*Separa los diagramas de abajo de la tabla de arriba*/
	.bottomDiagramSpace{
		margin-top:15px;
	}
	
	/*Pone el texto de arriba mas pequeño si se pide información de inyectores*/
	.smallFontTop{
		font-size:12px;
	}
	
	/*Pone el texto de la tabla mas pequeño si se pide información de inyectores*/
	.smallFontBottom{
		font-size:12px;
	}
	
	/*Baja la tabla si se pide información de bombas*/
	.tableSpace{
		margin-top:50px;
	}
	
    .content{
    	padding:0;
    }

    .oneLineData{
    	margin-bottom: 0;
    }

    .oneLineData .leftLabel,
    .oneLineData .rightValue{
    	padding:0;
    }
	

    #contentTableTrace{
    	display: block;
    }

    .dataTwo{
    	margin-top: 20px;
    }
	
	.oneLineData > div{
		min-height: inherit;
	}

    footer{
    	display: none;
    }

    .txtnotests{
    	clear:both;
		font-size: 1.4em;
		padding: 50px 0 0; 
		text-align: left;
	}
} 