html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

		body {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;		
			position: relative;
			margin: 0;
			padding-bottom: 6rem;
			min-height: 100%;	
		}
	
		#headerBox { 
			display: block; 
			position: relative; 
			width: 100%; 
			border-bottom: 2px solid #4F4F4F; 
			background: #FFFFFF;
		}

		#contentBox {
			display: block;
			position: relative;
			text-align: justify;
			padding-top: 5px;
		}
		
		#lineBox {
			width: 985px; 
			display: block; 
			position: relative; 
			overflow: auto;
			float: left; 
			text-align: justify; 
			font-size: 13px; 
			margin-top: 5px;
			padding:3px;	
			color: #4F4F4F;;				  		  
		}
		
		#infoBox {
			width: 985px; 
			display: block; 
			position: relative; 
			overflow: auto;
			float: left; 
			text-align: justify; 
			font-size: 14px; 
			margin-top: 5px;
			padding:3px;	
			color: #4F4F4F;;				  		  
		}
		
		#labelTitle {
		  font-weight: bold;
		  color: #4F4F4F;
		}

		#labelValue {
		  color: #4F4F4F;;
		  font-weight: normal;
		}
		
		#longTextBox {
		  color: #4F4F4F;;
		  font-weight: normal;
		  width: auto;
		  display: block;
		  position: relative;
		  float: left;
		  margin-left: 10px;
		  font-size: 11px;
		}
				
		#teamBox {
		  color: #4F4F4F;;
		  font-weight: normal;
		  width: auto;
		  display: block;
		  position: relative;
		}
						
		.infoBox table { margin: 0 auto; border-collapse: collapse; font-size: 12px; color: #000000; }
		.infoBox table td, div#infoBox table th { padding: .3em; text-align: center; border: 0px; }
		.infoBox table th { text-align: center; background: #FFFFFF; color: #4F4F4F;; }
		.infoBox table td { color: #000000; }
		
		div#lineBox table { margin: 0 auto; border-collapse: collapse; font-size: 12px; color: #000000; }
		div#lineBox table td, div#lineBox table th { border: 1px solid #eee; padding: .3em; text-align: center; border: 1px solid #3F3F3F; }
		div#lineBox table th { text-align: center; background: #FFFFFF; color: #000000;; }
		div#lineBox table td { color: #000000; }
		
		
		.laudoNameBar{
		
			background-color: #0B0B61;
			font-size: 22;
			color: #FFFFFF;
			text-align: center;
			margin-top:3px;
			margin-bottom:3px;
			width: 100%;
		
		}
		
		.comentarios{
			border: thin;
			border-style: solid;
			padding: 5px;
			margin-top: 5px;
			font-size: 12px;
		}
		
		
		.footer {
		  position: absolute;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  padding: 1rem;
		  text-align: center;
		}