body {
	margin : 0px;
	padding : 0px;
}

/* Enlaces */
a {
	color : #761F3B;
	text-decoration : none;
}

a:hover {
	color : #D15630;
	text-decoration : underline;
}

#cesta table { font : 12px Arial; }

#cesta .articulo {
	border : 1px dotted #EFC5B7;
	width : 139px;
	height : 20px;
	text-align : left;
	white-space : nowrap;
}

#cesta .cantidad {
	border : 1px dotted #EFC5B7;
	width : 54px;
	height : 20px;
	text-align : center;
	white-space : nowrap;
}

#cesta .precio {
	border : 1px dotted #EFC5B7;
	width : 85px;
	height : 20px;
	text-align : center;
	white-space : nowrap;
}

