﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    
}
.tabla {
   font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
  @font-face {
    font-family:  IDAutomationHC39M;
    font-style:  normal;
    font-weight: normal;
    src: url(../Fonts/IDAutomationHC39M.ttf);
  }
  .CodigoBarra {
      font-family:  IDAutomationHC39M;
      font-size: 24pt;
  }
.Titulo {
    
    width: 100%;
    height: 40px; 
    font-family: Arial, Helvetica, sans-serif; color:khaki; 
    font-size: x-large; 
    background-color: #006666;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
  text-shadow: 0.1em 0.1em 0.15em #333; 
}
.Div_Negro {
	
    color:royalblue;
	
	padding:4px 6px 4px 6px;
    background-color:royalblue;
	/* Rounded Corners */
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
	 background-image:url('../Images/transparent-bg.png');
    
}
.Div_Negro table {
    color: white;
}