@charset "utf-8";
/* CSS Document */
#productos
{
	width:780px;
}
#cesta table {
	font-size: 100%;
	border-collapse: collapse;
}

#cesta table td {
	border: 1px solid #999;
	width: 10%;
	text-align:center;
}

#cesta p, #cesta button {
	margin: 1em;
	text-align:center;
}
#cesta #boton_registrar{
	float: right;
	height: 30px;
	width: 150px;
	cursor: pointer;
	margin:0px;
	text-align: center;
	background-color: #4f4f4f;
	color: #33ccff;
	color: #FFF;
	font-size:16px;
	letter-spacing: 1px;
	line-height: 28px;
}
h3
{
    border-bottom: 1px #c90 dotted;
	margin-bottom: 5px;
	font-size:16px;
	text-align:right;
	color: #7a7a7a;
}




