BODY
{
	background: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

TABLE {
	background: transparent;
	border: 0px;
	border-width: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 0px 0px 0px 0px;
}

A:link	
{
	font-size: 11px;
	text-decoration: none;
	color: Black;
}	
		
A:visited	
{
	font-size: 11px;
	text-decoration: none;
	color: Black;
}	
		
A:active	
{
	font-size: 11px;
	text-decoration: none;
	color: Black;
}	
		
A:hover	
{
	font-size: 11px;
	text-decoration: underline;
	color: Black;
}

h1 {
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: White;
	background: #13418C;
}

h2 {
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: White;
	background: #A4560B;	
}

h3 {
	font-size: 17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: White;
	background: #4E004F;
}

h4 {
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: #FFD700;
	background: Black;
}

h5 {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: Black;
}

INPUT {
	color: #00008B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	text-align: left;
	border: 1px solid #00008B;
}

input.campoObligatorio {
	color: #00008B;
	background: #FFFFE0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	text-align: left;
	border: 1px solid #00008B;
}

SELECT {
	color: #00008B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	color: black;
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #00008B;
	color: #00008B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}

IMG {
	border: 0px;
}

P {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

MARQUEE {
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	background: #A4560B;
}

.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.overbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	z-index:1002;
	overflow: auto;
}

.inputBoton {
	color: #00008B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 0px none;
}

.marquesinaMarcas {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	font-size: 14px;
	background: White;
}

.tablaTitulo {
	background: Black;
	color: white;
	border: 0px;
}

.tablaAdmin {
	color: black;
	background: transparent;
	border: 1px;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

.tablaAdminFila1 {
	color: #FFD700;
	background: Black;
	border: 0px;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 2px solid White;
}

.tablaAdminFila2 {
	color: black;
	background: #DCDCDC;
	border: 0px;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0px;
	border-top: 0px;	
	border-left: 1px solid Black;
	border-right: 1px solid Black;	
}

.tablaAdminFila3 {
	color: black;
	background: white;
	border: 0px;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0px;
	border-top: 0px;	
	border-left: 1px solid Black;
	border-right: 1px solid Black;	
}

.tablaAdminFila4 {
	color: white;
	background: black;
	border: 0px;
	border-width: 0px;
	text-align: center;
}

.tablaAdminFila5 {
	color: white;
	background: black;
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: White;
	text-align: center;	
}

.tablaArticulo {
	color: Black;
	background: White;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.tablaNaranja {
	color: Black;
	background: #E48F25;
	border: 0px;
}

.tablaAzul {
	color: Black;
	background: #6677CF;
	border: 0px;
}

.tablaBlanca {
	color: Black;
	background: White;
	border: 0px;
}

.tablaGris {
	color: Black;
	background: #DADADA;
	border: 0px;
}

.tablaNegra {
	color: White;
	background: Black;
	border-width: 0px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.tablaMarron {
	color: White;
	background: #A4560B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
}

.tablaMarca {
	color: Black;
	background: White;
	border-width: 0px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.tablaAzulGris {
	color: Black;
	background: #DADADA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bolder;
}

.tablaPie {
	color: White;
	background: Black;
	border-width: 0px;
	border: 0px;
}

.tablaError {
	color: Red;
	background: transparent;
	border: 1px solid black;
	border-width: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.tablaRegistroCabecera {
	color: Black;
	background: #DADADA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
}

.texto {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.textoTituloTabla {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	text-decoration: underline;
}

.textoArt {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.textoAviso {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.textoError {
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.textoArticulo {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.textoMarca {
	color: Blue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left; 
}

.textoMarcaC {
	color: Blue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.textoPasos {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.textoPrecio {
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;	 
}

.textoPrecioAntiguo {
	color: Gray;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: line-through;
}

.textoPie {
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.textoAlerta_1 {
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.textoCabeceraFactura {
}

.imagenPres {
	border-width: 2px;
	border-style: solid;
	border-color: #A35200;
}

.enlaceR:link	
{
	font-size: 11px;
	text-decoration: none;
	color: #3B4DA2;
}	
		
.enlaceR:visited	
{
	font-size: 11px;
	text-decoration: none;
	color: #3B4DA2;
}	
		
.enlaceR:active	
{
	font-size: 11px;
	text-decoration: none;
	color: #3B4DA2;
}	
		
.enlaceR:hover	
{
	font-size: 11px;
	text-decoration: underline;
	color: #3B4DA2;
}

.enlaceAzul:link	
{
	color: #6677CF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceAzul:visited	
{
	color: #6677CF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceAzul:active	
{
	color: #6677CF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceAzul:hover	
{
	color: #6677CF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}	

.enlaceRojo:link	
{
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceRojo:visited	
{
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceRojo:active	
{
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceRojo:hover	
{
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}

.enlaceNegro:link	
{
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceNegro:visited	
{
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceNegro:active	
{
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	text-align: center;	
}	
		
.enlaceNegro:hover	
{
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.enlacePie:link	
{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;		
}	
		
.enlacePie:visited	
{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;		
}	
		
.enlacePie:active	
{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;		
}	
		
.enlacePie:hover	
{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.cabeceraCategoria {
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: none;	
	text-align: center;	
}

a.cabeceraCategoria:link { text-decoration: none; } 
a.cabeceraCategoria:visited { text-decoration: none; } 
a.cabeceraCategoria:hover { text-decoration: underline; }
a.cabeceraCategoria:active { text-decoration: none; }

a.marca {
	color: Blue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a.marca:link { text-decoration: none; } 
a.marca:visited { text-decoration: none; } 
a.marca:hover { text-decoration: underline; }
a.marca:active { text-decoration: none; }

div.nombreArticulo {
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;	
	text-align: center;	
}

table.facturaCabecera tbody td {
	font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #666;
	background: #fff;
	text-align: center;
	padding: 5px;
}

table.factura caption {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	text-align: left;
	margin: 10px auto;
}

table.factura thead th {
	border-bottom: 1px solid #666;
}

table.factura tbody td {
	font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #666;
	background: #fff;
	text-align: center;
	padding: 5px;
	border-top: 1px dotted #666;
	vertical-align: super;
}

table.verPedido {
	background: #EBECE4;
}

table.verPedido th {
	font: 1.0em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	background: #EBECE4;
	text-align: left;
	padding: 5px;
	vertical-align: super;
}

table.verPedido td {
	font: 1.0em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	background: #FFF;
	text-align: left;
	padding: 5px;
	vertical-align: super;
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#EBECE4}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f6f6f3;
  border-right:1px solid #f6f6f3;
  background:#f0f0ea}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfc;
  border-right:1px solid #fdfdfc;
  background:#eeefe9}
.spiffy3{
  margin-left:1px;  margin-right:1px;
  border-left:1px solid #eeefe9;
  border-right:1px solid #eeefe9;}
.spiffy4{
  border-left:1px solid #f6f6f3;
  border-right:1px solid #f6f6f3}
.spiffy5{
  border-left:1px solid #f0f0ea;
  border-right:1px solid #f0f0ea}
.spiffyfg{
  background:#EBECE4}

table.lineaPedido td {
	font: 1.2em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #666;
	text-align: center;
}

table.lineaPedido th {
	font: 1.2em/1.9em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	text-align: center;
}

#popup {
	position: absolute;
    border: 1px solid #666666;
	background-color:Black;
    width: 500px;
    height: 270px;
    margin-top: 200px;
    margin-left: 200px;
}

.textoPopup {
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: White;
}

.textoPopup2 {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	color: White;
}

.enlacePopup:link	
{
	font-size: 11px;
	text-decoration: none;
	color: Red;
}	
		
.enlacePopup:visited	
{
	font-size: 11px;
	text-decoration: none;
	color: Red;
}	
		
.enlacePopup:active	
{
	font-size: 11px;
	text-decoration: none;
	color: Red;
}	
		
.enlacePopup:hover	
{
	font-size: 11px;
	text-decoration: underline;
	color: Red;
}
