.piru-error {
		color: #D8000C;
       	background-color: #FFBABA;
       	background-image: url('../images/error.png');
		background-repeat: no-repeat;
       	background-position: 10px center;
		font-family:Arial, Helvetica, sans-serif; 
       	font-size:13px;
       	border: 2px solid;
       	margin: 15px 0px;
       	padding:15px 10px 15px 50px;
}
.alerta {
		color: #D8000C;
 		font-family:Arial, Helvetica, sans-serif; 
}
.piru-ok {
		color: #04B404;
       	background-color: #58FA58;
       	background-image: url('../images/valid.png');
		background-repeat: no-repeat;
       	background-position: 10px center;
		font-family:Arial, Helvetica, sans-serif; 
       	font-size:13px;
       	border: 2px solid;
       	margin: 15px 0px;
       	padding:15px 10px 15px 50px;
}

.aux-error {
		color: #D8000C;
       	background-color: #FFBABA;
       	background-image: url('../images/error.png');
		background-repeat: no-repeat;
       	background-position: 10px center;
		font-family:Arial, Helvetica, sans-serif; 
       	font-size:13px;
       	border: 2px solid;
       	margin: 15px 0px;
       	padding:15px 10px 15px 50px;
}

.tituloTabla{
	font-style:italic;
}
#tablaCliente{
	border:inset 2px #300208;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(143, 162, 160, 0.37);
}
#tablaCliente th{	
	background-color:rgb(143, 162, 160);
}
#tablaProducto{
	border:inset 2px #300208;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(143, 162, 160, 0.37);
}
#tablaProducto th{	
	background-color:rgb(143, 162, 160);
}

#tablaPedido{
	border:inset 2px #300208;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(35, 138, 219, 0.24);
}
#tablaPedido th{
	background-color:rgba(35, 138, 219, 0.74);
}

#articulosTabla{
	border:inset 2px #300208;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(143, 162, 160, 0.37);
}

#articulosTabla th{
	background-color:rgb(143, 162, 160);
}

#articulosTabla tr.Total{
	background-color:rgb(255, 204, 204);
}
#clienteTabla{
	border:inset 2px #300208;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(35, 138, 219, 0.24);
}

#clienteTabla th{
	background-color:rgba(35, 138, 219, 0.74);
}

#tablaObservacion{
	border:inset 2px #300208;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(35, 138, 219, 0.24);
}
#tablaBeneficios{
	border:inset 2px #300208;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(35, 138, 219, 0.24);
}
#tablaBeneficiosg{
	border:inset 2px #300208;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(143, 162, 160, 0.37);
}

#tablaBeneficiosg th{
	background-color:rgb(143, 162, 160);
}
#tablaBeneficiosProductoT{
	border:inset 2px #300208;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:rgba(143, 162, 160, 0.37);
}

#tablaBeneficiosProductoT th{
	background-color:rgb(143, 162, 160);
}
