/* CSS Document */

* {
	font-size: 100%;
}

th {
	font-size: 100%;
	font-weight: bold;
}


td, p {
  font-family: verdana;
  font-size: 10px;
  font-weight: normal;
  color: #182719;
}

.textoTDNegrita {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #395B3B;
}

a {
	text-decoration: none;
	color:#006600;
}

#productos {
	border:none;
	border-collapse: collapse;
}

#productos tr td {
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
}

#productos tr th {
	padding: 2px 5px 2px 5px;
	border:none;
}
