
#base_panel_compras{
	position:relative;
	float:left;
	width:96%;
	margin:2%;
}

	#base_panel_compras table{
		width:100%;	
		font-size:13px;
	}
	#base_panel_compras table tr td{
		text-align:center;	
		
	}	
		#base_panel_compras table tr.cabecera{
			font-size:14px;
			background:#444;
			color:var(--colorNeutro3);
			text-align:center;
		}
		#base_panel_compras table tr.color1{
			background:#999;
			color:var(--colorNeutro3);
					
		}	
	

		#base_panel_compras table tr.color2{
			color:#222;

		}

			#base_panel_compras table tr.color1:hover, tr.color2:hover{
				background:#FF7F00;
			}
					
			#base_panel_compras table tr td a.ver{
background: url("../img/ver.png") no-repeat scroll center top rgba(0, 0, 0, 0);
display: block;
float: left;
height: 24px;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
			}
				#base_panel_compras table tr td a.ver:hover{
background: url("../img/ver_hover.png") no-repeat scroll center top rgba(0, 0, 0, 0);
				}
			#base_panel_compras table tr td a.envio{
background: url("../img/envio.png") no-repeat scroll center top rgba(0, 0, 0, 0);
display: block;
float: left;
height: 24px;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
			}
				#base_panel_compras table tr td a.envio:hover{
background: url("../img/envio_hover.png") no-repeat scroll center top rgba(0, 0, 0, 0);			
				}
			#base_panel_compras table tr td a.pdf{
background: url("../img/pdf.png") no-repeat scroll center top rgba(0, 0, 0, 0);
display: block;
float: left;
height: 24px;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
			}
				#base_panel_compras table tr td a.pdf:hover{
background: url("../img/pdf_hover.png") no-repeat scroll center top rgba(0, 0, 0, 0);	
				}
				
				#base_panel_compras #mensaje_transferencia{
background: #000068 none repeat scroll 0 0;
border-radius: 3px;
color: var(--colorNeutro3);
font-size: 18px;
height: 60px;
margin: 0 auto 20px;
padding: 10px;
position: relative;
width: 80%;
				}
					#base_panel_compras #mensaje_transferencia strong{ font-size:22px;}
				