ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ 
	margin: 0; padding: 0; 
}
body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}


a img,:link img,:visited img { border: none; }

a
{
  text-decoration: underline;
  color: #780044;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
  font-weight: bold;
}

a:visited
{
  text-decoration: none
}






#categoryproducts td {
	vertical-align: top;
	text-align: center;
	width: 33%;
}
#categoryproducts img.productimg {
	border: 2px solid #FFFFFF;
}

#categoryproducts img.productimg:hover {
	/*border: 2px inset #F3A9C6;*/
}

#masvendidos a{
	text-decoration: underline;
}
#masvendidos {
	text-align: center;
	/*padding-bottom: 30px;*/
}
.price {
	font-weight: bold;
	font-size: 1.25em;
}

.centeredtext {
	text-align: center;
}

.centrado {
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

