body{
	font-family: tahoma;
	font-size: 14px;

}
h3,h5{
	text-align: center;
}
img{
	margin: auto;
	display: block;
}
table{
	margin: auto;
}
th{
	background-color: #8B0000;
	text-align: right;
	color: white;
}

@media (min-width: 320px) and (max-width: 480px) {

    .movile{
		height: 165px;
		width: 350px;
	}

	.imgproducto{
		height: 80px;
		width: 80px;
	}

	.tdbuscar{
		width: 100px;
	}
	.tddescripcion{
		width: 0px;
	}

	table{
		width: 350px;
	}

	.input-1{
		width: 300px;
	}
  }

  