/* Cascading Style Sheet */
p {
	font: 12px Arial;
	color: #333333;
}

table {
  font: normal 12px Arial;
  color: Navy;
}

body {
	font-family: Arial;
	background-color: #CCCCCC;
}

a {
	font: normal 12px Arial;
	text-transform: capitalize;
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}

.rowTitulo {
	color: White;
	background-color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.punteado {
  font: normal 12px Arial;
  color: Navy;
  border: thin dashed #FF8C00;
}

.letraChica {
	font: 10px Arial;
	color: #333333;
}

.celdaBlanca {
  font: normal 12px Arial;
  color: #191970;
  background: #fDfDfD;
}

.celdaCliente {
  font: normal 12px Arial;
  color: #191970;
  background: #CCEEFF;
}

.celdaIdioma {
  font: normal 12px Arial;
  color: #191970;
  background: #FFCC99;
}

.celdaProveedor {
  font: normal 12px Arial;
  color: #000000;
  background: #CCAAAA;
}

.celdaAmigo {
  font: normal 12px Arial;
  color: #990000;
  background: #FFBBBB;
}
.paraCerrar {
	font: bold 12px Arial;
	color: #FFFFFF;
	background-color: #663300;
}
a:visited {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}
