body {
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-align: left;
}

.contenedor {
	width: 700px;
	border: solid 1px #000;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;			
}

#datosCliente {
	border: solid 1px #000;
	padding: 15px;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}

h1 {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 0;
}

.cabHojaPDF img {
	float: left;
}

.encabezadoCodigo {
	font-size: 14px;
}

.codigo {
	font-size: 18px;
	font-weight: bold;
}

#tablaFirma {
	margin-bottom: 50px;
}

.tablaDatoscliente, #tablaFirma, #tablaDatosecon {
	font-size: 10px;
	width: 670px;
	text-align: left;
	border-collapse: collapse;
}

.reparacion {
	padding-bottom: 50px !important;
	vertical-align: top !important;
}

#tablaDatosecon {
	width: 160px;
}

#bloqueInfTabla {
	font-size: 11px;
	width: 670px;
	vertical-align: top !important;
	margin-top: 10px;
}

#bloqueInfTabla p {
	text-align: justify;
	padding-right: 25px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#tablaFirma {
	width: 400px;
}

#tablaDatosecon th {
/* 	border-bottom: double 1px #000; */
	padding: 3px;
	padding-bottom: 5px;	
}

#tablaDatosecon td {
	padding: 3px;
}

.tablaDatoscliente td, #tablaDatosecon td {
	border: 0px 1px;
	border: solid 1px #000;
	vertical-align: top !important;	
}

.tablaDatoscliente td, #tablaDatoscliente th {
	font-size: 10px;
	padding: 3px;
}

.tablaDatoscliente th {
	border-bottom: double 1px #000;
	padding-top: 5px;
	color: #666;
}
